An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

termconfig
==========
Termconfig configures your terminal to look like this:

![](images/screenshot-no-command.png)

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

![](images/screenshot-battery-full.png)

![](images/screenshot-master-red.png)

![](images/screenshot-untracked-files.png)

![](images/screenshot-add-files.png)

![](images/screenshot-no-command.png)

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