Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 437 Bytes

File metadata and controls

10 lines (7 loc) · 437 Bytes

My dot files

Here are my personal dotfiles and a script to maintain them for this repo.

I found the makesymlink.sh script on smalleycreative.com and tailored it to my needs.

  • Makes a directory for the old_dotfiles in ~
  • Copy the current dotfiles into ~/old_dotfiles/
  • Create symlinks in ~ to dotfiles in /dotfiles.

Note: The dotfiles directory where the script is run, needs to be a child of the ~ directory (ex. ~/dotfiles).