8 lines
178 B
Bash
8 lines
178 B
Bash
#!/bin/sh
|
|
# make sure the polybar-scripts repo is here
|
|
git clone https://github.com/polybar/polybar-scripts.git ~/.config/polybar-scripts
|
|
cd ~/.config/polybar-scripts
|
|
git pull
|
|
|
|
|