HP-UX 에서 나만의 환경설정 하기 !!!???

흠 -_-;; 어쩌다보니 유닉스에서 개발을 하게되어 세팅내용을 정리합니다 ~

1. 소스 구하기
vim-7.1-src-11.11.tar ... HP-UX 용 소스를 받거나 depot을 받습니다.
저는 루트권한이 없는 관계로 소스를 받아서 컴파일 하였습니다.
./configure --with-tlib=curses

2. .profile 설정
...
export TERMINFO=/usr/share/lib/terminfo
export TERM=dtterm
...


3. .vimrc 설정
syntax on

set fileencoding=korea
set tabstop=4
set shiftwidth=4
set autoindent
set smartindent
set autowrite
set cindent
set nocompatible
set backspace=2
set bioskey
set cpoptions=cFs$
set fileformat=unix
set helpheight=15
set history=100
set infercase
set keywordprg=ldic
set laststatus=2
set notextmode
set ruler
set scrolloff=3
set shiftwidth=4
set shortmess=ao
set showmode
set sidescroll=8
set smartcase
set splitbelow
set nostartofline
set ttyscroll=5
set winheight=4
set cinoptions=:0,p0,t0,<1s
set background=dark
set hlsearch
set nu
set binary
set showmatch

autocmd BufEnter *.sqc :so /home/tmax/vim/build/share/vim/vim71/syntax/sqc.vim
autocmd BufEnter *.pc :so /home/tmax/vim/build/share/vim/vim71/syntax/pc.vim

맨아래는 db2 , oracle 환경 추가 ~

4. 흠 ...
bash경우는 .... 역시 소스를 받아다가 설치후 서버관리자분께 졸라서 설정 변경을 하시면 사용가능 합니다.

by 문우요한 | 2007/11/02 11:27 | ♡ Linux Guide | 트랙백 | 덧글(0)

트랙백 주소 : http://myohan.egloos.com/tb/3465990
☞ 내 이글루에 이 글과 관련된 글 쓰기 (트랙백 보내기) [도움말]

:         :

:

비공개 덧글

◀ 이전 페이지          다음 페이지 ▶