Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 388 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 388 Bytes

My dotfiles

I'm using rcm to manage symlinks to my .dotfiles directory.

  • git clone [email protected]:davidthou/dotfiles.git ~/.dotfiles
  • cp ~/.dotfiles/rcrc ~/.rcrc
  • Dryrun with lsrc
  • Update symlinks with rcup -v
  • Create Vim temp files directories:
mkdir -p ~/.vim/tmp/undo
mkdir -p ~/.vim/tmp/backup
mkdir -p ~/.vim/tmp/swap