Skip to content

Commit

Permalink
Update #165
Browse files Browse the repository at this point in the history
  • Loading branch information
lassekongo83 committed Dec 6, 2020
1 parent 65ce947 commit 862a7a0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 61 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,14 @@ sudo ninja -C build install

Install the theme(s) locally if you for some reason can't run as a sudo user.

1. Download or clone the repository and navigate to the directory.
2. Run: `sh local-install.sh` to install the theme(s) in `~/.themes`
```bash
git clone https://github.com/lassekongo83/zuki-themes.git
cd zuki-themes
meson build
DESTDIR=/home/your-username/.themes ninja -C build install
mv ~/.themes/usr/share/themes/* ~/.themes
rm -r ~/.themes/usr
```

Note: The script will not install the gnome-shell or xfwm4 theme(s) if you don't run any of those.

Expand Down
2 changes: 1 addition & 1 deletion gitpush.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# Simple terminal script for submitting stuff to your git repository.

ADDFILES=$(git add CONTRIBUTING.md .gitattributes .github .gitignore gitpush.sh local-install.sh gnome-shell gtk LICENSE meson.build README.md xfwm4 zukitre.png zukitwo.png);
ADDFILES=$(git add CONTRIBUTING.md .gitattributes .github .gitignore gitpush.sh gnome-shell gtk LICENSE meson.build README.md xfwm4 zukitre.png zukitwo.png);
read -r -p "Commit message: " COMMIT_MESSAGE
COMMIT=$(git commit -m "$COMMIT_MESSAGE");
PUSH=$(git push -u origin master);
Expand Down
58 changes: 0 additions & 58 deletions local-install.sh

This file was deleted.

0 comments on commit 862a7a0

Please sign in to comment.