From b525792fb60d94eaecb6466461048e6faae6e9f0 Mon Sep 17 00:00:00 2001 From: Setyo Date: Fri, 20 Sep 2024 20:22:57 +0700 Subject: [PATCH] feat(config): rename .npmrc to .opencommit for new configuration file and add initial settings for OpenCommit chore(zshrc): add deno to the list of plugins for improved development environment --- install.conf.yaml | 1 - zshrc | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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