Gogh-Co / Gogh

Gogh is a collection of color schemes for various terminal emulators, including Gnome Terminal, Pantheon Terminal, Tilix, and XFCE4 Terminal also compatible with iTerm on macOS.
https://gogh-co.github.io/Gogh/
MIT License
9.23k stars 586 forks source link

macOS instructions #106

Closed selfup closed 6 years ago

selfup commented 6 years ago

I see that iTerm support was added, and was wondering what the official way to install Gogh would be. There are some color schemes that Gogh has that I cannot find anywhere else 😂 and while I love my linux machines, it would be nice to have this functionality on macOS as well.


Unless this is fine: wget -O gogh https://git.io/vQgMr && chmod +x gogh && ./gogh && rm gogh (I don't see a problem using this method, just wondering if there is a way to add to homebrew or something)

Thanks! 🎉

bohlender commented 6 years ago

Currently, Gogh is not intended to be installed in any way. As advertised on the landing page, using wget -O gogh https://git.io/vQgMr && chmod +x gogh && ./gogh && rm gogh is indeed the way to go for both Linux and macOS. You just have the execute gogh.sh (which is what the git.io link resolves to).

If you want an easier way of using Gogh on both Linux & macOS, try adding an alias to your terminal's initialisation file (that you're likely sharing between both systems anyway), e.g. alias gogh='source <(wget -O- https://git.io/vQgMr)' was suggessted in pr #101 .

It seems though, that @Mayccoll plans on making Gogh into a real application at some point (see #69 ). I think that bringing it to some package management tool prior to that will cause more problems than making things easier. However, it's up for @Mayccoll to decide.

selfup commented 6 years ago

That makes sense. Thanks for the detailed response 👍

Mgldvd commented 6 years ago

Going to close this issue, i thing a simple script is the way to go.