Clone this repository (it's important to clone in the same path below in order to use stow without extra parameters):
❯ git clone https://github.com/pavelklymenko/dotfiles.git ~/.dotfiles
Create symbolic links for the configuration files, e.g.:
ln -s ~/.dotfiles/tmux/.tmux.conf ~/.tmux.conf
Install stow (if not already installed):
Mac: brew install stow
Ubuntu: apt-get install stow
Use stow to install the dotfiles:
❯ cd ~/.dotfiles
~/.dotfiles main ❯ stow tmux -v
LINK: .tmux.conf => .dotfiles/tmux/.tmux.conf
~/.dotfiles main ❯