diff --git a/.password-store/top-assmat.com/laura.portenseigne@gmail.com.gpg b/.password-store/top-assmat.com/laura.portenseigne@gmail.com.gpg new file mode 100644 index 0000000..2c51f96 Binary files /dev/null and b/.password-store/top-assmat.com/laura.portenseigne@gmail.com.gpg differ diff --git a/installSystem.sh b/installSystem.sh index 9b1c402..6e37d6a 100644 --- a/installSystem.sh +++ b/installSystem.sh @@ -5,7 +5,7 @@ groups | grep -q sudo || echo "Please add $(whoami) to sudo group with : sudo us groups | grep -q sudo || return # sudo usermod -aG sudo $user # pour passer sudoers, puis reboot -sudo apt install -y neomutt curl isync msmtp pass lynx notmuch abook urlview +sudo apt install -y vim vim-nox neomutt curl isync msmtp pass lynx notmuch abook urlview python3 echo "*/10 * * * * $HOME/.local/bin/mailsync" > temp && crontab temp && rm temp