summaryrefslogtreecommitdiff
path: root/.dotfilesrc
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2014-10-27 16:34:27 +0000
committerUrbain Vaes <urbain@vaes.uk>2014-10-27 16:34:27 +0000
commit15eb81d8e0356caa45cd75ef4c3a62d096fa4e8f (patch)
treefcc13760c018e5627c8676beb31f5fd99d95c366 /.dotfilesrc
parent661a10de87d1ddf27fd1582b96e0193abc3f72c3 (diff)
First commit on utopic unicorn
Diffstat (limited to '.dotfilesrc')
-rwxr-xr-x.dotfilesrc6
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