Added script to create links in home dir
This commit is contained in:
		
							
								
								
									
										7
									
								
								create-links.bash
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										7
									
								
								create-links.bash
									
									
									
									
									
										Executable file
									
								
							| @@ -0,0 +1,7 @@ | |||||||
|  | #!/bin/bash | ||||||
|  |  | ||||||
|  | cd $HOME || exit 1 | ||||||
|  |  | ||||||
|  | CONFDIR=.tmux | ||||||
|  |  | ||||||
|  | ln -sf $CONFDIR/config .tmux.config | ||||||
		Reference in New Issue
	
	Block a user