Skip to content

Commit 1c9c323

Browse files
committed
refactor: Update OMZSH plugins
- Remove unused plugins - Added general-purpose dev plugins
1 parent 52f719a commit 1c9c323

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,8 @@
44
fonts/
55
# Some random signing keys may appear
66
**.gpg
7+
8+
# User folder incorrectly created
9+
**/~
10+
# Oh My ZSH folder incorrectly created
11+
**/.oh-my-zsh

src/lib/base-script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ function install_zsh() {
146146
}
147147

148148
function install_oh_my_zsh() {
149-
local ZSH_PLUGINS="(git zsh-autosuggestions zsh-syntax-highlighting asdf nvm node ruby rails docker)"
149+
local ZSH_PLUGINS="(git zsh-autosuggestions zsh-syntax-highlighting battery asdf docker nvm node deno pip python rvm ruby)"
150150
readonly ZSH_PLUGINS
151151

152152
echo_section "Oh My Zsh"

0 commit comments

Comments
 (0)