8 lines
185 B
Bash
Executable file
8 lines
185 B
Bash
Executable file
#!/bin/env sh
|
|
|
|
yay -S --needed python-pywal \
|
|
python-pywalfox
|
|
|
|
wal --theme base16-gruvbox-medium
|
|
pywalfox install
|
|
sudo chmod +x /usr/lib/python3.13/site-packages/pywalfox/bin/main.sh
|