Depending on your OS follow one of these guides:
Get the config:
git clone https://github.com/gotha/dotfiles.git && cd dotfiles
Install it:
stow -t ~ .
Install all plugins
nvim +PackerSync
Start tmux
and press prefix
+ I
(shift + i) to install the required plugins.
or manually:
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
killall tmux
tmux
~/.tmux/plugins/tpm/bin/install_plugins
vale sync
to update vale styles
./firefox/install.sh
git remote set-url origin git@github.com:gotha/dotfiles.git