From 0529a8a19c332b30ae177bc75493bb16cf6be120 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Sat, 21 Feb 2026 15:06:46 +0100 Subject: Add sesh --- .config/sesh/sesh.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .config/sesh/sesh.toml (limited to '.config/sesh/sesh.toml') diff --git a/.config/sesh/sesh.toml b/.config/sesh/sesh.toml new file mode 100644 index 0000000..f9dd891 --- /dev/null +++ b/.config/sesh/sesh.toml @@ -0,0 +1,15 @@ +[default_session] +startup_command = "nvim ." + +[[session]] +name = "ocvx" +path = "~/projects/ocvx" + +[[session]] +name = "ocvx-portfolio" +path = "~/projects/ocvx-portfolio" + +[[session]] +name = "dotfiles" +path = "~/.config" +startup_command = "nvim tmux/tmux.conf" -- cgit v1.2.3-70-g09d2