Collection of dotfiles
Find a file
2024-06-14 06:03:12 +00:00
.tmux/plugins Initial dotfiles and setup script 2024-06-14 06:03:12 +00:00
.bashrc Initial dotfiles and setup script 2024-06-14 06:03:12 +00:00
.nanorc Initial dotfiles and setup script 2024-06-14 06:03:12 +00:00
.tmux.conf Initial dotfiles and setup script 2024-06-14 06:03:12 +00:00
README.md Initial dotfiles and setup script 2024-06-14 06:03:12 +00:00
setup Initial dotfiles and setup script 2024-06-14 06:03:12 +00:00

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