diff options
| -rw-r--r-- | README.md | 12 | 
1 files changed, 10 insertions, 2 deletions
| @@ -6,6 +6,13 @@ Personal & collected dotfiles ~~~  * ``linux``: Linux-specific configurations  * ``freebsd``: FreeBSD-specific configurations +# Usage +To enable a dotfile and/or dot directory: +* ``$ ./_bin/enable.sh _zshrc _zsh`` + +To disable: +* ``$ ./_bin/disable.sh _zshrc _zsh`` +  # Configuration Notes @@ -22,8 +29,9 @@ Use the little script ``_bin/get_cert.sh``  # Explicit home or other path  Following files contains (at least currently) the *explicit*  home or other paths: -* ``_notmuch-config``: database.path -* ``_config/alot/config``: maildir +* ``_notmuch-config``: ``database.path`` +* ``_config/alot/config``: ``maildir`` +* ``_rtorrent.rc``: ``cfg.basedir```  # License | 
