Config files for neovim, tmux, zsh, and vim.
Install these before running the install script:
brew install neovim tmux lazygit lazydocker zshsudo pacman -S neovim tmux lazygit zsh
# lazydocker from AUR
yay -S lazydockergit clone https://github.com/your-user/dotfiles.git ~/dotfiles
cd ~/dotfiles
./install.shThis symlinks all configs to their expected locations. Existing files are backed up to .bak.
├── nvim/ # Neovim config (rocks.nvim + which-key + telescope)
│ ├── init.lua
│ └── rocks.toml
├── tmux/ # Tmux config (C-Space prefix, tmux2k theme)
│ └── .tmux.conf
├── zsh/ # Zsh config (oh-my-zsh, aliases, OS-aware)
│ └── .zshrc
├── .vimrc # Legacy vim config
└── install.sh