Collection of dotfiles
Find a file
2025-05-15 21:02:22 -07:00
.tmux Update tmux hints 2025-05-15 19:47:51 -07:00
fonts/TTF/JetBrainsMono Add NeoVim configuration with default font and update setup script 2025-05-15 19:44:35 -07:00
nvim Update lualine config 2025-05-15 21:02:22 -07: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 Fix nested session prefix handling 2025-03-06 20:36:24 -08:00
alacritty.toml Refactor alacritty config 2025-05-15 21:01:53 -07:00
config.toml Refactor alacritty config 2025-05-15 21:01:53 -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