mirror of
https://github.com/mentos1386/dotfiles.git
synced 2025-01-30 16:25:41 +00:00
feat: tools
This commit is contained in:
parent
bc26d8569e
commit
a23d047548
3 changed files with 11 additions and 1 deletions
|
@ -1,2 +1,2 @@
|
|||
--italic-text='always'
|
||||
--theme=OneHalfDark
|
||||
--theme=OneHalfLight
|
||||
|
|
|
@ -35,6 +35,10 @@
|
|||
jq
|
||||
yq
|
||||
http-prompt
|
||||
watchexec
|
||||
devbox
|
||||
nodePackages.prettier
|
||||
direnv
|
||||
|
||||
# Docker
|
||||
docker-compose
|
||||
|
@ -131,6 +135,10 @@
|
|||
vimAlias = true;
|
||||
};
|
||||
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
history = {
|
||||
|
|
|
@ -9,6 +9,8 @@ require("copilot").setup({
|
|||
go = true,
|
||||
yaml = true,
|
||||
python = true,
|
||||
css = true,
|
||||
tmpl = true,
|
||||
},
|
||||
})
|
||||
require("copilot_cmp").setup()
|
||||
|
|
Loading…
Reference in a new issue