add base setup with dotter
This commit is contained in:
parent
6b0da868bb
commit
42e6595b60
177 changed files with 1062 additions and 70 deletions
6
.dotter/devbox.toml
Normal file
6
.dotter/devbox.toml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
includes = []
|
||||
packages = ["default", "cli", "dev"]
|
||||
|
||||
[files]
|
||||
|
||||
[variables]
|
||||
46
.dotter/global.toml
Normal file
46
.dotter/global.toml
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
[helpers]
|
||||
|
||||
[default]
|
||||
depends = ["nvim"]
|
||||
|
||||
[default.files]
|
||||
"README.md" = ""
|
||||
chezmoi = ""
|
||||
config = ""
|
||||
exports = ""
|
||||
scripts = ""
|
||||
|
||||
[default.variables]
|
||||
|
||||
# CLI package
|
||||
[cli]
|
||||
depends = ["nvim", "nushell", "zsh"]
|
||||
|
||||
[cli.files]
|
||||
"config/yazi" = "~/.config/yazi"
|
||||
"config/tmux" = "~/.config/tmux"
|
||||
"config/sesh" = "~/.config/sesh"
|
||||
"config/zellij" = "~/.config/zellij"
|
||||
"config/starship.toml" = "~/.config/starship.toml"
|
||||
|
||||
[dev.files]
|
||||
"config/git" = "~/.config/git"
|
||||
"config/lazygit" = { target = "~/.config/lazygit", type = "symbolic"}
|
||||
"config/zed" = "~/.config/zed"
|
||||
|
||||
[zsh.files]
|
||||
"config/zsh/zshrc" = "~/.zshrc"
|
||||
"config/zsh/zprofile" = "~/.zprofile"
|
||||
"config/zsh/aliases" = {target = "~/.config/zsh/aliases", type="symbolic"}
|
||||
"config/zsh/completions" = {target = "~/.config/zsh/completions", type = "symbolic"}
|
||||
"config/zsh/functions" = "~/.config/zsh/functions"
|
||||
"config/fzf" = "~/.config/fzf"
|
||||
|
||||
[nushell.files]
|
||||
"config/nushell" = "~/.config/nushell"
|
||||
|
||||
[settings]
|
||||
default_target_type = "automatic"
|
||||
|
||||
[nvim.files]
|
||||
"config/nvim" = "~/.config/nvim"
|
||||
Loading…
Add table
Add a link
Reference in a new issue