add transmission daemon config
[dotfiles.git] / install
1 #!/bin/bash
2
3 cp -if `pwd`/.vimrc ~/.vimrc || true
4 cp -if `pwd`/.bashrc ~/.bashrc || true
5 cp -if `pwd`/muttrc ~/.mutt/muttrc || true
6 cp -if `pwd`/msmtp ~/.mutt/msmtp || true
7 cp -if `pwd`/offlineimaprc ~/.mutt/offlineimaprc || true
8 sudo cp -if `pwd`/mpd.conf /etc/mpd.conf || true
9
10 if [ "$1" = "-x" ]
11 then
12 echo 'Also copying X files for non headless'
13 mkdir -p ~/.i3
14 cp -if `pwd`/i3/* ~/.i3/ || true
15 cp -if `pwd`/.xinitrc ~/.xinitrc || true
16 cp -if `pwd`/.Xresources ~/.Xresources || true
17 fi