-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.zsh_plugins
18 lines (14 loc) · 916 Bytes
/
.zsh_plugins
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# syntax highting e.g echo "hello": https://github.com/zsh-users/zsh-syntax-highlighting
source ~/PATH_TO/zsh-syntax-highlighting.zsh
# autosuggestions: https://github.com/zsh-users/zsh-autosuggestions
source ~/PATH_TO/zsh-autosuggestions.zsh
# web search: https://raw.githubusercontent.com/redondos/zsh/master/plugins/web-search/web-search.plugin.zsh
source ~/PATH_TO/zsh-web-search.zsh
# spaceship-prompt.sh - https://spaceship-prompt.sh/getting-started/#Installing
# Minimalistic, powerful and extremely customizable Zsh prompt
source /PATH_TO/spaceship.zsh
# auto expand abbreviations: https://zsh-abbr.olets.dev/installation.html
# zsh manager for auto-expanding abbreviations - text that when written in a terminal is replaced with other (typically longer) text
# - if there are new aliases added, run: abbr import-aliases
# - to remove aliases, run: abbr erase alias-name-here
source /PATH_TO/zsh-abbr.zsh