link¶
Move dotfiles to <SETTINGS> directory and create symlinks to them.
Usage¶
syndot link [OPTION] [ARGUMENT]
Arguments¶
TARGET_PATH- Dotfile path, mandatory if-aor--alloption is not provided. Before linking 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.-b,--backup- Create a backup copy of the original dotfile.-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.