Collection of dotfiles
Find a file
2025-05-16 17:53:30 -07:00
.tmux remove recursive link 2025-05-15 21:02:35 -07:00
fonts/TTF/JetBrainsMono Add NeoVim configuration with default font and update setup script 2025-05-15 19:44:35 -07:00
nvim Include lua config to show hidded files 2025-05-16 17:48:12 -07:00
.bashrc Add a visual bell to highlight tmux tabs upon command completion 2025-05-16 17:53:30 -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 Fix nested session prefix handling 2025-03-06 20:36:24 -08:00
alacritty.toml Update Alacritty config to use font installed to for portability 2025-05-16 17:53:30 -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 Refactor alacritty config 2025-05-15 21:01:53 -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