You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
..
config rewrite autolink script 6 years ago