vim.sh

#!/bin/bash
#https://github.com/txthinking

mkdir /tmp/_
curl https://raw.githubusercontent.com/txthinking/dotfiles/master/vim/.vimrc -o /tmp/_/.vimrc
curl https://raw.githubusercontent.com/txthinking/dotfiles/master/vim/use.sh -o /tmp/_/use.sh
chmod +x /tmp/_/use.sh

echo "Compile:"
echo '    $ cd /tmp/_ && ./use.sh'

 

posted @ 2017-09-26 15:14  风与叶子  阅读(166)  评论(0编辑  收藏  举报