From 5bcc2cc26bbfa127b76aa72692ff2d76f7714b74 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Sat, 29 Jul 2023 10:22:15 +0200 Subject: erstes tmuxp setup --- install.sh | 3 +++ tmuxp/pim.yaml | 11 +++++++++++ zsh/zshenv | 3 +++ 3 files changed, 17 insertions(+) create mode 100644 tmuxp/pim.yaml diff --git a/install.sh b/install.sh index 65c9a59..0df3998 100755 --- a/install.sh +++ b/install.sh @@ -10,6 +10,9 @@ cp abook/abookrc ~/.abook # tmux cp -R tmux "$CONFIG" +# tmuxp +cp -R tmuxp "$CONFIG" + # nvim cp -R nvim "$CONFIG" diff --git a/tmuxp/pim.yaml b/tmuxp/pim.yaml new file mode 100644 index 0000000..f458964 --- /dev/null +++ b/tmuxp/pim.yaml @@ -0,0 +1,11 @@ +session_name: pim +windows: + - window_name: news + panes: + - shell_command: newsboat + - window_name: mail + panes: + - shell_command: neomutt + - window_name: shell + panes: + - null diff --git a/zsh/zshenv b/zsh/zshenv index 4ada7f3..f2c5c41 100644 --- a/zsh/zshenv +++ b/zsh/zshenv @@ -19,3 +19,6 @@ export MANPATH="${MANPATH-$(manpath)}:$NPM_PACKAGES/share/man" # Fix Midnight Commander ESC Taste export KEYBOARD_KEY_TIMEOUT_US=1000 +# Tmuxp +export TMUXP_CONFIGDIR="$XDG_CONFIG_HOME/tmuxp" + -- cgit v1.3