-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
15c4480
commit 2faedc3
Showing
1 changed file
with
67 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
[h1] | ||
Suru++ | ||
A third-party Suru icons for Ubuntu 18.04 | ||
An elegant, modern and sweet Suru icons based on Suru Icons by Sam Hewitt | ||
[/h1] | ||
|
||
[h2]Installation with CLI[/h2] | ||
|
||
Firstly, you must have git and svn installed. | ||
|
||
[code]sudo apt install curl git subversion wget[/code] | ||
|
||
[h3]Ubuntu 16.04 and below and any Debian-derived distros[/h3] | ||
|
||
[code] | ||
# If the folder icons doesn't exist | ||
mkdir ~/.icons | ||
# As you are an user of before Ubuntu 16.04 and below, you must install firstly Sam Hewitt' Suru Icons | ||
svn export https://github.com/snwh/suru-icon-theme/trunk/Suru/ ~/.icons/Suru | ||
# Download quickly like a Millennium Falcon | ||
svn export https://github.com/Magog64/SURU-PLUS/trunk/ ~/.icons/Suru++ | ||
# When we will update the icons, and if you want to update the icons, just overwrite | ||
svn export --force https://github.com/Magog64/SURU-PLUS/trunk/ ~/.icons/Suru++ | ||
[/code] | ||
|
||
[h3]Ubuntu 16.04.4, Kali Linux and above[/h3] | ||
|
||
[code] | ||
# If the folder icons doesn't exist | ||
mkdir ~/.local/share/icons | ||
# As you are an user of before Ubuntu 16.04 and above, you must install firstly Sam Hewitt' Suru Icons | ||
svn export https://github.com/snwh/suru-icon-theme/trunk/Suru/ ~/.local/share/icons/Suru | ||
# Download quickly like a Millennium Falcon | ||
svn export https://github.com/Magog64/SURU-PLUS/trunk/ ~/.local/share/icons/Suru++ | ||
# When we will update the icons, and if you want to update the icons, just overwrite | ||
svn export --force https://github.com/Magog64/SURU-PLUS/trunk/ ~/.local/share/icons/Suru++ | ||
[/code] | ||
|
||
[h3]Ubuntu 18.04 and above[/h3] | ||
|
||
You do not need to download and install Sam Hewitt's Suru Icon, because it already comes installed under Ubuntu 18.04 and above | ||
|
||
[code] | ||
# If the folder icons doesn't exist | ||
mkdir ~/.local/share/icons | ||
# Download quickly like a Millennium Falcon | ||
svn export https://github.com/Magog64/SURU-PLUS/trunk/ ~/.local/share/icons/Suru++ | ||
# When we will update the icons, and if you want to update the icons, just overwrite | ||
svn export --force https://github.com/Magog64/SURU-PLUS/trunk/ ~/.local/share/icons/Suru++ | ||
[/code] | ||
|
||
[h3]PPA (Ubuntu and Debian-derived)[/h3] | ||
|
||
Soon... | ||
|
||
[h2]Bugs and reports[/h2] | ||
|
||
Please, fill an issue, providing well-detailed informations at: | ||
https://github.com/Magog64/SURU-PLUS/issues | ||
|
||
[h2]Contributions[/h2] | ||
|
||
If you want to improve our repository, please fork it and make a pull request at GitHUB. | ||
|
||
[h2]CHANGELOG[/h2] | ||
|
||
https://github.com/Magog64/SURU-PLUS/blob/master/CHANGELOG.md |