You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
747 B
Bash

#!/usr/bin/env bash
# everything needed for mutt
brew install gpgme
brew install isync
brew install khard
brew install msmtp
brew install mu
brew install neomutt/neomutt/neomutt --with-gpgme
brew install ripmime
brew install w3m
brew install vdirsyncer
read -p "Press any key to continue... " -n1 -s
# python dependencies (for mutt)
sudo pip3 install -I urlscan
read -p "Press any key to continue... " -n1 -s
mkdir ~/Contacts
mkdir ~/Mail
mkdir ~/Mail/mailbox
mkdir ~/Mail/viu
ln -s ~/dotfiles/office/mutt ~/.mutt
ln -s ~/dotfiles/office/mbsyncrc ~/.mbsyncrc
ln -s ~/dotfiles/office/msmtprc ~/.msmtprc
ln -s ~/dotfiles/office/khard ~/.config/khard
ln -s ~/dotfiles/office/vdirsyncer ~/.vdirsyncer
read -p "Press any key to continue... " -n1 -s