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

https://github.com/kazupon/enviroments

My Enviroments
https://github.com/kazupon/enviroments

Last synced: 8 months ago
JSON representation

My Enviroments

Awesome Lists containing this project

README

          

# Enviroments
This repository includes configration files, scripts and tiny commands for our daily life, especially for myself.

## Prepare

### Install homebrew & homebrew packages

```sh
# homebrew
$ curl -L https://github.com/Homebrew/brew/tarball/master | tar xz --strip 1 -C homebrew
$ brew install coreutils git peco tig jq emojify
$ brew install zsh-completions zsh-syntax-highlighting
```

## Install

```sh
$ cd ~/.enviroments
$ ./setup.sh
```

### Submodule

```sh
$ git clone git@github.com:kazupon/Enviroments.git ~/.enviroments
$ cd ~/.enviroments
$ git submodule init
$ git submodule update
```

## Uninstall
you can remove all symlinks to the configuration files located in ~/.

```sh
$ cd ~/.enviroments
$ ~/.enviroments/setup.sh uninstall
```

## iTerm2
Import the `config/iterm2.itermcolors` profile

### iTerm2 setting
Set the following setting with *[Preferences]*

- Select powerline font at [Text] -> Reguar Font & Non-ASCII Font section
- Select xterm-256color at [Terminal] -> Terminal Emulation section

# License
[MIT license](http://www.opensource.org/licenses/mit-license.php).