[misc] use gitee

This commit is contained in:
Klesh Wong 2020-05-15 10:47:57 +08:00
parent 8f4e31286e
commit a49d0e6811
3 changed files with 4 additions and 2 deletions

View File

@ -2,4 +2,4 @@
sudo apt update
sudo apt upgrade --fix-missing
sudo apt install fish build-essential automake pkg-config libevent-dev libncurses5-dev software-properties-common curl -y
sudo apt install build-essential automake pkg-config software-properties-common curl -y

View File

@ -1,5 +1,7 @@
#!/bin/bash
sudo apt install libevent-dev libncurses5-dev -y
TMUX_VER=3.1b
curl -L https://github.com/tmux/tmux/releases/download/$TMUX_VER/tmux-$TMUX_VER.tar.gz -o /tmp/tmux.tar.gz
cd /tmp/

2
vimrc
View File

@ -5,7 +5,7 @@ if !filereadable(vim_plug_path)
echo "Installing Vim-plug..."
echo ""
silent !mkdir -p ~/.vim/autoload
silent !curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://github.com/junegunn/vim-plug/raw/master/plug.vim
silent !curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://gitee.com/klesh/vim-plug/raw/master/plug.vim
let vim_plug_just_installed = 1
endif