Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- 단축키
- IntelliJ
- maVen
- web.xml
- resource
- grep
- Quartz
- Windows
- JavaScript
- xargs
- ssh
- 네트워크
- import
- bash
- netsh
- Mac
- lsof
- plugin
- context
- VirtualBox
- find
- Windows 10
- port
- tomcat
- Source
- 줄바꿈 문자
- GIT
- vscode
- Eclipse
- profile
Archives
- Today
- Total
develog
[mac] vi colorscheme 설치하기 본문
~/.vim/colors 디렉토리를 생성한다
## ~/.vim 디렉토리를 만들고
## ~/.vim 디렉토리 안으로 이동한다
$ mkdir ~/.vim
$ cd ~/.vim
## rafi/awesome-vim-colorschemes 리포지토리를 clone 받는다
$ git clone https://github.com/rafi/awesome-vim-colorschemes.git
## ~/.vim/colors 디렉토리를 생성한다
$ cp -r awesome-vim-colorschemes/colors ./
~/.vimrc 파일을 설정한다
$ vi ~/.vimrc
colo jellybeans
"colorscheme jellybeans
blog.gilbok.com/use-colorscheme-for-vim-on-mac/
'OS & Shell > Mac' 카테고리의 다른 글
[mac] macOS Big Sur 부팅 USB 만들기 (0) | 2020.11.15 |
---|---|
[mac] terminal hostname 변경 (0) | 2020.09.05 |
[mac] connect ssh to virtualbox ubuntu on macos (0) | 2020.08.13 |
[mac] Homebrew (0) | 2020.08.12 |
[mac] git 계정 정보 설정 (0) | 2020.02.14 |
Comments