[code]#!/bin/bash cd ~/ sudo apt-get -y update sudo apt-get -y install vim-gtk git mkdir -p ~/.vim/bundle cd ~/.vim/bundle git clonehttps://github.com/gmarik/Vundle.vim.git cd ~/Downloads wgethttp://prdownloads.sourceforge.net/ctags/ctags-5.8.tar.gz tar -zxvf ctags-5.8.tar.gz cd ctags-5.8 ./configure make sudo make install rm ctags-5.8.tar.gz ctags-5.8 -rf touch ~/.vimrc
[code]set nocompatible filetype off set rtp+=~/.vim/bundle/Vundle.vim call vundle#begin() Plugin 'gmarik/Vundle.vim' Plugin 'scrooloose/nerdtree' Plugin 'scrooloose/nerdcommenter' Plugin 'scrooloose/syntastic' Plugin 'jiangmiao/auto-pairs' "Plugin 'Valloric/YouCompleteMe' Plugin 'fatih/vim-go' "Plugin 'ctags.vim' Plugin 'taglist.vim' call vundle#end() filetype plugin indent on :colorscheme elflord set number set cursorline set tabstop=4 set softtabstop=4 set expandtab set shiftwidth=4 set smartindent set foldenable set foldmethod=syntax "nerdtree "autocmd vimenter * NERDTree map <C-b> :NERDTreeMirror<CR> map <C-b> :NERDTreeToggle<CR> "taglist let Tlist_Show_One_File=1 let Tlist_Exit_OnlyWindow=1 let Tlist_File_Fold_Auto_Close=1 let Tlist_Use_Right_Window=1 let Tlist_Show_Menu=1 let Tlist_Auto_Open=1
Ubuntu 15.04/14.04 下安裝 Ubuntu After Install 2.6
Ubuntu 14.04安裝 Ubuntu After Install 2.4 Beta 可快速安裝所有流行軟件
mariadb install on Ubuntu 16.04.1 LTS
[Ubuntu]How to install Google Chrome in Ubuntu
Ubuntu 16.04 安裝中文輸入法(Ubuntu 16.04 install chinese input method)
ubuntu install svn server record
解決Ubuntu 安裝vim 的Package vim has no installation candidate問題,100%有效