From 187f0401dd829524c39be18c6ef2b564f472fb4d Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Wed, 1 Apr 2015 11:35:30 +0100 Subject: Dotfiles out of dropbox --- make | 4 ++-- mutt/mailboxes | 2 +- zshrc | 2 +- 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" -- cgit v1.2.3