From 409b09a3564ae553e772f486db272c2e3b7a314a Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Sat, 20 Apr 2024 20:21:13 +0200 Subject: [PATCH] feat(sesh): add sessions --- sesh/sesh.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/sesh/sesh.toml b/sesh/sesh.toml index 18567c9..ee1f4c7 100644 --- a/sesh/sesh.toml +++ b/sesh/sesh.toml @@ -3,3 +3,18 @@ default_startup_script = "~/.config/sesh/scripts/open_files" [[startup_scripts]] session_path = "~/Code/GitHub/websites/stefanimhoff-de" script_path = "~/.config/sesh/scripts/node_dev" + +[[session]] +name = "Dotfiles" +path = "~/.dotfiles" +startup_command = "nvim" + +[[session]] +name = "Downloads 📥" +path = "~/Downloads" +startup_command = "ll" + +[[session]] +name = "tmux config 🔧" +path = "~/.dotfiles/tmux" +startup_command = "nvim tmux.conf"