Contents Menu Expand Light mode 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
    • rename
    • unlink
  • map.ini
  • gum

References

  • Get Started
    • Installation
  • PyPI
  • Issue Tracker
  • Source Code
  • License
  • Release Notes
    • Version 2.3.1
    • Version 2.3.0
    • Version 2.2.0
    • Version 2.1.0
    • Version 2.0.0
    • Version 1.0.0
Back to top
View this page

map.ini¶

File which maps the dotfiles to be managed.

Basic map.ini file generated by syndot init:

[Path]
settings_dir = ~/Settings


[Targets]
system =
    ~/.bashrc
    ~/.config/user-dirs.dirs
    ~/.config/user-dirs.locale
    ~/.local/share/applications
    ~/.profile

Usage¶

  • syndot init to generate the map file

  • syndot add to add dotfiles to the map file

  • syndot remove to remove dotfiles from the map file

  • syndot list to show map file content

  • syndot rename to rename a label in the map file

Next
gum
Previous
unlink
Copyright © 2024 - 2026, Andrea Blengino
Made with Sphinx and @pradyunsg's Furo
On this page
  • map.ini
    • Usage