Note
Windows 11 Dotfiles Repository is maintained here ⇒ windots
bootstrap.mp4
devtools.mp4
Warning
For BEST result, please run: sudo visudo
Then add the following line at the end of the file:
> (This will disable password prompt of sudo
command)
your_username ALL=(ALL) NOPASSWD:ALL
-
Install the Prerequisites
# Update system sudo apt update && sudo apt upgrade -y # Prerequisites packages sudo apt install -y curl file git lsb-release
-
Clone this Repository
git clone https://github.com/jacquindev/dotfiles.git ~/dotfiles cd ~/dotfiles # Update submodules in the repository git submodule update --init --recursive
-
Run Setup Script
. ./bootstrap.sh
-
Set ZSH Default Shell (recommended)
chsh -s "$(which zsh)" "$USER"
-
Dev Tools Installation (optional)
. ./devtools.sh