sandmhan / dotfiles

Linux Configuration Files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dotfiles

Linux Configuration Files

Commands

Soft Symbolic Link ln -s <file path to point to> <new file path>

Check if path is symlink $ ls -l

list broken links find <search directory> -xtype l

Usage

Run mass_linkup.sh to create links for current config files

Run mass_cleanup.sh to delete links for current config files

About

Linux Configuration Files

License:The Unlicense


Languages

Language:Shell 66.8%Language:Vim Script 23.1%Language:Lua 10.2%