siu
This commit is contained in:
parent
31caf2c391
commit
a008bd33b1
10
.zshrc
10
.zshrc
@ -38,5 +38,11 @@ export GPG_TTY=$(tty)
|
|||||||
export EDITOR="nvim"
|
export EDITOR="nvim"
|
||||||
|
|
||||||
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
|
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
|
||||||
export NVM_DIR="$HOME/.nvm"
|
# export NVM_DIR="$HOME/.nvm"
|
||||||
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
|
# [ -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"
|
||||||
|
|||||||
2
link.sh
2
link.sh
@ -8,7 +8,7 @@ ln -s ~/Documents/dotfiles/nvim ~/.config/
|
|||||||
ln -s ~/Documents/dotfiles/sway ~/.config/
|
ln -s ~/Documents/dotfiles/sway ~/.config/
|
||||||
ln -s ~/Documents/dotfiles/swayidle ~/.config/
|
ln -s ~/Documents/dotfiles/swayidle ~/.config/
|
||||||
ln -s ~/Documents/dotfiles/tmux ~/.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/waybar ~/.config/
|
||||||
ln -s ~/Documents/dotfiles/wofi ~/.config/
|
ln -s ~/Documents/dotfiles/wofi ~/.config/
|
||||||
ln -s ~/Documents/dotfiles/yt-dlp ~/.config/
|
ln -s ~/Documents/dotfiles/yt-dlp ~/.config/
|
||||||
|
|||||||
@ -117,6 +117,7 @@ return {
|
|||||||
texlab = {},
|
texlab = {},
|
||||||
-- clangd = {},
|
-- clangd = {},
|
||||||
gopls = {},
|
gopls = {},
|
||||||
|
jdtls = {},
|
||||||
-- nil_ls = {},
|
-- nil_ls = {},
|
||||||
ts_ls = {},
|
ts_ls = {},
|
||||||
lua_ls = {
|
lua_ls = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user