dotfiles/tmux/install.sh

6 lines
83 B
Bash
Raw Permalink Normal View History

2018-04-15 17:01:21 +00:00
#!/usr/bin/env sh
ln -svrf tmux.conf ~/.tmux.conf
2020-09-01 12:17:54 +00:00
tmux source-file ~/.tmux.conf
2018-04-15 17:01:21 +00:00