24 lines
466 B
TOML
24 lines
466 B
TOML
version = 2
|
|
|
|
[common]
|
|
synced_files = []
|
|
|
|
[[profiles]]
|
|
name = "default"
|
|
synced_files = [
|
|
".config/ghostty",
|
|
".config/starship.toml",
|
|
".config/tmux/tmux.conf",
|
|
".config/zsh/.zlogin",
|
|
".config/zsh/.zlogout",
|
|
".config/zsh/.zprofile",
|
|
".config/zsh/.zsh_plugins.txt",
|
|
".config/zsh/.zshenv",
|
|
".config/zsh/.zshrc",
|
|
".config/zsh/aliases.zsh",
|
|
".config/zsh/functions.zsh",
|
|
".config/zsh/init.zsh",
|
|
".zshenv",
|
|
]
|
|
packages = []
|