Hoboneer / .dotfiles

My config files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

My config files


Languages

Language:Emacs Lisp 70.0%Language:Shell 29.0%Language:Makefile 1.0%