1
0
Fork 0
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:
Henrik Hautakoski 2023-09-14 22:16:07 +02:00
parent d1aa013b7e
commit df7eb049fe

13
install/gtk-theme.sh Executable file
View 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