adding tok
This commit is contained in:
parent
a25f5ba11a
commit
e046b8135f
1 changed files with 14 additions and 0 deletions
14
shell/tok.sh
Executable file
14
shell/tok.sh
Executable file
|
|
@ -0,0 +1,14 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
|
FROM="${HOME}/github/mate-themes"
|
||||||
|
TO="${HOME}/.themes/TOK/gtk-3.0"
|
||||||
|
|
||||||
|
[ -d "$FROM" ] || exit 0
|
||||||
|
[ -d "$TO" ] || exit 0
|
||||||
|
|
||||||
|
cd "$FROM"
|
||||||
|
git pull
|
||||||
|
cp -a desktop-themes/TraditionalOk/gtk-3.0/*.css "${TO}"/
|
||||||
|
cp -a desktop-themes/TraditionalOk/gtk-3.0/img/* "${TO}"/img/
|
||||||
Loading…
Add table
Add a link
Reference in a new issue