From 26a0e12ecc4d1dfde6029ca3b2016f0f641f36af Mon Sep 17 00:00:00 2001 From: ZennDev1337 Date: Mon, 19 Aug 2024 06:16:50 +0200 Subject: [PATCH] update to settings --- .config/zed/settings.json | 12 +++++++++--- .profile | 5 +++++ .zshrc | 5 +++-- 3 files changed, 17 insertions(+), 5 deletions(-) diff --git a/.config/zed/settings.json b/.config/zed/settings.json index d08dffa..33051a5 100644 --- a/.config/zed/settings.json +++ b/.config/zed/settings.json @@ -7,8 +7,9 @@ // custom settings, run the `open default settings` command // from the command palette or from `Zed` application menu. { - "ui_font_size": 16, - "buffer_font_size": 16, + "vim_mode": false, + "ui_font_size": 14, + "buffer_font_size": 14, "theme": { "mode": "system", "light": "One Light", @@ -20,5 +21,10 @@ ".code/", "**/.run", "**/__pycache__" - ] + ], + "languages": { + "HTML": { + "format_on_save": "off" + } + } } diff --git a/.profile b/.profile index 5350391..0e110d6 100644 --- a/.profile +++ b/.profile @@ -32,3 +32,8 @@ if [ -d "$HOME/.local/bin" ] ; then PATH="$HOME/.local/bin:$PATH" fi . "$HOME/.cargo/env" + + +# Added by Toolbox App +export PATH="$PATH:/home/zenn/.local/share/JetBrains/Toolbox/scripts" + diff --git a/.zshrc b/.zshrc index a938fba..fbcf140 100644 --- a/.zshrc +++ b/.zshrc @@ -16,9 +16,10 @@ plugins=( ################# # EXPORTS # ################# -export PATH=$HOME/.local/bin:$PATH +export PATH="$HOME/.local/bin:$PATH" export PATH="$HOME/nvim/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 GOROOT="$HOME/.gobrew/current/go" export GOPATH="$HOME/.gobrew/gopath" @@ -49,4 +50,4 @@ alias cat="batcat" ################### # Start Scripts # ################### -fastfetch +fastfetch -c neofetch.jsonc