Collection of dotfiles
Initial dotfiles and setup script See merge request d_mcknight/dotfiles!1 |
||
---|---|---|
.tmux/plugins | ||
.bashrc | ||
.nanorc | ||
.tmux.conf | ||
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