diff --git a/config/exports b/config/exports index 771296f..db3188d 100755 --- a/config/exports +++ b/config/exports @@ -465,6 +465,9 @@ export TF_PLUGIN_CACHE_DIR="$XDG_CACHE_HOME/terraform/plugin-cache" msg "Setting up tmux configuration" export TMUX_CONF="$XDG_CONFIG_HOME/tmux/tmux.conf" +# tms, https://github.com/jrmoulton/tmux-sessionizer +export TMS_CONFIG_FILE="${XDG_CONFIG_HOME}/tms/config.toml" + # wakatime, https://github.com/wakatime/wakatime-cli msg "Setting up Wakatime configuration" export WAKATIME_HOME="$XDG_STATE_HOME/wakatime" diff --git a/config/tms/config.toml b/config/tms/config.toml new file mode 100644 index 0000000..5889afb --- /dev/null +++ b/config/tms/config.toml @@ -0,0 +1,5 @@ +default_session = "main" + +[[search_dirs]] +path = "~/Code" +depth = 10