mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
feat(sesh): add sessions
This commit is contained in:
@@ -3,3 +3,18 @@ default_startup_script = "~/.config/sesh/scripts/open_files"
|
|||||||
[[startup_scripts]]
|
[[startup_scripts]]
|
||||||
session_path = "~/Code/GitHub/websites/stefanimhoff-de"
|
session_path = "~/Code/GitHub/websites/stefanimhoff-de"
|
||||||
script_path = "~/.config/sesh/scripts/node_dev"
|
script_path = "~/.config/sesh/scripts/node_dev"
|
||||||
|
|
||||||
|
[[session]]
|
||||||
|
name = "Dotfiles"
|
||||||
|
path = "~/.dotfiles"
|
||||||
|
startup_command = "nvim"
|
||||||
|
|
||||||
|
[[session]]
|
||||||
|
name = "Downloads 📥"
|
||||||
|
path = "~/Downloads"
|
||||||
|
startup_command = "ll"
|
||||||
|
|
||||||
|
[[session]]
|
||||||
|
name = "tmux config 🔧"
|
||||||
|
path = "~/.dotfiles/tmux"
|
||||||
|
startup_command = "nvim tmux.conf"
|
||||||
|
|||||||
Reference in New Issue
Block a user