|
106 | 106 |
|
107 | 107 | # Highlighter |
108 | 108 | if [ ! -d "Highlighter" ]; then |
109 | | - git clone git@github.com:bluegray/Highlighter.git Highlighter; |
| 109 | + git clone https://github.com/bluegray/Highlighter.git Highlighter; |
110 | 110 | else |
111 | 111 | echo "Updating plugin Highlighter"; |
112 | 112 | cd "Highlighter" |
|
116 | 116 |
|
117 | 117 | # ApplySyntax |
118 | 118 | if [ ! -d "ApplySyntax" ]; then |
119 | | - git clone git@github.com:facelessuser/ApplySyntax.git ApplySyntax; |
| 119 | + git clone https://github.com/facelessuser/ApplySyntax.git ApplySyntax; |
120 | 120 | else |
121 | 121 | echo "Updating plugin Apply Syntax"; |
122 | 122 | cd "ApplySyntax" |
|
126 | 126 |
|
127 | 127 | # Pretty YAML |
128 | 128 | if [ ! -d "PrettyYAML" ]; then |
129 | | - git clone git@github.com:aukaost/SublimePrettyYAML.git PrettyYAML; |
| 129 | + git clone https://github.com/aukaost/SublimePrettyYAML.git PrettyYAML; |
130 | 130 | else |
131 | 131 | echo "Updating plugin PrettyYAML"; |
132 | 132 | cd "PrettyYAML" |
|
146 | 146 |
|
147 | 147 | # LiveCSS |
148 | 148 | if [ ! -d "LiveCSS" ]; then |
149 | | - git clone git://github.com/niklas-heer/sublime-css-colors.git LiveCSS; |
| 149 | + git clone https://github.com/niklas-heer/sublime-css-colors.git LiveCSS; |
150 | 150 | else |
151 | 151 | echo "Updating plugin LiveCSS"; |
152 | 152 | cd "LiveCSS" |
|
228 | 228 |
|
229 | 229 | # Drupal AutoComplete |
230 | 230 | if [ ! -d "st2-drupal-autocomplete" ]; then |
231 | | - git clone git://github.com/tanc/st2-drupal-autocomplete.git; |
| 231 | + git clone https://github.com/tanc/st2-drupal-autocomplete.git; |
232 | 232 | else |
233 | 233 | echo "Updating plugin st2-drupal-autocomplete"; |
234 | 234 | cd "st2-drupal-autocomplete" |
|
259 | 259 |
|
260 | 260 | # GitGutter |
261 | 261 | if [ ! -d "GitGutter" ]; then |
262 | | - git clone git://github.com/jisaacks/GitGutter.git; |
| 262 | + git clone https://github.com/jisaacks/GitGutter.git; |
263 | 263 | else |
264 | 264 | echo "Updating plugin GitGutter"; |
265 | 265 | cd "GitGutter" |
|
269 | 269 |
|
270 | 270 | # SideBarGit |
271 | 271 | if [ ! -d "SideBarGit" ]; then |
272 | | - git clone git://github.com/SublimeText/SideBarGit.git; |
| 272 | + git clone https://github.com/SublimeText/SideBarGit.git; |
273 | 273 | else |
274 | 274 | echo "Updating plugin SideBarGit"; |
275 | 275 | cd "SideBarGit" |
|
279 | 279 |
|
280 | 280 | # SublimeLinter |
281 | 281 | if [ ! -d "SublimeLinter" ]; then |
282 | | - git clone git://github.com/SublimeLinter/SublimeLinter.git |
| 282 | + git clone https://github.com/SublimeLinter/SublimeLinter.git |
283 | 283 | else |
284 | 284 | echo "Updating plugin SublimeLinter"; |
285 | 285 | cd "SublimeLinter" |
|
289 | 289 |
|
290 | 290 | # SASS |
291 | 291 | if [ ! -d "SASS" ]; then |
292 | | - git clone git@github.com:nathos/sass-textmate-bundle.git SASS; |
| 292 | + git clone ghttps://github.com/nathos/sass-textmate-bundle.git SASS; |
293 | 293 | else |
294 | 294 | echo "Updating plugin SASS"; |
295 | 295 | cd "SASS" |
|
299 | 299 |
|
300 | 300 | # CssSnippets |
301 | 301 | if [ ! -d "CssSnippets" ]; then |
302 | | - git clone git@github.com:P233/Emmet-Css-Snippets-for-Sublime-Text-2.git CssSnippets; |
| 302 | + git clone https://github.com/P233/Emmet-Css-Snippets-for-Sublime-Text-2.git CssSnippets; |
303 | 303 | else |
304 | 304 | echo "Updating plugin CssSnippets"; |
305 | 305 | cd "CssSnippets" |
|
309 | 309 |
|
310 | 310 | # JSLint |
311 | 311 | if [ ! -d "JSLint" ]; then |
312 | | - git clone git@github.com:darrenderidder/Sublime-JSLint.git JSLint; |
| 312 | + git clone https://github.com/darrenderidder/Sublime-JSLint.git JSLint; |
313 | 313 | else |
314 | 314 | echo "Updating plugin JSLint"; |
315 | 315 | cd "JSLint" |
|
0 commit comments