migrate to dotter

This commit is contained in:
Alexander Navarro 2025-09-01 12:10:36 -04:00
parent c5618f2f2c
commit 2da5ffd1f4
265 changed files with 62 additions and 3123 deletions

14
configs/sesh/sesh.toml Normal file
View file

@ -0,0 +1,14 @@
[[session]]
name = "Downloads"
path = "~/Downloads"
startup_command = "ls"
[[session]]
name = "Dotfiles"
path = "~/Repos/Private/dots"
startup_command = "nvim -c ':Telescope find_files'"
[[session]]
name = "SSH"
path = "~/.ssh/"
startup_command = "nvim config"