aboutsummaryrefslogtreecommitdiff
path: root/sesh/.config/sesh/sesh.toml
diff options
context:
space:
mode:
Diffstat (limited to 'sesh/.config/sesh/sesh.toml')
-rw-r--r--sesh/.config/sesh/sesh.toml20
1 files changed, 20 insertions, 0 deletions
diff --git a/sesh/.config/sesh/sesh.toml b/sesh/.config/sesh/sesh.toml
new file mode 100644
index 0000000..6ef291f
--- /dev/null
+++ b/sesh/.config/sesh/sesh.toml
@@ -0,0 +1,20 @@
+[default_session]
+startup_command = "nvim -c ':Telescope find_files'"
+preview_command = "eza --all --git --icons --color=always {}"
+windows = [ "run", "git" ]
+
+[[window]]
+name = "git"
+startup_script = "git status"
+disable_startup_script = false
+
+[[window]]
+name = "run"
+startup_script = "ls"
+disable_startup_script = false
+
+[[session]]
+name = "Downloads 📥"
+path = "~/Downloads"
+startup_command = "yazi"
+windows = [ "run", "git" ]