Ubuntu Setting
2010/02/08 16:38 Study/Linux
Android SDK isntall ; MattCutts
CairoDock install ; ubuntu documentation
* 추가사항이 있을시 계속 적으로 추가해나감.
Android SDK isntall ; MattCutts
CairoDock install ; ubuntu documentation
* 추가사항이 있을시 계속 적으로 추가해나감.
Vim 설치 후 syntax 하이라이트 설정
$ sudo apt-get install vim
$ vi .vimrc
set autoindent
set cindent
set smartindent
set nocompatible
set visualbell
set backspace=indent,eol,start
set history=50
set ruler
set showcmd
set incsearch
set tabstop=4
set shiftwidth=4
set number
set ai #자동행
set si #if문 다음 자동으로 맞춰줌
if has("syntax")
syntax on
endif
color evening #색스킴 설정 /usr/share/vim/vim72/colors에 사용가능한 스킴이 있다. 확인해서 적용해보자.
[출처 : http://mtsparrow.blogspot.com/2008/05/ubuntu-vim.html]
덧. Color 모음집1
unzip 후 ~/.vim 디렉토리에 mv 명령어로 옮겨주면된다.
unzip으로 곧장 넣으실 수 있는 분은 그냥 넣으시고..
colors 로 명령한뒤에 스킴을 입력해주면된다.