1
0
mirror of https://github.com/Mayccoll/Gogh.git synced 2023-08-10 21:12:46 +03:00
Gogh/content/install.md
Mayccoll 043e7d70eb - Update logos for themes, install and howto
- Remove New section.
- Update README.md
2015-07-28 12:20:24 -05:00

827 B

elementary


Install:

  • Just copy and paste One line command
    $ wget -O xt  http://git.io/fXU8Jg && chmod +x xt && ./xt && rm xt

This way of installing is equals the below, the only thing is that a shortening of urls (git.io) was used and fits all commands on a single line.

  • or Download and save the script file, make this file executable and run it:
    $ wget https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/elementary.sh
    $ chmod +x elementary.sh
    $ ./elementary.sh

Elementary OS

  • Uncomment the following line in .bashrc
    #force_color_prompt=yes
  • execute in terminal
    $ source .bashrc