aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2023-07-29 10:22:15 +0200
committerThomas Schmucker <ts@its1.de>2023-07-29 10:22:15 +0200
commit5bcc2cc26bbfa127b76aa72692ff2d76f7714b74 (patch)
treefe5530ecf60490f01576626eda40c7559a4e9136
parent486de7e47f60ff23925b6a807e94e284a15b1c79 (diff)
downloaddotfiles-5bcc2cc26bbfa127b76aa72692ff2d76f7714b74.tar.gz
dotfiles-5bcc2cc26bbfa127b76aa72692ff2d76f7714b74.tar.bz2
dotfiles-5bcc2cc26bbfa127b76aa72692ff2d76f7714b74.zip
erstes tmuxp setup
-rwxr-xr-xinstall.sh3
-rw-r--r--tmuxp/pim.yaml11
-rw-r--r--zsh/zshenv3
3 files changed, 17 insertions, 0 deletions
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
10# tmux 10# tmux
11cp -R tmux "$CONFIG" 11cp -R tmux "$CONFIG"
12 12
13# tmuxp
14cp -R tmuxp "$CONFIG"
15
13# nvim 16# nvim
14cp -R nvim "$CONFIG" 17cp -R nvim "$CONFIG"
15 18
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 @@
1session_name: pim
2windows:
3 - window_name: news
4 panes:
5 - shell_command: newsboat
6 - window_name: mail
7 panes:
8 - shell_command: neomutt
9 - window_name: shell
10 panes:
11 - 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"
19# Fix Midnight Commander ESC Taste 19# Fix Midnight Commander ESC Taste
20export KEYBOARD_KEY_TIMEOUT_US=1000 20export KEYBOARD_KEY_TIMEOUT_US=1000
21 21
22# Tmuxp
23export TMUXP_CONFIGDIR="$XDG_CONFIG_HOME/tmuxp"
24