kazupon / Enviroments

My Enviroments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enviroments

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

Prepare

Install homebrew & homebrew packages

# 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

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

Submodule

$ 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 ~/.

$ 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.

About

My Enviroments


Languages

Language:Shell 64.8%Language:Ruby 16.8%Language:C 9.3%Language:Perl 8.4%Language:Makefile 0.7%