add work-laptop config
This commit is contained in:
parent
c935973900
commit
00e3f8f8e9
5 changed files with 19 additions and 8 deletions
|
|
@ -14,14 +14,15 @@ scripts = ""
|
|||
|
||||
# CLI package
|
||||
[cli]
|
||||
depends = ["nvim", "nushell", "zsh"]
|
||||
depends = ["nvim", "zsh"]
|
||||
|
||||
[cli.files]
|
||||
"config/yazi" = "~/.config/yazi"
|
||||
"config/tmux" = "~/.config/tmux"
|
||||
"config/bat" = "~/.config/bat"
|
||||
"config/sesh" = "~/.config/sesh"
|
||||
"config/zellij" = "~/.config/zellij"
|
||||
"config/starship.toml" = "~/.config/starship.toml"
|
||||
"config/tmux" = "~/.config/tmux"
|
||||
"config/yazi" = "~/.config/yazi"
|
||||
"config/zellij" = "~/.config/zellij"
|
||||
|
||||
[dev.files]
|
||||
"config/git" = "~/.config/git"
|
||||
|
|
|
|||
6
.dotter/work-laptop.toml
Normal file
6
.dotter/work-laptop.toml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
includes = []
|
||||
packages = ["default", "cli", "dev"]
|
||||
|
||||
[files]
|
||||
|
||||
[variables]
|
||||
|
|
@ -27,7 +27,7 @@
|
|||
"grapple.nvim": { "branch": "main", "commit": "7aedc261b05a6c030397c4bc26416efbe746ebf1" },
|
||||
"hurl.nvim": { "branch": "main", "commit": "d708158dda9a175c0f83cd106ea232301f4317cb" },
|
||||
"indent-blankline.nvim": { "branch": "master", "commit": "65e20ab94a26d0e14acac5049b8641336819dfc7" },
|
||||
"lazy.nvim": { "branch": "main", "commit": "7967abe55752aa90532e6bb4bd4663fe27a264cb" },
|
||||
"lazy.nvim": { "branch": "main", "commit": "b02c9eae6a250f98908c146d1dc1a891f5019f0a" },
|
||||
"lazygit.nvim": { "branch": "main", "commit": "dc56df433bfbf107fee0139e187eb9750878fa84" },
|
||||
"lualine.nvim": { "branch": "master", "commit": "6a40b530539d2209f7dc0492f3681c8c126647ad" },
|
||||
"mason-lspconfig.nvim": { "branch": "main", "commit": "37a336b653f8594df75c827ed589f1c91d91ff6c" },
|
||||
|
|
@ -63,7 +63,6 @@
|
|||
"telescope.nvim": { "branch": "master", "commit": "a0bbec21143c7bc5f8bb02e0005fa0b982edc026" },
|
||||
"tfm.nvim": { "branch": "main", "commit": "fb0de2c96bf303216ac5d91ce9bdb7f430030f8b" },
|
||||
"todo-comments.nvim": { "branch": "main", "commit": "d61567557e2ff5c548c74e96b2d9f8d33e5fcb34" },
|
||||
"tree-sitter-nu": { "branch": "main", "commit": "7e0f16f608a9e804fae61430ade734f9f849fb80" },
|
||||
"treesj": { "branch": "main", "commit": "6e8bd008bacd5ad001c3953017c1dca20709e915" },
|
||||
"trouble.nvim": { "branch": "main", "commit": "03c1fbf518bef683422a3be9643c3da190903488" },
|
||||
"ts-node-action": { "branch": "master", "commit": "6d3b60754fd87963d70eadaa2f77873b447eac26" },
|
||||
|
|
|
|||
|
|
@ -31,6 +31,13 @@ return {
|
|||
display = {
|
||||
action_palette = {
|
||||
prompt = " "
|
||||
},
|
||||
chat = {
|
||||
window = {
|
||||
layout = "float",
|
||||
height = 0.8,
|
||||
width = 0.8,
|
||||
},
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
@ -75,4 +82,3 @@ return {
|
|||
},
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,6 @@ return {
|
|||
"JoosepAlviste/nvim-ts-context-commentstring",
|
||||
"nvim-treesitter/nvim-treesitter-context",
|
||||
{ "windwp/nvim-ts-autotag", opts = {} },
|
||||
{ "nushell/tree-sitter-nu", build = ":TSUpdate nu" },
|
||||
},
|
||||
build = ":TSUpdate",
|
||||
config = function()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue