1
0
mirror of https://github.com/xlogerais/config-tmux synced 2024-11-10 00:51:41 +01:00
config-tmux/create-links.bash

8 lines
84 B
Bash
Raw Normal View History

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