feat: tools

This commit is contained in:
Tine 2024-02-10 14:34:27 +01:00
parent bc26d8569e
commit a23d047548
Signed by: mentos1386
SSH key fingerprint: SHA256:MNtTsLbihYaWF8j1fkOHfkKNlnN1JQfxEU/rBU8nCGw
3 changed files with 11 additions and 1 deletions

View file

@ -1,2 +1,2 @@
--italic-text='always' --italic-text='always'
--theme=OneHalfDark --theme=OneHalfLight

View file

@ -35,6 +35,10 @@
jq jq
yq yq
http-prompt http-prompt
watchexec
devbox
nodePackages.prettier
direnv
# Docker # Docker
docker-compose docker-compose
@ -131,6 +135,10 @@
vimAlias = true; vimAlias = true;
}; };
programs.direnv = {
enable = true;
};
programs.zsh = { programs.zsh = {
enable = true; enable = true;
history = { history = {

View file

@ -9,6 +9,8 @@ require("copilot").setup({
go = true, go = true,
yaml = true, yaml = true,
python = true, python = true,
css = true,
tmpl = true,
}, },
}) })
require("copilot_cmp").setup() require("copilot_cmp").setup()