1
0
mirror of https://github.com/xlogerais/config-tmux synced 2024-09-19 23:39:58 +02:00
config-tmux/create-links.bash

8 lines
84 B
Bash
Executable File

#!/bin/bash
cd $HOME || exit 1
CONFDIR=.tmux
ln -sf $CONFDIR/config .tmux.config