change dotfile manager to tuckr
This commit is contained in:
parent
5efa1c4ce5
commit
f181cd388a
206 changed files with 18 additions and 1329 deletions
14
Configs/sesh/.config/sesh/sesh.toml
Normal file
14
Configs/sesh/.config/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