This website requires JavaScript.
Explore
Help
Sign In
xavier
/
config-tmux
Watch
1
Star
0
Fork
0
You've already forked config-tmux
Code
Issues
Pull Requests
Releases
Wiki
Activity
config-tmux
/
create-links.bash
8 lines
82 B
Bash
Raw
Normal View
History
Unescape
Escape
Added script to create links in home dir
2018-02-11 16:36:24 +01:00
#!/bin/bash
cd
$HOME
||
exit
1
CONFDIR
=
.tmux
Fix symlink creation for config file
2019-01-28 15:45:52 +00:00
ln -sf
$CONFDIR
/config .tmux.conf
Reference in New Issue
Copy Permalink