Added script to create links
This commit is contained in:
		
							
								
								
									
										11
									
								
								create-links.bash
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										11
									
								
								create-links.bash
									
									
									
									
									
										Executable file
									
								
							@@ -0,0 +1,11 @@
 | 
			
		||||
#!/bin/bash
 | 
			
		||||
 | 
			
		||||
cd $HOME || exit 1
 | 
			
		||||
 | 
			
		||||
CONFDIR=.vim
 | 
			
		||||
 | 
			
		||||
ln -sf $CONFDIR/vimrc .vimrc
 | 
			
		||||
ln -sf $CONFDIR/gvimrc .gvimrc
 | 
			
		||||
ln -sf $CONFDIR/vimpagerrc .vimpagerrc
 | 
			
		||||
 | 
			
		||||
# ln -sf $CONFDIR/viminfo .viminfo
 | 
			
		||||
		Reference in New Issue
	
	Block a user