97
101

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

vimのカラースキーム (colorscheme) を "molokai" に設定する

Last updated at Posted at 2015-12-22

はじめに

標準の vim のカラースキームだと見づらいので、
お美しいカラースキーム "molokai" に設定する手順です
特殊なことは何も書いておらず、毎回忘れてしまうのでボケ防止でございます

githubからファイルを取得して指定のフォルダへ保存します

$ mkdir ~/.vim
$ cd ~/.vim
$ mkdir colors

$ git clone https://github.com/tomasr/molokai
$ mv molokai/colors/molokai.vim ~/.vim/colors/

colorschemeに "molokai" を指定します

$ vim ~/.vimrc
colorscheme molokai

確認のため ".vimrc" を開き直してみましょう

$ vim ~/.vimrc

あら、お美しい :kissing_heart:
スクリーンショット 2015-12-22 18.17.13.png

97
101
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
97
101

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?