1
0
mirror of https://github.com/Mayccoll/Gogh.git synced 2023-08-10 21:12:46 +03:00
Commit Graph

117 Commits

Author SHA1 Message Date
Ram Lmn
860c24ed58 Minor tweaks
- Format README.md and add links to theme authors
- Fix indentation in gogh.sh
- Modify comments to identify colors by their name rather than their
use
- shellcheck errors
  - quote variables in most places to prevent word globbing
  - use $(cmd) instead of legacy `cmd`
2017-12-20 17:49:26 +05:30
Ram Lmn
3b7bef08f4
Add Snazzy theme by Sindre Sorhus 2017-12-17 20:06:20 +05:30
mquintero
bdf862b4d9 Add new themes to the array 2017-12-04 11:00:45 -05:00
Dimitri Bohlender
aa1e8793c5 On OSX gogh.sh will use curl now 2017-10-21 02:05:24 +02:00
Dimitri Bohlender
10130c560b Fixed issues with old bash & missing wget on OSX 2017-10-21 00:04:18 +02:00
Dimitri Bohlender
e86a1d2d4d Fixed $TERMINAL containing name of shell 2017-10-17 21:57:59 +02:00
a7r3
7787798865
gogh: some more improvements
* Add a condition for the theme OPTION to be greater than zero as well
  - This prevents the Usage of Negative Index, which prints the n-th element from behind
    Reference: https://unix.stackexchange.com/questions/198787/is-there-a-way-of-reading-the-last-element-of-an-array-with-bash

* Specify the user a way to EXIT by pressing the ENTER key without any options

* Reduce some lines in the code -> Using '\n'

Signed-off-by: a7r3 <arvindultimate7352@gmail.com>
2017-10-11 20:24:23 +05:30
dagolinuxoid
f52012f152 include «foxtheme.sh» string into gogh.sh 2017-10-08 22:30:33 +03:00
mquintero
6e431902c3 Fix substring expression < 0 2017-08-31 09:35:37 -05:00
Mayccoll
828f448f6f Fix last options #88 2017-08-27 20:15:38 -05:00
Arvindraj
0e83d45878
Remove exit call inside first if condition block
* Presence of this call cannot facilitate installation of
  multiple themes in one instance of the script
  - `exit' call directly exits the iteration (and the script too)

Signed-off-by: Arvindraj <arvindultimate7352@gmail.com>
2017-08-14 21:00:40 +05:30
Arvindraj
23bb556249
Show the selected theme name
... Instead of using the previous value of `FILENAME_SPACE'
	- Which would be the name of the last theme in the list

* Variables inside '(( ))' don't require $ for expanding

Signed-off-by: Arvindraj <arvindultimate7352@gmail.com>
2017-08-14 20:40:28 +05:30
Kevin Mulvey
66a08b8a18
fix all occurrences i could find 2017-08-10 18:35:14 -06:00
Mayccoll
5e6845175a #76 INVALID OPTION! 2017-07-12 10:34:21 -05:00
mquintero
efaf62fd40 new themes Tilix-Themes 2017-07-07 17:51:58 -05:00
mquintero
077bc0a8dc New script base on themes array 2017-07-04 15:30:34 -05:00
mquintero
71c2252721 New script base on themes array 2017-07-04 15:26:10 -05:00