码迷,mamicode.com
首页 > 系统相关 > 详细

vim.sh

时间:2017-09-26 15:58:58      阅读:158      评论:0      收藏:0      [点我收藏+]

标签:bash   logs   file   tps   raw   master   otf   amp   hub   

#!/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‘

 

vim.sh

标签:bash   logs   file   tps   raw   master   otf   amp   hub   

原文地址:http://www.cnblogs.com/lixiuran/p/7596940.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!