Last active
February 18, 2020 19:55
-
-
Save rubyandcoffee/4aea05d18e94dda1c94c8767f64dbb08 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# color schemes | |
To use the below, open iTerm then hit cmd+i, go to colours panel and import the colour scheme file. | |
lovelace: https://raw.githubusercontent.com/mbadolato/iTerm2-Color-Schemes/master/schemes/lovelace.itermcolors | |
# ~/bash_profile | |
export PS1="👾 > " | |
eval "$(rbenv init -)" | |
# status bar enabled with current directory and git state. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment