From 873294ed35fa8d069acef8c9b23bcc1b7304b70c Mon Sep 17 00:00:00 2001 From: Tobias Schmidl <5060861-schtobia@users.noreply.gitlab.com> Date: Tue, 22 Nov 2022 19:53:23 +0000 Subject: [PATCH] moved packages to apt --- bootstrap-root.sh | 4 ++++ bootstrap-user.sh | 17 ++++++----------- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/bootstrap-root.sh b/bootstrap-root.sh index 7c7d71f..48faff0 100755 --- a/bootstrap-root.sh +++ b/bootstrap-root.sh @@ -20,14 +20,18 @@ apt-get update \ fd-find \ fzf \ git \ + glances \ highlight \ htop \ locales \ man \ mc \ neovim \ + nodeenv \ python3 \ + python3-pygments \ python3-venv \ + ranger \ ripgrep \ tig \ zsh \ diff --git a/bootstrap-user.sh b/bootstrap-user.sh index 38ec7f8..e7d699c 100755 --- a/bootstrap-user.sh +++ b/bootstrap-user.sh @@ -13,17 +13,12 @@ TMPDIR=$(mktemp -u -p "$HOME" -d dotfiles.XXXXX) && \ rm -rf "$TMPDIR" pip install --user -r https://gitlab.com/schtobia/bootstrap/raw/master/requirements.txt && -for package in \ - glances \ - kas \ - nodeenv \ - pygments \ - pylint \ - ranger_fm \ - watchdog; -do - pipx install $package -done +#for package in \ +# kas \ +# pylint; +#do +# pipx install $package +#done # vim related nvim +PluginInstall +UpdateRemotePlugins +qall