-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdisease.sh
executable file
·129 lines (104 loc) · 3.13 KB
/
disease.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
cd ~/.vim/bundle
# Install plugins
git clone https://github.com/w0rp/ale.git
cd ~/.vim/bundle/ale
git pull origin master
cd ~/.vim/bundle
git clone https://github.com/junegunn/seoul256.vim
cd ~/.vim/bundle/seoul256.vim
git pull origin master
cd ~/.vim/bundle
git clone https://github.com/junegunn/fzf.vim.git
cd ~/.vim/bundle/fzf.vim
git pull origin master
cd ~/.vim/bundle
ln -s /usr/local/opt/fzf ~/.vim/bundle/fzf
git clone https://github.com/airblade/vim-gitgutter.git
cd ~/.vim/bundle/vim-gitgutter
git pull origin master
cd ~/.vim/bundle
git clone https://github.com/bling/vim-airline.git
cd ~/.vim/bundle/vim-airline
git pull origin master
cd ~/.vim/bundle
git clone https://github.com/bronson/vim-trailing-whitespace.git
cd ~/.vim/bundle/vim-trailing-whitespace
git pull origin master
cd ~/.vim/bundle
git clone https://github.com/editorconfig/editorconfig-vim.git
cd ~/.vim/bundle/editorconfig-vim
git pull origin master
cd ~/.vim/bundle
git clone https://github.com/elixir-lang/vim-elixir.git
cd ~/.vim/bundle/vim-elixir
git pull origin master
cd ~/.vim/bundle
git clone https://github.com/leafgarland/typescript-vim.git
cd ~/.vim/bundle/typescript-vim
git pull origin master
cd ~/.vim/bundle
git clone https://github.com/mxw/vim-jsx.git
cd ~/.vim/bundle/vim-jsx
git pull origin master
cd ~/.vim/bundle
git clone https://github.com/pangloss/vim-javascript.git
cd ~/.vim/bundle/vim-javascript
git pull origin master
cd ~/.vim/bundle
git clone https://github.com/rizzatti/dash.vim.git
cd ~/.vim/bundle/dash
git pull origin master
cd ~/.vim/bundle
git clone https://github.com/tpope/vim-bundler.git
cd ~/.vim/bundle/vim-bundler
git pull origin master
cd ~/.vim/bundle
git clone https://github.com/tpope/vim-endwise.git
cd ~/.vim/bundle/vim-endwise
git pull origin master
cd ~/.vim/bundle
git clone https://github.com/tpope/vim-fugitive.git
cd ~/.vim/bundle/vim-fugitive
git pull origin master
cd ~/.vim/bundle
git clone https://github.com/tpope/vim-rails.git
cd ~/.vim/bundle/vim-rails
git pull origin master
cd ~/.vim/bundle
git clone https://github.com/tpope/vim-sensible.git
cd ~/.vim/bundle/vim-sensible
git pull origin master
cd ~/.vim/bundle
git clone https://github.com/tpope/vim-surround.git
cd ~/.vim/bundle/vim-surround
git pull origin master
cd ~/.vim/bundle
git clone https://github.com/tpope/vim-vinegar.git
cd ~/.vim/bundle/vim-vinegar
git pull origin master
cd ~/.vim/bundle
git clone https://github.com/vim-airline/vim-airline-themes
cd ~/.vim/bundle/vim-airline-themes
git pull origin master
cd ~/.vim/bundle
git clone https://github.com/vim-ruby/vim-ruby.git
cd ~/.vim/bundle/vim-ruby
git pull origin master
cd ~/.vim/bundle
git clone https://github.com/Shougo/deoplete.nvim
cd ~/.vim/bundle/deoplete.nvim
git pull origin master
cd ~/.vim/bundle
git clone --depth 1 https://github.com/autozimu/LanguageClient-neovim.git
cd ~/.vim/bundle/LanguageClient-neovim
git pull origin master
bash install.sh
cd ~/.vim/bundle
git clone https://github.com/hashivim/vim-terraform.git
cd ~/.vim/bundle/vim-terraform
git pull origin master
cd ~/.vim/bundle
git clone https://github.com/vim-test/vim-test.git
cd ~/.vim/bundle/vim-test
git pull origin master
cd ~/.vim/bundle