mirror of
https://github.com/Phantop/dotfiles
synced 2025-01-30 16:36:41 +00:00
Setup: add pip, caja, vainfo, pip's qutebrowser
This commit is contained in:
parent
cfe1558f8c
commit
127803c41f
7
.setup
7
.setup
|
@ -1,10 +1,11 @@
|
|||
#!/bin/bash
|
||||
sudo eopkg it -c system.devel
|
||||
sudo eopkg rm gnome-terminal libreoffice-common mate-terminal nautilus
|
||||
sudo eopkg rm gnome-mpv gnome-terminal libreoffice-common mate-terminal nautilus rhythmbo
|
||||
|
||||
desktop="gmic-gimp keepassx kitty mpv quodlibet qutebrowser rofi zathura"
|
||||
terminal="aria2 autojump busybox fd fish git-extras innoextract jq most ncdu neovim solbuild-config-local-unstable stow"
|
||||
desktop="caja gmic-gimp keepassx kitty mpv quodlibet qutebrowser rofi zathura"
|
||||
terminal="aria2 autojump busybox fd fish git-extras innoextract jq libva-tools most ncdu neovim pip solbuild-config-local-unstable stow"
|
||||
sudo eopkg it $desktop $terminal
|
||||
sudo pip3 install --upgrade qutebrowser
|
||||
|
||||
rm ~/.bashrc
|
||||
cd ~/.dotfiles
|
||||
|
|
Loading…
Reference in a new issue