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
|
|
@ -1,17 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
ICON=fedora
|
||||
TMPDIR=~/.qogir-icon-install
|
||||
BASE_PATH=$(dirname $(readlink -f $BASH_SOURCE))
|
||||
|
||||
mkdir -p $TMPDIR
|
||||
git clone https://github.com/vinceliuice/Qogir-icon-theme $TMPDIR
|
||||
|
||||
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
|
||||
sudo tar -C /usr/share/icons -xvf ${BASE_PATH}/../assets/qogir-icons.tar.gz
|
||||
sudo tar -C /usr/share/icons -xvf ${BASE_PATH}/../assets/qogir-cursors.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue