system deployment and configuration repository
Go to file
2024-08-31 13:33:43 -04:00
dotfiles update tmux config 2024-08-31 13:24:35 -04:00
README.md add tmux dotfiles installation 2024-08-31 13:33:43 -04:00

sysdeploy

system deployment and configuration repository

recommendations

  • create a centralized location for files and link them as needed
  • standardize your home paths: .local/opt/pycharm/, .local/bin, etc.

apt

curl wget git tree tmux build-essential

dotfiles

tmux

mkdir -p ~/.config/tmux
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
ln -sf $PWD/dotfiles/tmux/tmux.conf ~/.config/tmux/tmux.conf
ln -sf $PWD/dotfiles/tmux/tmux.reset.conf ~/.config/tmux/tmux.reset.conf

contributors

  • agathanonymous