Integrate scripts into home-manager
This commit is contained in:
7
scripts/tmux-setup
Normal file
7
scripts/tmux-setup
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env zsh
|
||||
|
||||
if [[ -x ./.tmux-setup ]]; then
|
||||
./.setup-tmux
|
||||
elif [[ -x $XDG_CONFIG_HOME/.tmux-setup ]]; then
|
||||
$XDG_CONFIG_HOME/.tmux-setup
|
||||
fi
|
||||
Reference in New Issue
Block a user