moved packages to apt

This commit is contained in:
Tobias Schmidl 2022-11-22 19:53:23 +00:00
parent d96efcacbe
commit 873294ed35
2 changed files with 10 additions and 11 deletions

View file

@ -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 \

View file

@ -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