feat: todos, decman config almost complete
This commit is contained in:
@@ -17,12 +17,31 @@ class DevTools(decman.Module):
|
||||
"docker-buildx",
|
||||
"docker-compose",
|
||||
"filezilla",
|
||||
"kitty",
|
||||
"lazygit",
|
||||
"git-lfs",
|
||||
"hugo",
|
||||
"kitty",
|
||||
"lazygit",
|
||||
"meld",
|
||||
"minisign",
|
||||
"python-argcomplete",
|
||||
"python-black",
|
||||
"python-build",
|
||||
"python-colorama",
|
||||
"python-install",
|
||||
"python-jsonschema",
|
||||
"python-pip",
|
||||
"python-numpy",
|
||||
"python-scipy",
|
||||
"python-sympy",
|
||||
"serpl",
|
||||
"terminator",
|
||||
}
|
||||
|
||||
def directories(self) -> dict[str, decman.Directory]:
|
||||
return {
|
||||
"~/.config/lazygit": decman.Directory("./config/lazygit"),
|
||||
"~/.config/kitty": decman.Directory("./config/kitty"),
|
||||
}
|
||||
|
||||
def files(self) -> dict[str, decman.File]:
|
||||
return {"~/.indentconfig.yaml": decman.File("./linters/indentconfig.yaml")}
|
||||
|
||||
Reference in New Issue
Block a user