Skip to content

Commit

Permalink
chore: update tmux sessions
Browse files Browse the repository at this point in the history
  • Loading branch information
hjdivad committed Jan 29, 2025
1 parent c221871 commit 64a3b2d
Showing 1 changed file with 38 additions and 29 deletions.
67 changes: 38 additions & 29 deletions packages/binutils/config/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,35 +8,10 @@
-- }
-- }



---@type Config
return {
tmux = {
sessions = {
{
name = "📋 todos",
windows = {
{
name = "todos",
path = "~/docs/vadnu/home",
command = "nvim",
},

{
name = "reference",
path = "~/docs/vadnu/home/ref",
command = "nvim",
},

{
name = "journal",
path = "~/docs/vadnu/home/journal",
command = "nvim",
},
},
},

{
name = "🟡 dotfiles",
windows = {
Expand Down Expand Up @@ -123,11 +98,45 @@ return {
},
},
},

{
name = "🧩 sandbox",
windows = {
{
name = "sandbox-go",
path = "~/src/nas/hjdivad/sandbox-go/",
command = "nvim",
},
},
},

{
name = "📋 todos",
windows = {
{
name = "todos",
path = "~/docs/vadnu/home",
command = "nvim",
},

{
name = "reference",
path = "~/docs/vadnu/home/ref",
command = "nvim",
},

{
name = "journal",
path = "~/docs/vadnu/home/journal",
command = "nvim",
},
},
},
},
},

shell_caching = {
source = "~/src/github/hjdivad/dotfiles/packages/zsh/",
destination = "~/src/github/hjdivad/dotfiles/packages/zsh/dist",
}
shell_caching = {
source = "~/src/github/hjdivad/dotfiles/packages/zsh/",
destination = "~/src/github/hjdivad/dotfiles/packages/zsh/dist",
},
}

0 comments on commit 64a3b2d

Please sign in to comment.