feat: updates to make it work
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import decman
|
||||
import config
|
||||
from decman.plugins import pacman
|
||||
|
||||
|
||||
@@ -13,23 +14,29 @@ class DevTools(decman.Module):
|
||||
"act",
|
||||
"cronie",
|
||||
"cloc",
|
||||
"cmake",
|
||||
"dart-sass",
|
||||
"docker",
|
||||
"docker-buildx",
|
||||
"docker-compose",
|
||||
"filezilla",
|
||||
"git-lfs",
|
||||
"hugo",
|
||||
"helm",
|
||||
"kitty",
|
||||
"kubectl",
|
||||
"lazygit",
|
||||
"meld",
|
||||
"meson",
|
||||
"minisign",
|
||||
"python-argcomplete",
|
||||
"python-black",
|
||||
"python-build",
|
||||
"python-colorama",
|
||||
"python-install",
|
||||
"python-installer",
|
||||
"python-jsonschema",
|
||||
"python-pip",
|
||||
"python-pyaml",
|
||||
"python-numpy",
|
||||
"python-scipy",
|
||||
"python-sympy",
|
||||
@@ -39,9 +46,6 @@ class DevTools(decman.Module):
|
||||
|
||||
def directories(self) -> dict[str, decman.Directory]:
|
||||
return {
|
||||
"~/.config/lazygit": decman.Directory("./config/lazygit"),
|
||||
"~/.config/kitty": decman.Directory("./config/kitty"),
|
||||
f"/home/{config.user}/.config/lazygit": decman.Directory("./config/lazygit", owner=config.user, group=config.user),
|
||||
f"/home/{config.user}/.config/kitty": decman.Directory("./config/kitty", owner=config.user, group=config.user),
|
||||
}
|
||||
|
||||
def files(self) -> dict[str, decman.File]:
|
||||
return {"~/.indentconfig.yaml": decman.File("./linters/indentconfig.yaml")}
|
||||
|
||||
Reference in New Issue
Block a user