Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 615 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 615 Bytes

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