Files
dotfiles/.config/requirements/install.sh

46 lines
686 B
Bash
Executable File

sudo apt update
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 \
cifs-utils \
curl \
rofi \
brightnessctl \
neofetch \
bashtop \
htop \
-y
mkdir ~/Screenshots
sudo snap install caprine
sudo snap install telegram-desktop
sudo snap install discord
sudo snap install firefox
sudo snap install signal-desktop
sudo snap install code --classic
curl -s https://ohmyposh.dev/install.sh | sudo bash -s
sudo usermod -aG video wholteza
source ~/.bashrc
echo Done!