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.
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
|
7 years ago | |
|---|---|---|
| bash | 9 years ago | |
| bin | 11 years ago | |
| ssh | 7 years ago | |
| vim | 8 years ago | |
| .gitmodules | 9 years ago | |
| README.md | 13 years ago | |
| autolink | 7 years ago | |
| bashrc | 9 years ago | |
| gitconfig | 9 years ago | |
| gitignore | 13 years ago | |
| profile | 13 years ago | |
| tmux.conf | 8 years ago | |
| vimrc | 8 years ago | |
README.md
Dot Files
A collection of my configuration files and scripts