mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
adding install/gtk-theme.sh
This commit is contained in:
parent
d1aa013b7e
commit
df7eb049fe
1 changed files with 13 additions and 0 deletions
13
install/gtk-theme.sh
Executable file
13
install/gtk-theme.sh
Executable file
|
|
@ -0,0 +1,13 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
ICON=fedora
|
||||||
|
TMPDIR=~/.qogir-theme-install
|
||||||
|
|
||||||
|
mkdir -p $TMPDIR
|
||||||
|
git clone https://github.com/vinceliuice/Qogir-theme.git $TMPDIR
|
||||||
|
|
||||||
|
pushd $TMPDIR
|
||||||
|
sudo ./install.sh -i $ICON -d /usr/share/themes
|
||||||
|
popd
|
||||||
|
|
||||||
|
rm -fr $TMPDIR
|
||||||
Loading…
Add table
Add a link
Reference in a new issue