From d1a846cf920ef1aa0da26d76187faafb8f5f9ef4 Mon Sep 17 00:00:00 2001 From: Gil Portenseigne Date: Fri, 15 Sep 2023 13:37:31 +0200 Subject: [PATCH] add locate --- installSystem.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/installSystem.sh b/installSystem.sh index 46667d0..a6362be 100644 --- a/installSystem.sh +++ b/installSystem.sh @@ -5,7 +5,8 @@ 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 tig +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 locate + echo "*/10 * * * * $HOME/.local/bin/mailsync" > temp && crontab temp && rm temp [ ! -f "$HOME/.local/bin/fd" ] && ln -s $(which fdfind) ~/.local/bin/fd