Skip to content

Commit

Permalink
Added a script to install the theme locally. Fixes #165
Browse files Browse the repository at this point in the history
  • Loading branch information
lassekongo83 committed Dec 5, 2020
1 parent cd625c6 commit 65ce947
Show file tree
Hide file tree
Showing 5 changed files with 68 additions and 4,497 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,15 @@ git pull
sudo ninja -C build install
```

### Local installation

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`

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

#### Changing themes

Use `gnome-tweaks` to change themes.
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 gnome-shell gtk LICENSE meson.build README.md xfwm4 zukitre.png zukitwo.png);
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);
read -r -p "Commit message: " COMMIT_MESSAGE
COMMIT=$(git commit -m "$COMMIT_MESSAGE");
PUSH=$(git push -u origin master);
Expand Down
Loading

0 comments on commit 65ce947

Please sign in to comment.