commit 2de6e6577c90857131b92bcf2d13251d43cc4a03
parent 19d8cf751e02e85f5307502ba8a7a70998687749
Author: Antoine Amarilli <a3nm@a3nm.net>
Date: Sat, 10 May 2014 18:32:39 +0200
Merge branch 'master' of gitorious.org:myconfig/myconfig
Diffstat:
2 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/abcde b/abcde
@@ -0,0 +1,5 @@
+CDDBMETHOD=cddb
+CDDBUSELOCAL="y"
+CDDBCOPYLOCAL="y"
+CDDBLOCALDIR="$HOME/.abcde"
+CDDBLOCALRECURSIVE="y"
diff --git a/install.sh b/install.sh
@@ -7,6 +7,7 @@ mkdir -p ~/apps
mkdir -p ~/.elinks
mkdir -p ~/Mail_inbox
mkdir -p ~/.gnupg
+mkdir -p ~/.i3
ls ~/config/ | grep -vE "(README|TODO|elinks)" | while read l; do ln -s ~/config/$l ~/.$l; done
ln -s ~/config/elinks ~/.elinks/elinks.conf
ln -s ~/.mutt/muttrc ~/.muttrc
@@ -15,5 +16,7 @@ ln -s ~/.zsh/zshrc ~/.zshrc
ln -s ~/config/gtk/gtkrc-2.0 ~/.gtkrc-2.0
ln -s ~/config/gnupg/gpg-agent.conf ~/.gnupg/gpg-agent.conf
ln -s ~/config/gnupg/gpg.conf ~/.gnupg/gpg.conf
+ln -s ~/config/i3/config ~/.i3/config
+ln -s ~/config/abcde ~/.abcde.conf
touch ~/.hushlogin
ln -s ~/config/i3/status ~/.i3status.conf