trying out helix. omg. removing neovim. here we goooooo. and adding mu

This commit is contained in:
Dustin Swan 2022-01-18 12:33:05 -05:00
parent 1ce213f818
commit 0b957aeeec
No known key found for this signature in database
GPG key ID: AB49BD6B2B3A6377
2 changed files with 159 additions and 155 deletions

View file

@ -4,6 +4,10 @@ if command -v mbsync &> /dev/null; then
mbsync -a
fi
if command -v mu &> /dev/null; then
mu index
fi
if command -v vdirsyncer &> /dev/null; then
vdirsyncer sync
fi