Add missing packages
This commit is contained in:
parent
5fa46e63f9
commit
b7ebc8412f
1 changed files with 3 additions and 2 deletions
|
@ -5,7 +5,8 @@ set -ex
|
|||
sudo pacman -Syu --noconfirm
|
||||
|
||||
# Install dev packages
|
||||
sudo pacman -S --needed --noconfirm base-devel btop curl fish flatpak git hyfetch imagemagick python-pygments rustup stow
|
||||
sudo pacman -S --needed --noconfirm base-devel btop curl fish flatpak git hyfetch imagemagick less python-pygments rustup stow xdg-user-dirs
|
||||
xdg-user-dirs-update
|
||||
rustup install stable
|
||||
|
||||
# Install paru
|
||||
|
@ -45,4 +46,4 @@ sudo systemctl enable bluetooth
|
|||
sudo pacman -S --needed --noconfirm atool ffmpegthumbnailer highlight mediainfo python-pillow ranger transmission-cli
|
||||
|
||||
# GUI Applications
|
||||
sudo pacman -S --needed --noconfirm discord firefox kitty
|
||||
sudo pacman -S --needed --noconfirm discord firefox imv kitty mpv
|
||||
|
|
Loading…
Add table
Reference in a new issue