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'
原文地址:https://www.cnblogs.com/lixiuran/p/7596940.html