diff options
author | Urbain Vaes <urbain@vaes.uk> | 2014-10-21 14:38:41 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2014-10-21 14:38:41 +0100 |
commit | 50216d7ba3a208eb62a746ac2a213a584e54ade3 (patch) | |
tree | 42108680a64737eb3a219cb3bcd459f6e7e12e3b /.dotfilesrc | |
parent | 746860ded21c59dd49a755fd38f8f56ee07b0846 (diff) |
General update
Diffstat (limited to '.dotfilesrc')
-rwxr-xr-x | .dotfilesrc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.dotfilesrc b/.dotfilesrc index c4949e8..d3ce980 100755 --- a/.dotfilesrc +++ b/.dotfilesrc @@ -4,7 +4,7 @@ dir=~/dotfiles olddir=~/dotfiles_old # Files: bash, vim, zsh, mutt, vim, xmodmap, notes, fetchmail, maildrop, installation file. -files="bashrc vimrc zshrc muttrc vim xmodmap mynotes mailfilter krystle tmux.conf dotfilesrc" +files="bashrc vimrc zshrc muttrc colormutt vim xmodmap mynotes mailfilter krystle tmux.conf zathurarc dotfilesrc" rm -rf $olddir mkdir -p $olddir @@ -17,11 +17,11 @@ for file in $files; do done # Fetchmailrc (protect sensitive information) -echo Enter fetchmail password -read password mv ~/.fetchmailrc $olddir -cp $dir/.fetchmailrc ~ -sed -i 's/xx_change_me_xx/'$password'/g' ~/.fetchmailrc +# cp $dir/.fetchmailrc ~ +# vim ~/.fetchmailrc +# read password +# sed -i 's/xx_change_me_xx/'$password'/g' ~/.fetchmailrc # SSMTP config echo ssmtp.conf @@ -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 |