markhepburn / dotconfigs

Miscellaneous config files (bash, git, etc)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Repository for my personal config files, such as .bashrc and .gitconfig, that don't belong in separate repositories.

Purely for my convenience, and unlikely to be of interest to anyone else.

Installation is via the Makefile. You will need gnu-stow installed. Make can be run as often as necessary to keep things up to date.

Reference, particularly the --no-folding usage, is this post (the --no-folding argument is to prevent stow from making as many directories as possible into symlinks. Ie, if ~/.config doesn't exist initially then stow . on its own would make it into a symlink. With this argument, directories are created as needed, and only files are symlinked).

About

Miscellaneous config files (bash, git, etc)

License:GNU General Public License v2.0


Languages

Language:Shell 97.7%Language:Clojure 2.2%Language:Makefile 0.0%