-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
36 lines (29 loc) · 780 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
34
35
36
My config files
Install:
cd
ln -s config_files/.bashrc
ln -s config_files/.railsrc
ln -s config_files/.vimrc
ln -s config_files/.vim
ln -s config_files/.tmux.conf
zsh:
sudo apt-get install -y zsh
git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh
remove .oh-my-zsh/custom dir
ln -s config_files/.oh-my-zsh/custom ~/.oh-my-zsh/custom
ln -s config_files/.zshrc
chsh -s /bin/zsh
cd
cd config_files
git submodule init
git submodule update
Command-t notes:
cd .vim/bundle/command-t/
cd ruby/command-t/
rvm use <ruby-x.y.z-pw> # ruby version used when compile vim
ruby extconf.rb
make
Add irb-config
git clone git://github.com/nviennot/irb-config.git ~/.irb
cd ~/.irb
make install