From c795f8abb475ddc70255b9b6f93c3aeec3950667 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Thu, 6 Nov 2014 13:38:25 +0000 Subject: minor changes --- make | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) (limited to 'make') diff --git a/make b/make index 3b77158..1138715 100755 --- a/make +++ b/make @@ -4,7 +4,7 @@ dir=~/dotfiles olddir=~/dotfiles_old # Files to sync -files="vim mutt vifm bashrc zshrc xmodmap mynotes tmux.conf zathurarc offlineimaprc inputrc crontab" +files="vim mutt vifm bashrc zshrc xmodmap mynotes tmux.conf zathurarc offlineimaprc inputrc crontab krystle" rm -rf $olddir mkdir -p $olddir @@ -16,22 +16,19 @@ for file in $files; do ln -s $dir/$file ~/.$file done -# Fetchmailrc (protect sensitive information) -# mv ~/.fetchmailrc $olddir -# cp $dir/.fetchmailrc ~ -# vim ~/.fetchmailrc -# read password -# sed -i 's/xx_change_me_xx/'$password'/g' ~/.fetchmailrc - # SSMTP config echo ssmtp.conf sudo mv /etc/ssmtp/ssmtp.conf $olddir sudo ln -s $dir/ssmtp.conf /etc/ssmtp/ -# Permissions +# Solarized cd -sudo chmod 600 ~/.fetchmailrc -sudo chmod 600 $dir/.mailfilter +rm -rf .solarized +mkdir .solarized +cd .solarized +git clone https://github.com/altercation/mutt-colors-solarized +git clone https://github.com/Anthony25/gnome-terminal-colors-solarized/ +git clone https://github.com/seebi/dircolors-solarized sudo rm -rf .vim/bundle mkdir .vim/bundle -- cgit v1.2.3