Add install script
This commit is contained in:
parent
2a108fab0c
commit
97d2ff6901
24
install.sh
Executable file
24
install.sh
Executable file
@ -0,0 +1,24 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
sudo pacman -Sy \
|
||||
alacritty \
|
||||
ffmpeg \
|
||||
firefox \
|
||||
fzf \
|
||||
git \
|
||||
mpd \
|
||||
mpv \
|
||||
ncmpcpp \
|
||||
neomutt \
|
||||
neovim \
|
||||
newsboat \
|
||||
pass \
|
||||
pass-otp \
|
||||
playerctl \
|
||||
pulseaudio \
|
||||
rsync \
|
||||
transmission-cli \
|
||||
ttf-ubuntu-font-family \
|
||||
youtube-dl \
|
||||
zathura \
|
||||
zsh
|
Reference in New Issue
Block a user