Put all dotfiles in a specific folder so it is easy to use version control tool like git.
-
Create directory
~/dotfiles/. -
Copy dotfiles into directories like:
~/dotfiles/ +- bash/ | +- .bashrc +- ranger/ | +- .config/ | +- ranger/ +- tmux/ | +- .tmux.conf +- vim/ +- .vim/ +- .vimrc -
Create symbolic links for directory
bashfromdotfiles:cd ~/dotfiles/ stow bash