- This document outlines the default setup I use for both Windows and Linux environments. It includes the main programs and applications I use regularly.
- Processor: Intel Core i5 11th
- RAM: 32GB
- Storage: 512GB NVMe Samsung 980 Pro, Lexar 128GB SSD, 1TB HDD Western Digital Blue
- Graphics: NVIDIA GTX 1650/RTX 3060
- Operating System: Windows 11 Pro
- IDE: Visual Studio Code
- Browser: Firefox/Brave
- Utilities:
- Git for Windows
- Processor: Intel Core i5 11th
- RAM: 32GB
- Storage: 512GB NVMe Samsung 980 Pro, Lexar 128GB SSD, 1TB HDD Western Digital Blue
- Graphics: NVIDIA GTX 1650/RTX 3060
- Operating System: Arch Linux / Debian
- IDE: Visual Studio Code / Neovim / Nano
- Browser: Firefox/Brave
- Terminal: GNOME Terminal / Kitty
- Shell: Bash
- Utilities:
- Git, Docker, etc.
- Version Control: GitHub
- Repository Hosting: GitHub
- CI/CD: GitHub Actions
- You can install Windows 11/10 with my UnattendedWinstall script. For more info, check out here.
- Install Visual Studio Code from here.
- Install Brave from here
- Install Git for Windows from here.
- Install Arch Linux by following the instructions here.
- Install Visual Studio Code from here.
- Install Brave using
sudo yay -S brave
or Firefox usingsudo pacman -S firefox
. - Install Git using
sudo pacman -S git
. - Install Kitty using
sudo pacman -S kitty
. - Install Neovim using
sudo pacman -S neovim
. - Install Nano using
sudo pacman -S nano
.
- Install Debian from here.
- Install Visual Studio Code from here.
- Install Brave using
sudo apt install brave-browser
or Firefox usingsudo apt install firefox
. - Install Git using
sudo apt install git
. - Install Kitty using
sudo apt install kitty
. - Install Neovim using
sudo apt install neovim
. - Install Nano using
sudo apt install nano
.
- Linux: GNOME / KDE
You can check out my Terminal repo! For more info, check out here.
Note
Make sure you have fastfetch
installed before setting up the bash profile.
You can install fastfetch
using the following commands:
- Arch Linux:
sudo pacman -S fastfetch
- Debian:
sudo apt install fastfetch
You can download the backgrounds I use from my GitHub repository: Backgrounds.
Note
This setup might help you if you want my customizations and the programs I use.