summaryrefslogtreecommitdiff
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
parent661a10de87d1ddf27fd1582b96e0193abc3f72c3 (diff)
First commit on utopic unicorn
-rwxr-xr-x.dotfilesrc6
-rw-r--r--.mynotes10
-rw-r--r--.xmodmap4
-rw-r--r--.zshrc13
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'