Skip to content

Commit

Permalink
Add demo for issue 144
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmc3 committed Nov 14, 2023
1 parent 4d355c6 commit 0b479a3
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 33 deletions.
38 changes: 30 additions & 8 deletions .zsh_plugins.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,32 @@
# zsh-defer
romkatv/zsh-defer
# Standard plugins
djui/alias-tips

# prompt
sindresorhus/pure
# Be sure completion plugins are added to fpath, but don't load them
ohmyzsh/ohmyzsh path:plugins/rails kind:fpath

# plugins
zsh-users/zsh-autosuggestions
marlonrichert/zsh-autocomplete
zdharma-continuum/fast-syntax-highlighting kind:defer
# Initialize Zsh completions (must be called after fpath populated with all desired completions)
zshzoo/completion

# Oh My Zsh lib (required before OMZ plugins)
ohmyzsh/ohmyzsh path:lib

# Oh My Zsh plugins
#ohmyzsh/ohmyzsh path:plugins/rtx
ohmyzsh/ohmyzsh path:plugins/git
#ohmyzsh/ohmyzsh path:plugins/bun
ohmyzsh/ohmyzsh path:plugins/npm
ohmyzsh/ohmyzsh path:plugins/yarn
ohmyzsh/ohmyzsh path:plugins/brew
ohmyzsh/ohmyzsh path:plugins/ruby
ohmyzsh/ohmyzsh path:plugins/macos
ohmyzsh/ohmyzsh path:plugins/zoxide
ohmyzsh/ohmyzsh path:plugins/gcloud
#ohmyzsh/ohmyzsh path:plugins/thefuck
ohmyzsh/ohmyzsh path:plugins/bundler
ohmyzsh/ohmyzsh path:plugins/composer
ohmyzsh/ohmyzsh path:plugins/starship
ohmyzsh/ohmyzsh path:plugins/multipass
ohmyzsh/ohmyzsh path:plugins/1password

# Now load plugins that expected compinit
ohmyzsh/ohmyzsh path:plugins/rails
28 changes: 3 additions & 25 deletions .zshrc
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
#####
# .zshrc - Zsh file loaded on interactive shell sessions.
#####


#
# ???
# .zshrc - Zsh file loaded on interactive shell sessions.
#

# ???
# Put other .zshrc things here...


#
# Options
#
Expand All @@ -31,24 +25,8 @@ setopt extended_glob interactive_comments
source ${ZDOTDIR:-~}/.antidote/antidote.zsh
antidote load


#
# Plugin settings
#

# Set your fast-syntax-highlighting theme quietly.
# fast-theme forest &>/dev/null

# Set your fast-syntax-highlighting theme.
# fast-theme forest

# If you deferred fast-syntax-highlighting, you also need to defer `fast-theme`
zsh-defer fast-theme forest


#
# ???
#
# Setup OMZ
ZSH=$(antidote path ohmyzsh/ohmyzsh)

# ???
# Put other .zshrc things here...
Expand Down

0 comments on commit 0b479a3

Please sign in to comment.