This commit is contained in:
Dmitri 2025-11-10 20:02:52 +01:00
parent 31caf2c391
commit a008bd33b1
Signed by: kanopo
GPG Key ID: 759ADD40E3132AC7
3 changed files with 10 additions and 3 deletions

10
.zshrc
View File

@ -38,5 +38,11 @@ export GPG_TTY=$(tty)
export EDITOR="nvim"
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
# export NVM_DIR="$HOME/.nvm"
# [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
#
#
#THIS MUST BE AT THE END OF THE FILE FOR SDKMAN TO WORK!!!
export SDKMAN_DIR="$HOME/.sdkman"
[[ -s "$HOME/.sdkman/bin/sdkman-init.sh" ]] && source "$HOME/.sdkman/bin/sdkman-init.sh"

View File

@ -8,7 +8,7 @@ ln -s ~/Documents/dotfiles/nvim ~/.config/
ln -s ~/Documents/dotfiles/sway ~/.config/
ln -s ~/Documents/dotfiles/swayidle ~/.config/
ln -s ~/Documents/dotfiles/tmux ~/.config/
# ln -s ~/Documents/dotfiles/topgrade ~/.config/
ln -s ~/Documents/dotfiles/topgrade ~/.config/
ln -s ~/Documents/dotfiles/waybar ~/.config/
ln -s ~/Documents/dotfiles/wofi ~/.config/
ln -s ~/Documents/dotfiles/yt-dlp ~/.config/

View File

@ -117,6 +117,7 @@ return {
texlab = {},
-- clangd = {},
gopls = {},
jdtls = {},
-- nil_ls = {},
ts_ls = {},
lua_ls = {