From a7838c4513bdc183c98e560a724162c472674558 Mon Sep 17 00:00:00 2001 From: neodarz Date: Thu, 5 Sep 2019 09:21:31 +0200 Subject: Add offlineimap config --- install.sh | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'install.sh') diff --git a/install.sh b/install.sh index f0af9a7..fb1948d 100644 --- a/install.sh +++ b/install.sh @@ -132,6 +132,10 @@ #sudo pacman -S python-neovim python-twisted +## offlineimap + +#sudo pacman -S offlineimap + # install dotfiles # post install dotfile @@ -141,3 +145,7 @@ #git clone https://github.com/vundlevim/vundle.vim.git ~/.config/nvim/bundle/Vundle.vim #nvim +PluginInstall +qall + +# notmuch + +#notmuch new -- cgit v1.2.1