update to settings
This commit is contained in:
parent
5d31a4345f
commit
c302bc43f7
3 changed files with 10 additions and 1 deletions
|
@ -8,7 +8,8 @@ dynamic_padding = false
|
||||||
padding.x = 20
|
padding.x = 20
|
||||||
padding.y = 20
|
padding.y = 20
|
||||||
|
|
||||||
decorations = "buttonless"
|
#decorations = "buttonless"
|
||||||
|
decorations = "none"
|
||||||
decorations_theme_variant = "Light" # "Dark"
|
decorations_theme_variant = "Light" # "Dark"
|
||||||
|
|
||||||
[font]
|
[font]
|
||||||
|
|
|
@ -7,6 +7,13 @@
|
||||||
// custom settings, run the `open default settings` command
|
// custom settings, run the `open default settings` command
|
||||||
// from the command palette or from `Zed` application menu.
|
// from the command palette or from `Zed` application menu.
|
||||||
{
|
{
|
||||||
|
"assistant": {
|
||||||
|
"default_model": {
|
||||||
|
"provider": "ollama",
|
||||||
|
"model": "llama3.1:latest"
|
||||||
|
},
|
||||||
|
"version": "2"
|
||||||
|
},
|
||||||
"vim_mode": false,
|
"vim_mode": false,
|
||||||
"ui_font_size": 14,
|
"ui_font_size": 14,
|
||||||
"buffer_font_size": 14,
|
"buffer_font_size": 14,
|
||||||
|
|
1
.zshrc
1
.zshrc
|
@ -48,6 +48,7 @@ alias config-fix='mkdir -p .config-backup && config checkout 2>&1 | egrep "\s+\.
|
||||||
alias clr="clear"
|
alias clr="clear"
|
||||||
alias cat="batcat"
|
alias cat="batcat"
|
||||||
alias pycharm="XCURSOR_SIZE=16 pycharm $1"
|
alias pycharm="XCURSOR_SIZE=16 pycharm $1"
|
||||||
|
alias loop='function _loop() { while true; do "$@"; sleep 5; done; }; _loop'
|
||||||
|
|
||||||
###################
|
###################
|
||||||
# Start Scripts #
|
# Start Scripts #
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue