1
0
mirror of https://github.com/Mayccoll/Gogh.git synced 2023-08-10 21:12:46 +03:00

Major update with tilix support

This commit is contained in:
phenonymous
2018-11-22 00:16:21 +01:00
170 changed files with 745 additions and 751 deletions

View File

@ -47,9 +47,9 @@ then
else
if [ "$(uname)" = "Darwin" ]; then
# OSX ships with curl and ancient bash
eval "$(curl -so- "${BASE_URL}/apply-colors.sh")"
(eval "$(curl -so- "${BASE_URL}/apply-colors.sh")")
else
# Linux ships with wget
eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
(eval "$(wget -qO- "${BASE_URL}/apply-colors.sh")")
fi
fi