Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Latest commit

 

History

History
17 lines (13 loc) · 351 Bytes

File metadata and controls

17 lines (13 loc) · 351 Bytes

Installation

git submodule init
git submodule update

ln -s dotfiles/.gitconfig .gitconfig
ln -s dotfiles/.vimrc .vimrc
ln -s dotfiles/.vim .vim

# For command-T
sudo apt-get install ruby ruby-dev vim-gnome
cd dotfiles/.vim/bundle/command-t/ruby/command-t
rvm use system
ruby extconf.rb
make