Personal configuration files for a clean development environment.
- git - Git configuration and aliases
- zsh - Zsh shell configuration
- vim - Vim editor settings
- tmux - Terminal multiplexer configuration
- p10k - Powerlevel10k prompt theme
Clone and install using GNU Stow:
git clone https://github.com/Martz/dotfiles.git ~/.dotfiles
cd ~/.dotfilesInstall configurations using stow:
stow git
stow zsh
stow vim
stow tmux
stow p10kTo remove a configuration:
stow -D <package>