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]
|
||||
Loading…
Add table
Add a link
Reference in a new issue