feat: add sync script
This commit is contained in:
		
							
								
								
									
										19
									
								
								sync-vim-plugins.sh
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										19
									
								
								sync-vim-plugins.sh
									
									
									
									
									
										Executable file
									
								
							| @@ -0,0 +1,19 @@ | ||||
| #!/bin/bash | ||||
|  | ||||
| updateVIM(){ | ||||
|     echo "git pull vim-airline" | ||||
|     git -C ${HOME}/.vim/pack/dist/start/vim-airline pull --rebase | ||||
|      | ||||
|     echo "git pull vim-fugitive" | ||||
|     git -C ${HOME}/.vim/pack/dist/start/vim-fugitive pull | ||||
|      | ||||
|     echo "git pull vim-go" | ||||
|     git -C ${HOME}/.vim/pack/plugins/start/vim-go pull | ||||
|  | ||||
|     echo "git pull nerdtree" | ||||
|     git -C ${HOME}/.vim/pack/dist/start/nerdtree pull | ||||
| } | ||||
|  | ||||
| { | ||||
| updateVIM | ||||
| } | ||||
		Reference in New Issue
	
	Block a user