Files
dotfiles/.config/requirements/install.sh
2024-01-01 17:00:28 +01:00

30 lines
457 B
Bash
Executable File

sudo apt install \
i3 \
i3blocks \
i3lock \
suckless-tools \
arandr \
feh \
scrot \
wget \
gnupg2 \
gnupg-agent \
dirmngr \
cryptsetup \
scdaemon \
pcscd \
secure-delete \
hopenpgp-tools \
yubikey-personalization \
solaar
sudo snap install caprine
sudo snap install telegram-desktop
sudo snap install discord
sudo snap install firefox
curl -s https://ohmyposh.dev/install.sh | sudo bash -s
source ~/.bashrc
echo Done!