dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 46e0366b730d405d1f2b518800659cbdca862ad0
parent 4902d691ae1c41fdfca809f51f674f1f4d03f5de
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Mon,  7 Mar 2016 15:37:54 -0800

do not put mpd files in ~/.config folder

Diffstat:
Mcreate_symlinks.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/create_symlinks.sh b/create_symlinks.sh @@ -19,7 +19,7 @@ done # Home folder dotfolders for F in .colors .config/uzbl .config/awesome .config/dwb .config/bspwm \ .config/sxhkd .config/luakit .config/openbox .config/zathura .tmuxinator \ - .i3 .mutt .ncmpcpp .vim .vimperrator .w3m wallpapers .kwm .config/mpd; do + .i3 .mutt .ncmpcpp .vim .vimperrator .w3m wallpapers .kwm .mpd; do SOURCE=$PWD/$F TARGET=~/$F