adding kitty terminal config

This commit is contained in:
2019-08-14 14:01:23 +02:00
parent 4315ba5573
commit c55d783731
3 changed files with 1110 additions and 2 deletions

View File

@@ -62,5 +62,8 @@ end
# disable login greeting
set fish_greeting ''
set -g fish_user_paths "/usr/local/opt/node@10/bin" $fish_user_paths
# set -g fish_user_paths "/usr/local/opt/node@10/bin" $fish_user_paths
set -g fish_user_paths "/usr/local/sbin" $fish_user_paths
# add kitty support
kitty + complete setup fish | source

1104
kitty.conf Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -16,5 +16,6 @@
"breadcrumbs.enabled": true,
"workbench.colorTheme": "One Dark Pro Vivid",
"extensions.ignoreRecommendations": false,
"window.zoomLevel": 0
"window.zoomLevel": 0,
"workbench.iconTheme": null
}