mirror of
https://github.com/pnx/dotfiles
synced 2026-06-18 12:00:02 +02:00
move tmux config into tmux subdirectory
This commit is contained in:
parent
4d3bd82df5
commit
3fdbb1f17a
42 changed files with 5 additions and 6 deletions
19
tmux/plugins/tpm/bindings/install_plugins
Executable file
19
tmux/plugins/tpm/bindings/install_plugins
Executable file
|
|
@ -0,0 +1,19 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# Tmux key-binding script.
|
||||
# Scripts intended to be used via the command line are in `bin/` directory.
|
||||
|
||||
CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
SCRIPTS_DIR="$CURRENT_DIR/../scripts"
|
||||
HELPERS_DIR="$SCRIPTS_DIR/helpers"
|
||||
|
||||
source "$HELPERS_DIR/tmux_echo_functions.sh"
|
||||
source "$HELPERS_DIR/tmux_utils.sh"
|
||||
|
||||
main() {
|
||||
reload_tmux_environment
|
||||
"$SCRIPTS_DIR/install_plugins.sh" --tmux-echo >/dev/null 2>&1
|
||||
reload_tmux_environment
|
||||
end_message
|
||||
}
|
||||
main
|
||||
Loading…
Add table
Add a link
Reference in a new issue