diff options
author | Urbain Vaes <urbain@vaes.uk> | 2014-10-27 16:34:27 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2014-10-27 16:34:27 +0000 |
commit | 15eb81d8e0356caa45cd75ef4c3a62d096fa4e8f (patch) | |
tree | fcc13760c018e5627c8676beb31f5fd99d95c366 /.dotfilesrc | |
parent | 661a10de87d1ddf27fd1582b96e0193abc3f72c3 (diff) |
First commit on utopic unicorn
Diffstat (limited to '.dotfilesrc')
-rwxr-xr-x | .dotfilesrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.dotfilesrc b/.dotfilesrc index d3ce980..235768e 100755 --- a/.dotfilesrc +++ b/.dotfilesrc @@ -18,8 +18,8 @@ done # Fetchmailrc (protect sensitive information) mv ~/.fetchmailrc $olddir -# cp $dir/.fetchmailrc ~ -# vim ~/.fetchmailrc +cp $dir/.fetchmailrc ~ +vim ~/.fetchmailrc # read password # sed -i 's/xx_change_me_xx/'$password'/g' ~/.fetchmailrc @@ -29,7 +29,7 @@ sudo mv /etc/ssmtp/ssmtp.conf $olddir sudo ln -s $dir/ssmtp.conf /etc/ssmtp/ # Permissions -# sudo chmod 600 ~/.fetchmailrc +sudo chmod 600 ~/.fetchmailrc sudo chmod 600 $dir/.mailfilter sudo rm -rf .vim/bundle |