Contents Menu Expand Light mode Dark mode Auto light/dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
syndot
syndot

Library

  • syndot
    • add
    • diffuse
    • init
    • link
    • list
    • remove
    • unlink
  • map.ini

References

  • Get Started
    • Installation
  • PyPI
  • Issue Tracker
  • Source Code
  • License
  • Release Notes
    • Version 1.0.0
Back to top
View this page
Edit this page

link¶

Move dotfiles to <SETTINGS> directory and create symlinks to them.

Usage¶

syndot link [OPTION] [ARGUMENT]

Arguments¶

  • TARGET_PATH - Dotfile path, mandatory if -a or --all option is not provided. Before linking a dotfile, it must be added to the map file beforehand with syndot 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 a map.ini file in the current directory, so not required if current directory is the <SETTINGS> directory.

Next
list
Previous
init
Copyright © 2024, Andrea Blengino
Made with Sphinx and @pradyunsg's Furo
On this page
  • link
    • Usage
    • Arguments
    • Options