You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
247 B
Bash

#!/bin/sh
test type tmux >/dev/null 2>&1 && echo "TMUX isn't installed. Skipping." && exit 1
ln -sf "$PWD/.tmux.conf" "$HOME/.tmux.conf"
ln -sf "$PWD/.tmux-live.conf" "$HOME/.tmux-live.conf"
ln -sf "$PWD/.tmux-plain.conf" "$HOME/.tmux-plain.conf"