diff options
author | Patrick Simianer <p@simianer.de> | 2016-02-13 21:07:46 +0100 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2016-02-13 21:07:46 +0100 |
commit | 0bba64d3546f485205f78a2a2eb7f06707a1768a (patch) | |
tree | 69a9bf31652749bfc203815c1fbc438d57e2a703 | |
parent | 9978f54ca53386674587dd631a4d3de681a6a561 (diff) |
meta
-rw-r--r-- | additional.files | 26 | ||||
-rwxr-xr-x | setup.sh | 33 |
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 . + + + |