4
4

More than 5 years have passed since last update.

macでvim準備

Posted at

vim +clipboardにする

brew install https://raw.github.com/gist/721952/e99293dc36c9b5c27aec0a4024b848ce50b9b126/vim.rb --big

dotfiles

cd ~
mkdir -p ~/repository/github.com/$USER
git clone git@github.com:$USER/dotfiles.git ~/repository/github.com/$USER/dotfiles
ln -nsf ~/repository/github.com/$USER/dotfiles/.vim .vim
ln -nsf ~/repository/github.com/$USER/dotfiles/.vimrc .vimrc

vundle

git clone http://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
4
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
4