7 lines
134 B
Bash
7 lines
134 B
Bash
#!/usr/bin/env sh
|
|
|
|
git clone --depth=1 https://github.com/adi1090x/polybar-themes.git
|
|
cd polybar-themes
|
|
chmod +x setup.sh
|
|
|
|
./setup.sh
|