Skip to content

Latest commit

 

History

History
100 lines (69 loc) · 2.74 KB

README.md

File metadata and controls

100 lines (69 loc) · 2.74 KB

banner

🌿 A WSL / Linux Virtual Machine Dotfiles Repo 🌿



Last Commit   REPO SIZE   Stargazers   LICENSE  

Note

Windows 11 Dotfiles Repository is maintained here ⇒ windots



🖥️ Demo

bootstrap.mp4
devtools.mp4

🌼 Preview

btop

nvim

yazi


🔧 Setup

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

1. Clone this Repository

git clone https://github.com/jacquindev/dotfiles.git ~/dotfiles
cd ~/dotfiles

# Update submodules in the repository
git submodule update --init --recursive
. ./bootstrap.sh

Optional

After following the above steps, if you decided to use Fish/Zsh shell, please run:

Fish Shell

Run install.fish to setup fish's plugins and configurations

# In `fish` terminal run the `install.fish` file
source install.fish

Zsh shell

Run install.zsh to setup Zsh shell

# In `zsh` terminal run the `install.zsh` file
source install.zsh