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