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 \ fd-find \
fzf \ fzf \
git \ git \
glances \
highlight \ highlight \
htop \ htop \
locales \ locales \
man \ man \
mc \ mc \
neovim \ neovim \
nodeenv \
python3 \ python3 \
python3-pygments \
python3-venv \ python3-venv \
ranger \
ripgrep \ ripgrep \
tig \ tig \
zsh \ zsh \

View file

@ -13,17 +13,12 @@ TMPDIR=$(mktemp -u -p "$HOME" -d dotfiles.XXXXX) && \
rm -rf "$TMPDIR" rm -rf "$TMPDIR"
pip install --user -r https://gitlab.com/schtobia/bootstrap/raw/master/requirements.txt && pip install --user -r https://gitlab.com/schtobia/bootstrap/raw/master/requirements.txt &&
for package in \ #for package in \
glances \ # kas \
kas \ # pylint;
nodeenv \ #do
pygments \ # pipx install $package
pylint \ #done
ranger_fm \
watchdog;
do
pipx install $package
done
# vim related # vim related
nvim +PluginInstall +UpdateRemotePlugins +qall nvim +PluginInstall +UpdateRemotePlugins +qall