add base setup with dotter
This commit is contained in:
parent
6b0da868bb
commit
42e6595b60
177 changed files with 1062 additions and 70 deletions
14
config/sesh/sesh.toml
Normal file
14
config/sesh/sesh.toml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[[session]]
|
||||
name = "Downloads"
|
||||
path = "~/Downloads"
|
||||
startup_command = "ls"
|
||||
|
||||
[[session]]
|
||||
name = "Dotfiles"
|
||||
path = "~/.local/share/chezmoi/"
|
||||
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