diff --git a/install.conf.yaml b/install.conf.yaml index 0210d76..4b61865 100644 --- a/install.conf.yaml +++ b/install.conf.yaml @@ -22,7 +22,6 @@ ~/.config/wofi: config/wofi ~/.config/zathura: config/zathura ~/.inputrc: inputrc - ~/.npmrc: npmrc ~/.vimrc: vimrc ~/.zshrc: zshrc ~/.config/starship.toml: diff --git a/zshrc b/zshrc index 2c99468..e042c30 100644 --- a/zshrc +++ b/zshrc @@ -77,7 +77,7 @@ export PATH="$BUN_INSTALL/bin:$PATH" # Custom plugins may be added to $ZSH_CUSTOM/plugins/ # Example format: plugins=(rails git textmate ruby lighthouse) # Add wisely, as too many plugins slow down shell startup. -plugins=(asdf git docker docker-compose sudo rust) +plugins=(asdf git docker docker-compose sudo rust deno) source $ZSH/oh-my-zsh.sh