Collection of dotfiles
Find a file
2025-05-21 17:38:36 -07:00
.tmux Add gitignore and remove lazy-lock and tmux plugins from git 2025-05-19 20:58:45 -07:00
alacritty Update Alacritty config to evenly distribute padding 2025-05-20 19:23:28 -07:00
fonts/TTF/JetBrainsMono Add NeoVim configuration with default font and update setup script 2025-05-15 19:44:35 -07:00
nvim Make modal windows solid instead of transparent 2025-05-21 17:38:36 -07:00
.bashrc Fix gitsigns lua configuration 2025-05-16 20:41:44 -07:00
.dircolors Add custom dircolors 2024-06-19 19:09:29 -07:00
.gitignore Add gitignore and remove lazy-lock and tmux plugins from git 2025-05-19 20:58:45 -07:00
.nanorc Update nanorc coloring 2024-06-28 23:00:13 -07:00
.tmux.conf Update tmux config to include session name in the status bar 2025-05-20 19:23:08 -07:00
k9s_config.yml Update k9s config for v0.30 with customizations 2025-04-15 21:52:57 -07:00
README.md Initial dotfiles and setup script 2024-06-14 06:03:12 +00:00
setup Update alacritty config to include a theme and blink the cursor 2025-05-19 20:48:56 -07: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