theZMC's Dotfiles
These are dotfiles. Most of the inspiration for how this repo is set up is taken from Dreams of Autonomy's fantastic dotfiles video.
-
Clone this repo:
git clone https://github.com/thezmc/dotfiles.git ~/dotfiles
-
Use stow to populate your home directory with symlinks for all of this repo's configuration files:
cd ~/dotfiles # --no-folding symlinks files directly instead of directories # this prevents extra content in those directories from polluting # our dotfiles stow --no-folding .
-
Restart your terminal and wait for zsh and tmux plugins to install.
That's it! Enjoy the dotfiles. If you want to use this is a base for your own
configuration, you can rm -rf ~/dotfiles/.git && cd ~/dotfiles && git init
to
create your own git repo.