Skip to content

Instantly share code, notes, and snippets.

@AndrewRussellHayes
Created July 3, 2016 20:30
Show Gist options
  • Save AndrewRussellHayes/a84a3564d0cb102291a32266baba6bf5 to your computer and use it in GitHub Desktop.
Save AndrewRussellHayes/a84a3564d0cb102291a32266baba6bf5 to your computer and use it in GitHub Desktop.
rename dotfiles without dots. NOTE: uses rename command
#brew install rename (for macosx)
rename 's/^\.*//' .*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment