27 lines
317 B
Bash
Executable File
27 lines
317 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
sudo pacman -Sy \
|
|
alacritty \
|
|
ffmpeg \
|
|
firefox \
|
|
fzf \
|
|
git \
|
|
mpd \
|
|
mpv \
|
|
ncmpcpp \
|
|
neomutt \
|
|
neovim \
|
|
newsboat \
|
|
pass \
|
|
pass-otp \
|
|
playerctl \
|
|
pulseaudio \
|
|
python \
|
|
python-pip \
|
|
rsync \
|
|
transmission-cli \
|
|
ttf-ubuntu-font-family \
|
|
youtube-dl \
|
|
zathura \
|
|
zsh
|