diff options
Diffstat (limited to 'core/tmux.sh')
| -rwxr-xr-x | core/tmux.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/tmux.sh b/core/tmux.sh new file mode 100755 index 0000000..1e5d3db --- /dev/null +++ b/core/tmux.sh | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | #!/bin/bash | ||
| 2 | |||
| 3 | cd "$(dirname "${BASH_SOURCE[0]}")" || exit | ||
| 4 | |||
| 5 | cp tmux.conf /etc/tmux.conf | ||
