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
- Kibana
- bash
- 로그인불가
- endpoint security
- docker
- centos 8
- hardening
- x-pack
- Windows
- elastic stack
- miniconda
- ansible
- Elasticsearch
- ssh key 배포
- xe guest utilities
- 보안양파
- Proxy
- 한글가이드
- PlayBook
- freebsd
- XCP-ng
- macos
- Kibana server is not ready yet
- ELASTIC
- proxycfg
- pfsense
- application security
- G-suite
- GitLab
Archives
- Today
- Total
선 밖에 선 자유인
Mac OS X vim 설정 본문
My Mac OS X ~/.vimrc setting
----------------------------------------------
" Syntax Highlighting
if has("syntax")
syntax on
endif
set autoindent
set cindent
set smartindent
set ts=4
set shiftwidth=4
colorscheme jellybeans
----------------------------------------------
/usr/share/vim/vim73/colors 하위에 jellybeans.vim 파일을 넣는다.

- 압축한 것

http://www.vim.org/scripts/script.php?script_id=2555
** 리눅스에서는 /etc/profile 에
alias vi='vim'
추가해줘야 함
- 기타 color schema
Comments