Dotfiles yay
Use stow to install the dotfiles.
Usually one would stand on the root of the git-repository and install the package you want:
Example to install neovim
$ stow neovim --target ~The .zshrc config is using oh-my-zsh
Utilizes tpm Other dependencies: tmux-url-select
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
curl https://raw.githubusercontent.com/dequis/tmux-url-select/master/tmux-url-select.pl > ~/.bin/tmux-url-select && chmod +x ~/.bin/tmux-url-select