muttrc with gpg agent
[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`/sudo/mpd.conf /etc/mpd.conf || true
9 sudo cp -if `pwd`/sudo/settings.json /etc/transmission-daemon/settings.json || true
10
11 if [ "$1" = "-x" ]
12 then
13 echo 'Also copying X files for non headless'
14 mkdir -p ~/.i3
15 cp -if `pwd`/i3/* ~/.i3/ || true
16 cp -if `pwd`/.xinitrc ~/.xinitrc || true
17 cp -if `pwd`/.Xresources ~/.Xresources || true
18 fi