여러 리눅스 환경에서의 vimrc, vim plugin 파일 동기화를 위한 저장소
$ git clone https://github.com/uyu423/vimrc-vundle-script ~/.vim/yowus_vimrc $ ln -s ~/.vim/yowus_vimrc/.vimrc ~/.vimrc
sudo wget -O /usr/share/vim/vim74/colors/molokai.vim https://raw.github.com/tomasr/molokai/master/colors/molokai.vim --no-check-certificate
- If you using another vim version, modify colors parent directory path.
- If you want not using sudo privillege
mkdir ~/.vim/colors wget -O ~/.vim/colors/molokai.vim https://raw.github.com/tomasr/molokai/master/colors/molokai.vim --no-check-certificate
Vundle Installation
$ git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim
$ vim : VundleInstall
https://github.com/powerline/fonts/tree/master/
- Must be sure to install all kinds of fonts in the font directory
sudo apt-get install npm && sudo npm install -g [email protected] babel-eslint@6
$ sudo apt-get install ctags
$ sudo yum install ctags