Skip to content

Commit

Permalink
feat(config): rename .npmrc to .opencommit for new configuration file…
Browse files Browse the repository at this point in the history
… and add initial settings for OpenCommit

chore(zshrc): add deno to the list of plugins for improved development environment
  • Loading branch information
nsetyo committed Sep 20, 2024
1 parent e553c1f commit b525792
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion install.conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
~/.config/wofi: config/wofi
~/.config/zathura: config/zathura
~/.inputrc: inputrc
~/.npmrc: npmrc
~/.vimrc: vimrc
~/.zshrc: zshrc
~/.config/starship.toml:
Expand Down
2 changes: 1 addition & 1 deletion zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b525792

Please sign in to comment.