Minimal, carefully-scoped dotfiles setup for portability and repeatable development environments.
Currently includes:
.tmux.conf— ergonomic prefix (Ctrl-a), Vim-style pane movement, reduced escape delaynvim/— full Neovim config (uses LazyVim)install.sh— safe, versioned symlink installer
Clone and run the installer:
git clone https://github.com/cadenmidkiff/dotfiles.git ~/dotfiles
cd ~/dotfiles
./install.shTo open a tmux session with your preferred layout in the current directory, add this alias:
echo 'alias dev="~/dotfiles/scripts/dev"' >> ~/.zshrc
source ~/.zshrc