update to settings

This commit is contained in:
ZennDev1337 2024-08-19 06:16:50 +02:00
parent 359a768af7
commit 26a0e12ecc
3 changed files with 17 additions and 5 deletions

View file

@ -7,8 +7,9 @@
// 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.
{ {
"ui_font_size": 16, "vim_mode": false,
"buffer_font_size": 16, "ui_font_size": 14,
"buffer_font_size": 14,
"theme": { "theme": {
"mode": "system", "mode": "system",
"light": "One Light", "light": "One Light",
@ -20,5 +21,10 @@
".code/", ".code/",
"**/.run", "**/.run",
"**/__pycache__" "**/__pycache__"
] ],
"languages": {
"HTML": {
"format_on_save": "off"
}
}
} }

View file

@ -32,3 +32,8 @@ if [ -d "$HOME/.local/bin" ] ; then
PATH="$HOME/.local/bin:$PATH" PATH="$HOME/.local/bin:$PATH"
fi fi
. "$HOME/.cargo/env" . "$HOME/.cargo/env"
# Added by Toolbox App
export PATH="$PATH:/home/zenn/.local/share/JetBrains/Toolbox/scripts"

5
.zshrc
View file

@ -16,9 +16,10 @@ plugins=(
################# #################
# EXPORTS # # EXPORTS #
################# #################
export PATH=$HOME/.local/bin:$PATH export PATH="$HOME/.local/bin:$PATH"
export PATH="$HOME/nvim/bin:$PATH" export PATH="$HOME/nvim/bin:$PATH"
export PATH="$HOME/.cargo/bin:$PATH" export PATH="$HOME/.cargo/bin:$PATH"
export PATH="$HOME/.local/share/JetBrains/Toolbox/scripts:$PATH"
export PATH="$HOME/.gobrew/current/bin:$HOME/.gobrew/bin:$PATH" export PATH="$HOME/.gobrew/current/bin:$HOME/.gobrew/bin:$PATH"
export GOROOT="$HOME/.gobrew/current/go" export GOROOT="$HOME/.gobrew/current/go"
export GOPATH="$HOME/.gobrew/gopath" export GOPATH="$HOME/.gobrew/gopath"
@ -49,4 +50,4 @@ alias cat="batcat"
################### ###################
# Start Scripts # # Start Scripts #
################### ###################
fastfetch fastfetch -c neofetch.jsonc