summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--additional.files26
-rwxr-xr-xsetup.sh33
2 files changed, 59 insertions, 0 deletions
diff --git a/additional.files b/additional.files
new file mode 100644
index 0000000..b6ce9f6
--- /dev/null
+++ b/additional.files
@@ -0,0 +1,26 @@
+.abook/
+.calendars/
+.config/vdirsyncer/
+.contacts/
+.fonts/
+.forward
+.gitconfig
+.imapfilter/
+.msmtprc
+.mutt/muttrc
+.mutt/private.rc
+.my.cnf
+.net_profiles/
+.netrc
+.newsbeuter/urls
+.notmuch-config
+.offlineimap/
+.offlineimaprc
+.qmail*
+.ssh/
+.subversion/servers
+.trc
+.vdirsyncer/
+.vim/spell/
+.zshrcp
+
diff --git a/setup.sh b/setup.sh
new file mode 100755
index 0000000..e04de2d
--- /dev/null
+++ b/setup.sh
@@ -0,0 +1,33 @@
+#!/bin/zsh -x
+
+stow -t $HOME clamz
+stow -t $HOME feh
+stow -t $HOME git
+stow -t $HOME gtk
+stow -t $HOME htop
+stow -t $HOME imwheel
+stow -t $HOME input
+stow -t $HOME khal
+stow -t $HOME moc
+stow -t $HOME mozilla
+stow -t $HOME mpv
+stow -t $HOME multitail
+stow -t $HOME mutt
+stow -t $HOME ncftp
+stow -t $HOME newsbeuter
+stow -t $HOME npm
+stow -t $HOME ratpoison
+stow -t $HOME rtorrent
+stow -t $HOME subversion
+stow -t $HOME tex
+stow -t $HOME theano
+stow -t $HOME tmux
+stow -t $HOME vim
+stow -t $HOME X
+stow -t $HOME zsh
+git submodule foreach git pull origin master
+cd $HOME/.vim/autoload; ln -s ../bundle/pathogen/autoload/pathogen.vim .
+cd $HOME/.urxvt; ln -s urxvt-perls/clipboard .; ln -s urxvt-perls/keyboard-select .; ln -s urxvt-tabbedex/tabbedex .; ln -s urxvt-perls/url-select .
+
+
+