My configuration files for various programs.
Marcel Kapfer
6cfa709a75
The timezone of the citation line was always GMT which could be confusing for some recipients. An comment on https://groups.google.com/forum/#!topic/mu-discuss/JlDSKsm9X5Y provided a fix for this problem. The switch from %H:%M:%S to %Z is purly code-cosmetic and doesn't change the output. The setting of the timezone with setenv is not part of the comment mentioned above. |
||
---|---|---|
atom | ||
compton | ||
debian | ||
emacs | ||
headers | ||
i3 | ||
mutt | ||
neovim | ||
ratpoison | ||
redshift | ||
screen | ||
scripts | ||
shells | ||
stumpwm | ||
x | ||
xfce4-terminal | ||
.gitignore | ||
dirs.list | ||
install.fish | ||
LICENSE | ||
links.list | ||
README.md |
dotfiles
My configuration files for various programs.
Installing
To link the files to the correct places run
./install.fish
Make sure you have fish installed.
How it works
The script takes the directories in dirs.list
and creats them (if they don't
exist). After that it runs over links.list
and takes the first path as source
(appending ~/dotfiles) and the path after the space as the target (appending
only ~/
).