Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 581 Bytes

File metadata and controls

36 lines (26 loc) · 581 Bytes

dotfiles

Personal configuration files for a clean development environment.

Contents

  • git - Git configuration and aliases
  • zsh - Zsh shell configuration
  • vim - Vim editor settings
  • tmux - Terminal multiplexer configuration
  • p10k - Powerlevel10k prompt theme

Setup

Clone and install using GNU Stow:

git clone https://github.com/Martz/dotfiles.git ~/.dotfiles
cd ~/.dotfiles

Install configurations using stow:

stow git
stow zsh
stow vim
stow tmux
stow p10k

To remove a configuration:

stow -D <package>