8 lines
82 B
Bash
Executable File
8 lines
82 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd $HOME || exit 1
|
|
|
|
CONFDIR=.tmux
|
|
|
|
ln -sf $CONFDIR/config .tmux.conf
|