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
git clone https://github.com/jacquindev/dotfiles.git ~/dotfiles
cd ~/dotfiles
# Update submodules in the repository
git submodule update --init --recursive
2. Run Setup Script
. ./bootstrap.sh
After following the above steps, if you decided to use Fish/Zsh shell, please run:
Run install.fish to setup fish's plugins and configurations
# In `fish` terminal run the `install.fish` file
source install.fish
Run install.zsh to setup Zsh shell
# In `zsh` terminal run the `install.zsh` file
source install.zsh