mirror of
https://github.com/xlogerais/config-tmux
synced 2024-11-10 00:51:41 +01:00
Added script to create links in home dir
This commit is contained in:
parent
017834d769
commit
ed0a2bfa63
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
|
Loading…
Reference in New Issue
Block a user