kitty
This commit is contained in:
parent
99012c067e
commit
1f1340929f
4 changed files with 11 additions and 15 deletions
|
@ -30,6 +30,9 @@ in
|
|||
azure-cli
|
||||
dotnetCorePackages.sdk_8_0_3xx
|
||||
google-cloud-sdk
|
||||
jira-cli-go
|
||||
gh
|
||||
allure
|
||||
|
||||
awscli
|
||||
unstable.minio-client
|
||||
|
@ -38,7 +41,6 @@ in
|
|||
postgresql
|
||||
go-migrate-pg
|
||||
argocd
|
||||
gh
|
||||
ngrok
|
||||
tailwindcss
|
||||
yarn
|
||||
|
|
|
@ -19,5 +19,12 @@
|
|||
dockerfile-language-server-nodejs
|
||||
nodejs_22
|
||||
bash-language-server
|
||||
helm-ls
|
||||
yaml-language-server
|
||||
vue-language-server
|
||||
vtsls
|
||||
typescript
|
||||
typescript-language-server
|
||||
lua-language-server
|
||||
];
|
||||
}
|
||||
|
|
|
@ -62,6 +62,7 @@
|
|||
pass-update
|
||||
]))
|
||||
lazygit
|
||||
chawan
|
||||
|
||||
# Typesetting
|
||||
typst
|
||||
|
|
|
@ -10,16 +10,12 @@
|
|||
font =
|
||||
if myhostname == "laptop" then
|
||||
{
|
||||
# name = "Iosevka Nerd Font Bold";
|
||||
name = "ComicShannsMono Nerd Font";
|
||||
# name = "Hack Nerd Font Mono Bold";
|
||||
size = 18;
|
||||
}
|
||||
else
|
||||
{
|
||||
# name = "Iosevka Nerd Font Bold";
|
||||
name = "ComicShannsMono Nerd Font";
|
||||
# name = "Hack Nerd Font Mono Bold";
|
||||
size = 12;
|
||||
};
|
||||
shellIntegration = {
|
||||
|
@ -32,15 +28,5 @@
|
|||
cursor_blink_interval = 0;
|
||||
enable_audio_bell = false;
|
||||
};
|
||||
keybindings = {
|
||||
"ctrl+alt+k" = "launch --location=hsplit --cwd=current";
|
||||
"ctrl+alt+l" = "launch --location=vsplit --cwd=current";
|
||||
"ctrl+shift+n" = "next_tab";
|
||||
"ctrl+shift+b" = "prev_tab";
|
||||
"ctrl+h" = "neighboring_window left";
|
||||
"ctrl+l" = "neighboring_window right";
|
||||
"ctrl+j" = "neighboring_window down";
|
||||
"ctrl+k" = "neighboring_window up";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue