First Upload
This commit is contained in:
Executable
+11
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
cd ~/eww-icons || exit 1
|
||||
|
||||
# Config aktualisieren
|
||||
git pull --rebase --autostash
|
||||
|
||||
# Link setzen, damit eww sie nutzt
|
||||
rm -rf ~/.config/eww
|
||||
ln -s ~/eww-icons ~/.config/eww
|
||||
Reference in New Issue
Block a user