From 15eb81d8e0356caa45cd75ef4c3a62d096fa4e8f Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Mon, 27 Oct 2014 16:34:27 +0000 Subject: First commit on utopic unicorn --- .dotfilesrc | 6 +++--- .mynotes | 10 ++++------ .xmodmap | 4 ++++ .zshrc | 13 +++++++------ 4 files changed, 18 insertions(+), 15 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 diff --git a/.mynotes b/.mynotes index f7efdc8..db2b35b 100644 --- a/.mynotes +++ b/.mynotes @@ -20,12 +20,10 @@ Expecting - Taste card - New Oyster card -Calendar -- Jeudi 18h : skype with Mathieu -- Jeudi soir : Meal at Khoi's -- Mercredi soir : Common dinner -- Friday : Theme park -- Saturday : Skype Delft +Courses +- Ergodic theory +- Sobolev spaces +- Elliptic PDEs Interesting http://www.drbunsen.org/the-text-triumvirate/ diff --git a/.xmodmap b/.xmodmap index 94b320f..2dc3c02 100644 --- a/.xmodmap +++ b/.xmodmap @@ -10,9 +10,13 @@ add Control = Control_L keycode 94 = Mode_switch !Numbers +keycode 65 = space space 0 keycode 43 = d D 0 +keycode 39 = o O 1 keycode 58 = m M 1 +keycode 40 = e E 2 keycode 59 = w W 2 +keycode 41 = u U 3 keycode 60 = v V 3 keycode 44 = h H 4 keycode 45 = t T 5 diff --git a/.zshrc b/.zshrc index 7ac52e8..4a39c61 100644 --- a/.zshrc +++ b/.zshrc @@ -81,11 +81,12 @@ alias -s pdf=zathura alias tmux="TERM=screen-256color-bce tmux" alias g='git' alias v=$EDITOR -alias u='cd ~/phd' -alias up='cd ~/phd/programs' -alias ul='cd ~/phd/literature' -alias ur='cd ~/phd/reports' -alias mutt='fetchmail -s & mutt' +alias u='cd ~/Dropbox/phd' +alias up='cd ~/Dropbox/phd/programs' +alias ul='cd ~/Dropbox/phd/literature' +alias ur='cd ~/Dropbox/phd/reports' +alias m='mutt' +alias f='fetchmail' # Fix smart search history bindkey "^[[A" history-beginning-search-backward @@ -103,5 +104,5 @@ fi # setxkbmap -option ctrl:swapcaps xmodmap ~/.xmodmap -~/xcape/xcape -e 'Shift_L=Escape' +# ~/xcape/xcape -e 'Shift_L=Escape' # ~/xcape/xcape -e 'Shift_R=Tab' -- cgit v1.2.3