unlink¶
Remove symlinks and move dotfiles from <SETTINGS> directory to their original directories.
Usage¶
syndot unlink [OPTION] [ARGUMENT]
Arguments¶
TARGET_PATH- Dotfile path, mandatory if-aor--alloption is not provided. Before unlinking a dotfile, it must be added to the map file beforehand withsyndot add.
Options¶
-a,--all- Select all dotfiles in the map file, mandatory if<TARGET_PATH>argument is not provided.-e,--exact- Search for an exact match for the<TARGET_PATH>argument in the map file. If not provided, search for all targets which paths begin with<TARGET_PATH>argument in the map file.-h,--help- Show the help message and exit.-m,--mapfile<MAP_FILE>- Path to the map file. If not provided search for amap.inifile in the current directory, so not required if current directory is the<SETTINGS>directory.