summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.dotfilesrc2
-rw-r--r--.krystle.txt19
-rw-r--r--.muttrc10
-rw-r--r--.vimrc2
-rw-r--r--.zshrc8
5 files changed, 37 insertions, 4 deletions
diff --git a/.dotfilesrc b/.dotfilesrc
index 4a0f02e..96297aa 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 dotfilesrc"
+files="bashrc vimrc zshrc muttrc vim xmodmap mynotes mailfilter krystle dotfilesrc"
rm -rf $olddir
mkdir -p $olddir
diff --git a/.krystle.txt b/.krystle.txt
new file mode 100644
index 0000000..4a9ca74
--- /dev/null
+++ b/.krystle.txt
@@ -0,0 +1,19 @@
+Dear Sir/Madam,
+
+I am writing to you to apply for the position of Analyst in the
+Investments department of Blackrock. When I first heard from Blackrock
+as a leading investement company.
+
+I am confident that my academic background, my experiences and my qualities are
+ideal for a job in the in Investments at Blackrock. Through my intership at
+Starcom MediaVest Group, I acquired strong leadership and communications
+skills. While working there, I took the initiative to combine the group's work
+in a PowerPoint presentation and present it to the client, and successfully
+managed to convince him to stay with Starcom for another year. My
+communications skilled were later reinforced during my master's in strategic
+marketing at Imperial College London, which was heavily based on group projects.
+
+Yours faithfully,
+
+Krystle Acquah
+
diff --git a/.muttrc b/.muttrc
index d75d382..a85d94c 100644
--- a/.muttrc
+++ b/.muttrc
@@ -17,3 +17,13 @@ set editor="vim"
set edit_headers
set sendmail="/usr/sbin/ssmtp"
+set sort = reverse-date-received
+set allow_ansi = yes
+
+source ~/mutt-colors-solarized/mutt-colors-solarized-dark-16.muttrc
+
+alias krystle Krystle Acquah <krystle.acquah-arhin13@imperial.ac.uk>
+alias khoi Binh-Khoi Nguyen <khoi@member.fsf.org>
+alias me Urbain Vaes <urbainvaes90@gmail.com>
+alias amanda \"Diez Fernandez, Amanda\" <amanda.diez10@imperial.ac.uk>
+alias vaes Christophe & Nathalie Vaes Van den Bogaert <vaesvdb@gmail.com>
diff --git a/.vimrc b/.vimrc
index 132624a..8e4e730 100644
--- a/.vimrc
+++ b/.vimrc
@@ -94,7 +94,7 @@ set scrolloff=3
if has('gui_running')
set t_Co=256
else
- set t_Co=16
+ set t_Co=256
endif
set guitablabel=%N\ %t\ %M
set background=dark
diff --git a/.zshrc b/.zshrc
index 773ed55..76ce5c7 100644
--- a/.zshrc
+++ b/.zshrc
@@ -1,3 +1,9 @@
+# Key remapping
+# todo: add vim support
+#
+~/xcape/xcape -e 'Shift_L=Escape'
+xmodmap ~/.xmodmap
+
# Path to your oh-my-zsh installation.
export ZSH=$HOME/.oh-my-zsh
@@ -7,8 +13,6 @@ export ZSH=$HOME/.oh-my-zsh
# time that oh-my-zsh is loaded.
ZSH_THEME="eastwood"
-xmodmap ~/.xmodmap
-
# Uncomment the following line to use case-sensitive completion.
# CASE_SENSITIVE="true"