1 Commits (3751043294c8b8f7c9910fd72fcf7cbd88008a0e)

Author SHA1 Message Date
Buddy Sandidge b2e14a89f5 rewrite autolink script
Finally updated script to python3. Changed how the script works.
The old version made a symlink for each directory in the dot-files.
The new version:
 • makes directories for each folder in the dot-files in home directory
   • a folder [dot-files]/foo/bar will make folder ~/.foo/bar
 • makes symlinks for each file in the dot-files
   • a file [dot-files]/foo/bar/baz will make symlink
    ~/.foo/bar/baz → [dot-files]/foo/bar/baz
6 years ago