diff --git a/.bashrc b/.bashrc index ab26057..0cf5c64 100644 --- a/.bashrc +++ b/.bashrc @@ -29,3 +29,6 @@ alias sudo='sudo ' eval "$(oh-my-posh init bash --config ~/.config/ohmyposh/config.toml)" + +# Generated for envman. Do not edit. +[ -s "$HOME/.config/envman/load.sh" ] && source "$HOME/.config/envman/load.sh" diff --git a/.config/nvim/lua/plugins/codecomapnion.lua b/.config/nvim/lua/plugins/codecomapnion.lua index dffab32..d18cdab 100644 --- a/.config/nvim/lua/plugins/codecomapnion.lua +++ b/.config/nvim/lua/plugins/codecomapnion.lua @@ -65,7 +65,7 @@ return { name = "ollama", schema = { model = { - default = "mistral:v0.3", + default = "llama3.1:8b", }, }, env = { diff --git a/.config/shell/export.zsh b/.config/shell/export.zsh index e1f826c..3caaca6 100644 --- a/.config/shell/export.zsh +++ b/.config/shell/export.zsh @@ -14,6 +14,8 @@ export HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_FOUND="bg=none,fg=white,bold" #eval $(thefuck --alias) export GEM_HOME="$HOME/gems" export XCURSOR_SIZE=24 +export DOCKER_HOST=unix://${XDG_RUNTIME_DIR}/podman/podman.sock +export TESTCONTAINERS_RYUK_DISABLED=true export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket" eval "$(ssh-agent -s)" >> /dev/null @@ -21,3 +23,4 @@ export PATH="$HOME/.local/bin:$HOME/gems/bin:/usr/local/go/bin:$HOME/go/bin:/hom export PATH="$HOME/.local/bin/DSC:$PATH" source $(brew --prefix)/share/zsh-history-substring-search/zsh-history-substring-search.zsh + diff --git a/.ideavimrc b/.ideavimrc index 5fcd16d..3e321be 100644 --- a/.ideavimrc +++ b/.ideavimrc @@ -218,6 +218,7 @@ map GP (TUILauncher.glab-ci-view-web) let g:WhichKeyDesc_Tools = "t Tools" let g:WhichKeyDesc_Tools_Copilot = "tc Continue" let g:WhichKeyDesc_Tools_Debug = "td Debug" +let g:WhichKeyDesc_Tools_Database = "td Database" let g:WhichKeyDesc_Tools_Terminal = "tt Terminal" let g:WhichKeyDesc_tools_mergerequest = "tm Merge Request" let g:WhichKeyDesc_tools_services = "ts Services" @@ -234,6 +235,7 @@ map ts (ActivateServicesToolWindow) map tk (TUILauncher.k9s) map ty (TUILauncher.yazi) map tg (TUILauncher.lazygit) +map tD