Skip to content

Instantly share code, notes, and snippets.

@donchan922
Last active October 20, 2018 00:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save donchan922/4f6f3b1ee409e5d94172d7b1cf416d0c to your computer and use it in GitHub Desktop.
Save donchan922/4f6f3b1ee409e5d94172d7b1cf416d0c to your computer and use it in GitHub Desktop.
# Solarizedのダウンロード
$ git clone https://github.com/tomislav/osx-terminal.app-colors-solarized solarized.git
# ターミナルの設定
1. メニューバーの「ターミナル」 > 「環境設定」
2. 「プロファイル」タブ > 「歯車マーク」 > 「読み込む」
3. 「Solarized Light.terminal」 or 「Solarized Dark.terminal」を選択する
# vimのカラー設定
$ vi ~/.vimrc
syntax enable
set background=dark
colorscheme solarized
# lsのカラー設定
$ vi ~/.bashrc
alias ls='ls -G’
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment