Steffen Rademacker 7 years ago
parent 5b05248960
commit daff4b107f

@ -1,7 +1,7 @@
#!/usr/bin/env zsh
nvm install 6.10.2
nvm install 7.8.0
nvm install 7.9.0
nvm use 6.10.2
nvm alias default 6.10.2
curl -L https://www.npmjs.com/install.sh | sh

@ -29,6 +29,7 @@ dateformat = %d.%m.%Y
longdateformat = %d.%m.%Y
datetimeformat = %d.%m.%Y %H:%M
longdatetimeformat = %d.%m.%Y %H:%M
weeknumbers = "right"
[default]
default_calendar = "private"

@ -35,7 +35,7 @@ alias l='ls -alGp'
# mutt
alias m='mutt'
# alias for syncing everything
alias office="mbsync -a && mu index --maildir ~/Mail && vdirsyncer discover && vdirsyncer sync && khal"
alias office="clear && mbsync -a && mu index --maildir ~/Mail && vdirsyncer sync && khal"
# Gitty gitgit
alias g="git"

Loading…
Cancel
Save