-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
35 lines (26 loc) · 888 Bytes
/
README
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
32
33
1, clone this repository
$ cd ~ && git clone <this_repository>
2, include the following in ~/.vimrc
source ~/dotfiles/vundle_vimrc
source ~/dotfiles/setting_vimrc
inlcude the following in ~/.gvimrc
source ~/dotfiles/gvimrc
3, install vundle--vim plugin manager
$ cd ~ && mkdir .vim
$ cd .vim && git init
$ mkdir -p ~/tmp/vim # for swap files
$ git submodule add https://github.com/gmarik/vundle.git bundle/vundle
4, install vim plugin
start vim and execute the next in command line mode
:BundleInstall
5, For tmux
$ chmod +x tmux-panes
$ ln -sf ~/dotfiles/.tmux.conf ~
6, install CommandT vim plugin
cd ~/.vim/bundle/Command-T/ruby/command-t
ruby extconf.rb
make
7, for sublime
ln -sf ~/dotfiles/*sublime* ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/User/
ln -s "/Applications/Sublime Text 2.app/Contents/SharedSupport/bin/subl" ~/bin/subl
alias -g subl subl