Created
July 3, 2016 20:30
-
-
Save AndrewRussellHayes/a84a3564d0cb102291a32266baba6bf5 to your computer and use it in GitHub Desktop.
rename dotfiles without dots. NOTE: uses rename command
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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