My configuration files.
Run the following commands:
cd
git clone --bare [email protected]:jpetuchovas/dotfiles.git .dotfiles.git
git --git-dir=$HOME/.dotfiles.git --work-tree=$HOME checkout
exec $SHELL
dotfiles config --local status.showUntrackedFiles no
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
The dotfiles
alias can be used to interact with the dotfiles repository.
To install tmux plugins, press Ctrl+b
and I
(capital i) inside tmux.