mirror of
https://github.com/mentos1386/dotfiles.git
synced 2025-01-31 00:35:42 +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'
|
--italic-text='always'
|
||||||
--theme=OneHalfDark
|
--theme=OneHalfLight
|
||||||
|
|
|
@ -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 = {
|
||||||
|
|
|
@ -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()
|
||||||
|
|
Loading…
Reference in a new issue