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 | |
parent | 661a10de87d1ddf27fd1582b96e0193abc3f72c3 (diff) |
First commit on utopic unicorn
-rwxr-xr-x | .dotfilesrc | 6 | ||||
-rw-r--r-- | .mynotes | 10 | ||||
-rw-r--r-- | .xmodmap | 4 | ||||
-rw-r--r-- | .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 @@ -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/ @@ -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 @@ -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' |