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

29 lines
499 B
Markdown
Raw Normal View History

2019-03-16 14:48:23 +03:00
minig
=====
2013-11-19 05:17:45 +04:00
2019-03-16 15:48:01 +03:00
A minimal version of [Gogh](https://mayccoll.github.io/Gogh/) with beautifully crafted, retro-inspired monochrome themes.
2015-04-19 18:25:24 +03:00
2019-03-16 14:48:23 +03:00
## Requirements
2017-02-24 18:39:18 +03:00
```bash
$ sudo apt-get install dconf-cli
2017-02-24 18:39:18 +03:00
```
2015-08-13 20:07:08 +03:00
2019-03-16 14:48:23 +03:00
## Install
2015-08-13 20:07:08 +03:00
Just copy and paste One line command.
```bash
2019-03-16 15:48:01 +03:00
$ bash -c "$(wget -qO- https://git.io/fjvLY)"
```
or if you are a mac user
```bash
2019-03-16 15:48:01 +03:00
$ bash -c "$(curl -sLo- https://git.io/fjvLY)"
2015-08-13 20:07:08 +03:00
```
2019-03-16 14:48:23 +03:00
## Credits
2014-04-24 06:04:19 +04:00
2019-03-16 15:48:01 +03:00
minig is based on the awesome Gogh tool by [Miguel D. Quintero](https://lanet.co)