Skip to content

Commit

Permalink
Merge branch 'master' of github.com:soramugi/dotfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
soramugi committed Apr 18, 2012
2 parents 2586dcc + ae44815 commit 92870a4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 38 deletions.
20 changes: 0 additions & 20 deletions README
Expand Up @@ -22,23 +22,3 @@ endif
if [ -f ~/dotfiles/.bashrc ]; then
. ~/dotfiles/.bashrc
fi

--------------------------------------
vimが最新バージョンじゃ無かった場合
以下のコマンドを流せばホームディレクトリに最新版のvimが...!!
--------------------------------------
mkdir -p $HOME/local/{bin, src}
cd $HOME/local/src/
wget ftp://ftp.vim.org/pub/vim/unix/vim-7.3.tar.bz2
tar jxvf vim-7.3.tar.bz2
cd vim73

./configure \
--enable-multibyte \
--enable-xim \
--enable-fontset \
--with-features=big \
--prefix=$HOME/local

make
make install
18 changes: 0 additions & 18 deletions newvim.sh

This file was deleted.

0 comments on commit 92870a4

Please sign in to comment.