Skip to content

Commit

Permalink
chore: install 脚本增加安装 nvim 配置文件,供 git 用户使用。Docker 用户不需要
Browse files Browse the repository at this point in the history
  • Loading branch information
dzpao committed Nov 19, 2023
1 parent e493457 commit 20c5a68
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions install
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,16 @@ git submodule init
git submodule update --remote
(cd tintin/src && ./configure && make && strip tt++)
cp tintin/src/tt++ bin/

mkdir -p .local/share/nvim/site/autoload/
curl https://mirror.ghproxy.com/https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim > .local/share/nvim/site/autoload/plug.vim

mkdir -p .local/share/nvim/plugged

cd .local/share/nvim/plugged

git clone --depth 1 https://mirror.ghproxy.com/https://github.com/dzpao/vim-mbs.git
git clone --depth 1 https://mirror.ghproxy.com/https://github.com/morhetz/gruvbox.git
git clone --depth 1 https://mirror.ghproxy.com/https://github.com/yegappan/mru.git
git clone --depth 1 https://mirror.ghproxy.com/https://github.com/jlanzarotta/BufExplorer.git
git clone --depth 1 https://mirror.ghproxy.com/https://github.com/mhinz/vim-startify.git

0 comments on commit 20c5a68

Please sign in to comment.