Files
dotfiles/.config/requirements/install.sh
2024-01-20 16:13:08 +01:00

59 lines
914 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 \
build-essential \
cmake \
pkg-config \
libfreetype6-dev \
libfontconfig1-dev \
libxcb-xfixes0-dev \
libxkbcommon-dev \
python3 \
-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
sudo snap install rustup --classic
rustup default stable
cargo install alacritty
curl -s https://ohmyposh.dev/install.sh | sudo bash -s
sudo usermod -aG video wholteza
source ~/.bashrc
echo Done!