chezmoi/dot_config/polybar/executable_update.polybar-scripts.sh
2022-06-23 22:10:10 +02:00

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