Tags
  1. share history

setopt HIST_IGNORE_DUPS
setopt HIST_IGNORE_ALL_DUPS
setopt share_history
  1. STRG-r
    1. omz plugin info zsh-navigation-tools
    2. omz plugin info fzf
      • ai fzf
  2. omz plugin info debian
    • ai = apt install packagename
  3. omz plugin info common-aliases
    • l
    • h
    • t
  4. omz plugin info systemd
  5. omz plugin info colored-man-pages
    • ai python3-pygments
  6. omz plugin info zoxide
  7. https://github.com/zsh-users/zsh-autosuggestions
    • ai zsh-autosuggestions
    • cat /usr/share/doc/zsh-autosuggestions/README.Debian
    • source /usr/share/zsh-autosuggestions/zsh-autosuggestions.zsh
  8. https://github.com/zsh-users/zsh-syntax-highlighting
    • ai zsh-syntax-highlighting
    • cat /usr/share/doc/zsh-syntax-highlighting/README.Debian
    • source /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
  9. ai grc
    • omz plugin load grc; omz plugin enable grc
    • cat /etc/grc.zsh
  10. omz plugin load extract; omz plugin enable extract  
    This way you don't have to know what specific command extracts a file,   
    you just do `extract <filename>` and the function takes care of the rest.
  11. https://github.com/zsh-users/antigen
    1. ai zsh-antigen
    2. cat /usr/share/doc/zsh-antigen/README.Debian
    3. zless /usr/share/doc/zsh-antigen/README.mkd.gz
    4. source /usr/share/zsh-antigen/antigen.zsh  
      antigen use oh-my-zsh
  12. omz plugin info composer
  13. https://github.com/yhaefliger/zsh-drupal
    1. antigen bundle yhaefliger/zsh-drupal  
      antigen apply
    2. omz plugin info drush
  14. afs '\.zsh' | awk -F':' '{print $1}'| uniq
  15. https://github.com/topics/zsh-plugins