https://github.com/jackspirou/termconfig
Configure your terminal to be awesome.
https://github.com/jackspirou/termconfig
Last synced: about 1 year ago
JSON representation
Configure your terminal to be awesome.
- Host: GitHub
- URL: https://github.com/jackspirou/termconfig
- Owner: jackspirou
- Created: 2015-04-18T20:23:37.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-01-03T04:34:28.000Z (over 10 years ago)
- Last Synced: 2024-10-19T23:32:23.536Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 1.11 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
termconfig
==========
Termconfig configures your terminal to look like this:

Termconfig was inspired by the [tutsplus](tutsplus.com) post [how-to-customize-your-command-prompt](http://code.tutsplus.com/tutorials/how-to-customize-your-command-prompt--net-24083).
It combines [zsh](http://www.zsh.org/), [oh-my-zsh](http://ohmyz.sh/), [solarized](http://ethanschoonover.com/solarized), and [iconsolata](https://www.google.com/fonts/specimen/Inconsolata) together.
Both [homebrew](http://brew.sh/) and [wget](https://www.gnu.org/software/wget/) are also installed to download dependencies.
## Install
`$ curl -sL https://raw.githubusercontent.com/jackspirou/termconfig/master/mac/yosemite/install.sh | bash`
It can optional also install:
- atom
- iTerm2
- google chrome
`$ curl -sL https://raw.githubusercontent.com/jackspirou/termconfig/master/mac/yosemite/install.sh chrome iterm atom | bash`
# ScreenShots





Sources, Vendors, & Inspiration:
- http://code.tutsplus.com/tutorials/how-to-customize-your-command-prompt--net-24083
- https://github.com/mathiasbynens/dotfiles
- https://gist.github.com/PuddingNL/2285485