mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
store icon theme in repo
This commit is contained in:
parent
ddb00f75b4
commit
af59e22ba9
3 changed files with 3 additions and 14 deletions
BIN
assets/qogir-cursors.tar.gz
Normal file
BIN
assets/qogir-cursors.tar.gz
Normal file
Binary file not shown.
BIN
assets/qogir-icons.tar.gz
Normal file
BIN
assets/qogir-icons.tar.gz
Normal file
Binary file not shown.
|
|
@ -1,17 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
ICON=fedora
|
BASE_PATH=$(dirname $(readlink -f $BASH_SOURCE))
|
||||||
TMPDIR=~/.qogir-icon-install
|
|
||||||
|
|
||||||
mkdir -p $TMPDIR
|
sudo tar -C /usr/share/icons -xvf ${BASE_PATH}/../assets/qogir-icons.tar.gz
|
||||||
git clone https://github.com/vinceliuice/Qogir-icon-theme $TMPDIR
|
sudo tar -C /usr/share/icons -xvf ${BASE_PATH}/../assets/qogir-cursors.tar.gz
|
||||||
|
|
||||||
pushd $TMPDIR
|
|
||||||
sudo ./install.sh -t default -c dark -d /usr/share/icons
|
|
||||||
popd
|
|
||||||
|
|
||||||
pushd $TMPDIR/src/cursors
|
|
||||||
sudo cp -r dist/ /usr/share/icons/Qogir-cursors
|
|
||||||
popd
|
|
||||||
|
|
||||||
sudo rm -fr $TMPDIR
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue