4 lines
125 B
Bash
Executable file
4 lines
125 B
Bash
Executable file
#!/bin/env sh
|
|
|
|
echo "# Installing GTK Theme (gruvbox)"
|
|
yay -S --needed gruvbox-material-icon-theme-git gruvbox-gtk-theme-git
|