diff --git a/dot_dotfiles/polybar/executable_diff.polybar-scripts.sh b/dot_dotfiles/polybar/executable_diff.polybar-scripts.sh new file mode 100644 index 0000000..3151ca4 --- /dev/null +++ b/dot_dotfiles/polybar/executable_diff.polybar-scripts.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +# perform a diff between the used scripts +diff -r ~/.config/polybar-scripts/polybar-scripts ~/.dotfiles/polybar/polybar-scripts | grep -Ev "\/home\/[^/].+\/\.config" + diff --git a/dot_dotfiles/polybar/executable_update.polybar-scripts.sh b/dot_dotfiles/polybar/executable_update.polybar-scripts.sh new file mode 100644 index 0000000..6eb6875 --- /dev/null +++ b/dot_dotfiles/polybar/executable_update.polybar-scripts.sh @@ -0,0 +1,7 @@ +#!/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 + +