Personal config for shell, vim/neovim, and tmux.
| Repo path | Symlinked to |
|---|---|
zshrc |
~/.zshrc |
zprofile |
~/.zprofile |
bashrc |
~/.bashrc |
profile |
~/.profile |
vimrc |
~/.vimrc |
tmux.conf.local |
~/.tmux.conf.local |
config/nvim/ |
~/.config/nvim/ |
config/ghostty/ |
~/.config/ghostty/ |
git clone git@github.com:<you>/dotfiles.git ~/dotfiles
cd ~/dotfiles
./install.shinstall.sh backs up any existing files to ~/.dotfiles-backup/<timestamp>/ before symlinking.
tmux.conf.localbelongs with gpakosz/.tmux. On a new machine:then rungit clone https://github.com/gpakosz/.tmux.git ~/.tmux ln -s ~/.tmux/.tmux.conf ~/.tmux.conf
install.shto symlinktmux.conf.local.- Neovim uses lazy.nvim; plugins install on first launch.