Skip to content

All my configurations to setup a computer for personal use

License

Notifications You must be signed in to change notification settings

GabrielCrackPro/Setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

Profile Updated dotfiles

Windows MacOs

All my configurations to setup a computer for personal use

💻 My Computers

  • Windows - Acer Aspire E15
    • O.S: Windows 10 20H2
    • CPU: Intel i5 7200U
    • GPU: Nvidia GT940MX 2GB VRAM
    • RAM: 8GB DDR4
    • Storage: 1TB HDD
    • Screen Size: 15.6''
  • MacOS - MacBook Pro 13'' M1 2020
    • O.S: MacOs 12 Monterey
    • CPU: M1
    • GPU: M1
    • RAM: 8GB DDR4
    • Storage: 256GB SSD
    • Screen Size: 13.3''
    • Additional: TouchBar and TouchID

⌨️ Accesories

⚙️ System - Windows

🌌 Desktop

🎮 Games

🎬 Media

📄 Development

⚙️ Terminal

  • See .zshrc config file here

  • Ohmyzsh - Tool for customize zsh shell Download
    Or run:

    $ sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
    • Ohmyzsh custom themes here
  • Theme powerlevel10k - You can also install it using homebrew

$ brew install romkatv/powerlevel10k/powerlevel10k
$ echo "source $(brew --prefix)/opt/powerlevel10k/powerlevel10k.zsh-theme" >>~/.zshrc

🚀 CLI Tools

  • speed-test - CLI tool to test your internet speed
  • QR file transfer - CLI tool to transfer files via WI-FI
  • Sherlock - CLI tool to search users on social media
  • miniserve - CLI tool to serve files over HTTP
  • nnn - CLI tool to navigate through directories
  • lsd - ls command enchanced
  • surge.sh - CLI Tool to deploy static webpages
  • ttyper - CLI tool to practice typing

📝 Useful Scripts

System - MacOs

Inspired by CodingGarden

Check for updates - softwareupdate -l

$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"