/dotfiles

Dotfiles to speed up configuration on new machines.

Primary LanguageShell

Dotfiles

I used to have a dedicated dotfile command to deal with dotfiles. However, I find stow to be a better option for me. See how it works here.

Setup

Either use stow directly with a package:

stow --verbose --target=$$HOME -n --restow zsh

Or just use make to set everything up:

make restow

Uninstalling

Use the make delete command.

Notes

  • The vim configuration assumes you've installed vim-plug. To do so you can follow these instructions