From 3fb2516608f19c47881f1a494b53dad741263482 Mon Sep 17 00:00:00 2001 From: Gil Portenseigne Date: Sat, 16 Dec 2023 00:20:48 +0100 Subject: [PATCH] neovim c'est parti --- installSystem.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/installSystem.sh b/installSystem.sh index 0848608..c1b8492 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 vim-gtk3 python3-tldextract uuid-runtime webext-browserpass webext-ublock-origin-firefox vim vim-nox curl pass python3 ripgrep fonts-firacode fd-find tmux postgresql rsync nextcloud-desktop chromium tig locate htop libx11-dev libxinerama-dev libxft-dev libx11-xcb-dev libxcb-res0-dev arandr make gcc pulsemixer unclutter libnotify-bin ncal dmenu brightnessctl brightness-udev feh autorandr inkscape neomutt isync msmtp lynx notmuch abook urlview pulseaudio-utils mailsync +sudo apt remove vim-gtk3 vim vim-nox +sudo apt install -y neovim python3-tldextract uuid-runtime webext-browserpass webext-ublock-origin-firefox curl pass python3 ripgrep fonts-firacode fd-find tmux postgresql rsync nextcloud-desktop chromium tig locate htop libx11-dev libxinerama-dev libxft-dev libx11-xcb-dev libxcb-res0-dev arandr make gcc pulsemixer unclutter libnotify-bin ncal dmenu brightnessctl brightness-udev feh autorandr inkscape neomutt isync msmtp lynx notmuch abook urlview pulseaudio-utils mailsync [ ! -f "$HOME/.local/bin/fd" ] && ln -s $(which fdfind) ~/.local/bin/fd