Personal configuration files for zsh, vim, neovim, tmux, and git. Uses GNU Stow to symlink everything into place.
- macOS (packages via Homebrew)
- Linux / Debian-based (packages via
apt-get) - Amazon Linux / RHEL-family (packages via
dnf)
Clone into your home directory and run the installer:
cd ~
git clone https://github.com/davidlago/dotfiles.git
cd dotfiles
./install.sh # full install
./install.sh --dry-run # preview what will happen without making changesAfter installation, log out and back in so zsh becomes your default shell.
- macOS: set your terminal font to a Powerline variant.
- tmux: open tmux and press
Ctrl+b, thenIto install plugins.