Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 996 Bytes

README.md

File metadata and controls

31 lines (27 loc) · 996 Bytes

This is how the final setup looks like

image

How to set up my dotfiles?

Easy just git clone the repo anywhere on your system go into that directory

git clone https://github.com/HarshK200/dotfiles.git
cd dotfiles

DO NOT REMOVE THIS GIT CLONED DIRECTORY!!!

since we'll be using symlinks to point to it and a simple git pull can easliy get you up to date with my dotfiles

Make sure stow is installed on your system

sudo apt-get install stow

then just run the following command from within the repo directory

making the symlinks (if you have no idea what those are just copy the below commands and run them)

stow -v -R -t ~ nvim
stow -v -R -t ~ tmux
stow -v -R -t ~ kitty
stow -v -R -t ~ i3
stow -v -R -t ~ rofi
stow -v -R -t ~ scripts
stow -v -R -t ~ zsh

You can pick and choose which dotfiles you want from the above symlinks and just run the specific command have fun!