Collection of dotfiles
Find a file
2025-03-06 20:06:41 -08:00
.tmux Update tmux configuration to preserve status across reboots 2025-03-06 20:06:11 -08:00
.bashrc remove time from prompt 2024-10-10 20:56:10 -07:00
.dircolors Add custom dircolors 2024-06-19 19:09:29 -07:00
.nanorc Update nanorc coloring 2024-06-28 23:00:13 -07:00
.tmux.conf Add hints overlay 2024-10-10 22:18:52 -07:00
k9s_config.yml Add k9s configuration and update setup 2025-03-06 20:06:41 -08:00
README.md Initial dotfiles and setup script 2024-06-14 06:03:12 +00:00
setup Add k9s configuration and update setup 2025-03-06 20:06:41 -08: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