Adds GTK theme and bootstrap file

This commit is contained in:
Michel Fedde 2025-02-12 18:46:10 +01:00
parent cdc55cfec9
commit 084c39594e
9 changed files with 62 additions and 25 deletions

View file

@ -0,0 +1,9 @@
#!/bin/env bash
echo "Installing general apps"
yay -S --needed neovim \
kitty \
btop \
zoxide fzf \
superfile

View file

@ -0,0 +1,29 @@
#!/bin/env bash
echo "Installing dependencies for $XDG_SESSION_DESKTOP"
if [ $XDG_SESSION_DESKTOP = "i3" ]; then
yay -S --needed polybar \
betterlockscreen \
dunst \
pulseaudio-control \
nitrogen
fi
if [ $XDG_SESSION_DESKTOP = "Hyprland" ]; then
yay -S --needed waybar \
hyprlock \
swww \
hyprswitch \
nwg-dock-hyprland \
nwg-drawer \
swaync \
wlogout wayland-logout \
hyprpicker \
pulseaudio-control \
wl-clipboard \
grim \
slurp
fi

View file

@ -0,0 +1,5 @@
#!/bin/env bash
yay -S --needed getnf
getnf -i "JetBrainsMono"
fc-cache

View file

@ -0,0 +1,4 @@
#!/bin/env sh
echo "# Installing GTK Theme (gruvbox)"
yay -S gruvbox-material-gtk-theme-git gruvbox-material-icon-theme-git

View file

@ -0,0 +1,7 @@
#!/bin/env bash
echo "# Installing keymapping"
yay -S --needed evremap
sudo ln -s ~/.config/evremap.toml /etc/evremap.toml
systemctl --user enable --now evremap