-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup_vim.sh
More file actions
executable file
·14 lines (14 loc) · 964 Bytes
/
setup_vim.sh
File metadata and controls
executable file
·14 lines (14 loc) · 964 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/bash
mkdir -p ~/.vim/pack/plugins/start/
mkdir -p ~/.vim/colors/
wget https://gist.githubusercontent.com/bfrg/dc149d1b797dd65502db38b1d76b5edd/raw/f75376c5affa38f3745ee0bf23ec2092a9aa757e/onedark.vim
mv onedark.vim ~/.vim/colors/
git clone https://github.com/junegunn/fzf.git ~/.vim/pack/plugins/start/fzf
git clone https://github.com/junegunn/fzf.vim.git ~/.vim/pack/plugins/start/fzf.vim
git clone https://github.com/ludovicchabant/vim-lawrencium.git ~/.vim/pack/plugins/start/vim-lawrencium
git clone https://github.com/bfrg/vim-cpp-modern.git ~/.vim/pack/plugins/start/vim-cpp-modern
git clone https://github.com/vim-scripts/AutoComplPop.git ~/.vim/pack/plugins/start/AutoComplPop
git clone https://github.com/yonchu/accelerated-smooth-scroll.git ~/.vim/pack/plugins/start/accelerated-smooth-scroll
mkdir -p ~/.vim/pack/git-plugins/start
git clone --depth 1 https://github.com/dense-analysis/ale.git ~/.vim/pack/git-plugins/start/ale
cp .vimrc ~/.vimrc