summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2015-04-01 11:35:30 +0100
committerUrbain Vaes <urbain@vaes.uk>2015-04-01 11:35:30 +0100
commit187f0401dd829524c39be18c6ef2b564f472fb4d (patch)
treec7205936890b87efe689114976f71440391d3ad6
parentb18f60ed95493fddb1982a953f408678e0866c03 (diff)
Dotfiles out of dropbox
-rwxr-xr-xmake4
-rw-r--r--mutt/mailboxes2
-rw-r--r--zshrc2
3 files changed, 4 insertions, 4 deletions
diff --git a/make b/make
index 7836cb4..bea5c92 100755
--- a/make
+++ b/make
@@ -1,7 +1,7 @@
#!/bin/bash
-dir=~/Dropbox/dotfiles
-olddir=~/Dropbox/dotfiles_old
+dir=~/dotfiles
+olddir=~/dotfiles_old
# Files to sync
files="vim mutt vifm bashrc zshrc xmodmap mynotes tmux.conf zathurarc offlineimaprc inputrc latexmkrc crontab gitconfig"
diff --git a/mutt/mailboxes b/mutt/mailboxes
index 9e64508..d259b41 100644
--- a/mutt/mailboxes
+++ b/mutt/mailboxes
@@ -1 +1 @@
-mailboxes "+Hotmail/Hotmail" "+Main/Drafts" "+Main/Main" "+Main/Sent" "+Gmail/Gmail" "+Imperial/Imperial"
+mailboxes "+Gmail/Gmail" "+Hotmail/Hotmail" "+Imperial/Imperial" "+Main/Drafts" "+Main/Main" "+Main/Sent"
diff --git a/zshrc b/zshrc
index 7419bd2..a9ac4b4 100644
--- a/zshrc
+++ b/zshrc
@@ -41,7 +41,7 @@ alias ur='cd ~/Dropbox/phd/reports'
alias up='cd ~/Dropbox/phd/presentations'
alias papers='cd ~/Dropbox/phd/papers'
alias books='cd ~/Dropbox/phd/books'
-alias cdd='cd ~/Dropbox/dotfiles'
+alias cdd='cd ~/dotfiles'
# Commands
alias tmux="TERM=screen-256color-bce tmux"