mirror of
https://github.com/pnx/dotfiles
synced 2026-06-18 20:10:03 +02:00
Adding install/icons.sh
This commit is contained in:
parent
168bc21bfe
commit
0c3d0c6cbe
1 changed files with 17 additions and 0 deletions
17
install/icons.sh
Executable file
17
install/icons.sh
Executable file
|
|
@ -0,0 +1,17 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
ICON=fedora
|
||||||
|
TMPDIR=~/.qogir-icon-install
|
||||||
|
|
||||||
|
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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue