Collection of dotfiles
| .tmux | ||
| .bashrc | ||
| .dircolors | ||
| .nanorc | ||
| .tmux.conf | ||
| k9s_config.yml | ||
| README.md | ||
| setup | ||
Dotfiles
Dotfiles for bash, nano, tmux, etc. Includes a setup script that will backup any existing dotfiles and link
those found in this repository.
Setup
Setup dotfiles:
cd ~/
git clone https://git.mcknight.tech/d_mcknight/dotfiles .dotfiles
bash .dotfiles/setup
Updates
To update dotfiles:
cd ~/.dotfiles
git pull