diff --git a/installSystem.sh b/installSystem.sh index 0c94dc5..25b87d2 100644 --- a/installSystem.sh +++ b/installSystem.sh @@ -19,15 +19,13 @@ sudo apt update sudo apt install -y yadm vim-gtk3 vim vim-nox fzf cmake \ webext-browserpass webext-ublock-origin-firefox curl pass python3 ripgrep fonts-firacode fd-find postgresql rsync \ nextcloud-desktop tig locate htop make screenfetch \ - gcc inkscape python3-pip kubectl gnome-shell-pomodoro\ - bash-completion kubectx imagemagick pdfarranger thunderbird firefox gpaste-2 + gcc inkscape python3-pip kubectl kubectx imagemagick pdfarranger thunderbird firefox gpaste-2 neovim sudo apt autoremove # récupération yadm si necessaire [ ! -f "$HOME/.local/bin/passmenu2" ] && yadm init && yadm remote add origin git@git.portenseigne.ovh:pgil/dotfiles.git && yadm fetch --all && yadm checkout main [ ! -f "$HOME/.local/bin/fd" ] && ln -s $(which fdfind) ~/.local/bin/fd -[ ! -f "$HOME/.local/bin/nvim" ] && wget --output-document $HOME/.local/bin/nvim https://github.com/neovim/neovim/releases/download/stable/nvim-linux-x86_64.appimage && chmod +x $HOME/.local/bin/nvim #config imagemagick #sudo sed -i '/"PDF"/s/none/read|write/' /etc/ImageMagick-6/policy.xml