/.dotfiles

My config files

Primary LanguageEmacs Lisp

Personal dotfiles

(This is to remind myself mostly)

Prerequisites

  • GNU stow

Install

From the root directory of this repo do:

stow <package>  # -S, --stow (default)

where package is a top-level directory.

stow will then add symlinks where necessary.

Uninstall

From the root directory of this repo do:

stow -D <package>  # --delete

where package is a top-level directory.

stow will then remove the installed symlinks.

Reinstall (after making changes)

From the root directory of this repo do:

stow -R <package>  # --restow