ajout tig

main
Gil Portenseigne 2023-09-07 14:20:19 +02:00
parent e9cfdd2b60
commit 4bc883c015
1 changed files with 1 additions and 1 deletions

View File

@ -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 webext-browserpass webext-ublock-origin-firefox vim vim-nox neomutt curl isync msmtp pass lynx notmuch abook urlview python3 ripgrep fonts-firacode fd-find tmux interception-caps2esc postgresql npm rsync nextcloud-desktop chromium
sudo apt install -y webext-browserpass webext-ublock-origin-firefox vim vim-nox neomutt curl isync msmtp pass lynx notmuch abook urlview python3 ripgrep fonts-firacode fd-find tmux interception-caps2esc postgresql npm rsync nextcloud-desktop chromium tig
echo "*/10 * * * * $HOME/.local/bin/mailsync" > temp && crontab temp && rm temp
[ ! -f "$HOME/.local/bin/fd" ] && ln -s $(which fdfind) ~/.local/bin/fd