https://github.com/kazupon/enviroments
My Enviroments
https://github.com/kazupon/enviroments
Last synced: 8 months ago
JSON representation
My Enviroments
- Host: GitHub
- URL: https://github.com/kazupon/enviroments
- Owner: kazupon
- Created: 2012-02-23T16:51:14.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2023-01-13T11:25:49.000Z (almost 3 years ago)
- Last Synced: 2025-05-13T04:54:52.793Z (8 months ago)
- Language: Shell
- Homepage:
- Size: 171 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).