Rearrange installation order
This commit is contained in:
parent
4a427864bf
commit
5fa46e63f9
1 changed files with 3 additions and 3 deletions
|
@ -20,9 +20,6 @@ stow */
|
||||||
fish -c "curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish | source && fisher install jorgebucaran/fisher && fisher update"
|
fish -c "curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish | source && fisher install jorgebucaran/fisher && fisher update"
|
||||||
sudo chsh $USER -s /usr/bin/fish
|
sudo chsh $USER -s /usr/bin/fish
|
||||||
|
|
||||||
# File management
|
|
||||||
sudo pacman -S --needed --noconfirm atool ffmpegthumbnailer highlight mediainfo python-pillow ranger transmission-cli
|
|
||||||
|
|
||||||
# Audio
|
# Audio
|
||||||
sudo pacman -S --needed --noconfirm easyeffects helvum pamixer pipewire pipewire-alsa pipewire-audio pipewire-jack pipewire-pulse playerctl wireplumber
|
sudo pacman -S --needed --noconfirm easyeffects helvum pamixer pipewire pipewire-alsa pipewire-audio pipewire-jack pipewire-pulse playerctl wireplumber
|
||||||
|
|
||||||
|
@ -44,5 +41,8 @@ sudo pacman -S --needed --noconfirm noto-fonts noto-fonts-cjk noto-fonts-emoji n
|
||||||
sudo pacman -S --needed --noconfirm blueberry bluez bluez-utils
|
sudo pacman -S --needed --noconfirm blueberry bluez bluez-utils
|
||||||
sudo systemctl enable bluetooth
|
sudo systemctl enable bluetooth
|
||||||
|
|
||||||
|
# File management
|
||||||
|
sudo pacman -S --needed --noconfirm atool ffmpegthumbnailer highlight mediainfo python-pillow ranger transmission-cli
|
||||||
|
|
||||||
# GUI Applications
|
# GUI Applications
|
||||||
sudo pacman -S --needed --noconfirm discord firefox kitty
|
sudo pacman -S --needed --noconfirm discord firefox kitty
|
||||||
|
|
Loading…
Add table
Reference in a new issue