migrate to dotter
This commit is contained in:
parent
c5618f2f2c
commit
23b6c0a596
265 changed files with 62 additions and 3125 deletions
14
configs/sesh/sesh.toml
Normal file
14
configs/sesh/sesh.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue