

Oh my ZSH with zsh-autosuggestions zsh-syntax-highlighting zsh-fast-syntax-highl...
source link: https://gist.github.com/n1snt/454b879b8f0b7995740ae04c5fb5b7df
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

Oh my zsh.
Install ZSH.
sudo apt install zsh-autosuggestions zsh-syntax-highlighting zsh
Install Oh my ZSH.
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
Install plugins.
-
autosuggesions plugin
git clone https://github.com/zsh-users/zsh-autosuggestions.git $ZSH_CUSTOM/plugins/zsh-autosuggestions
-
zsh-syntax-highlighting plugin
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git $ZSH_CUSTOM/plugins/zsh-syntax-highlighting
-
zsh-fast-syntax-highlighting plugin
git clone https://github.com/zdharma-continuum/fast-syntax-highlighting.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/plugins/fast-syntax-highlighting
-
zsh-autocomplete plugin
git clone --depth 1 -- https://github.com/marlonrichert/zsh-autocomplete.git $ZSH_CUSTOM/plugins/zsh-autocomplete
Enable plugins by adding them to .zshrc.
-
Open .zshrc
nvim ~/.zshrc
-
Find the line which says
plugins=(git)
. -
Replace that line with
plugins=(git zsh-autosuggestions zsh-syntax-highlighting fast-syntax-highlighting zsh-autocomplete)
References
Recommend
-
158
Python syntax highlighting for Vim This is an enhanced version of the original Vim 6.1 Python syntax highlighting python.vim by Neil Schemenauer. Features Enhanced highlighting for: Strings...
-
177
Dart Support for Vim dart-vim-plugin provides filetype detection, syntax highlighting, and indentation for Dart code in Vim. Looking for auto-complete, diagnostics as you type, jump t...
-
110
-
34
README.org esh-autosuggest
-
8
How to configure Zsh syntax highlighting on LinuxZsh syntax highlighting enables highlighting of commands whilst they are typed at a zsh prompt into an interactive terminal. This will help you in reviewing commands before running them, partic...
-
8
Oh my zsh. Install with curl sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" Enabling Plugins (zsh-autosuggestions & zsh-syntax-highlightin...
-
4
The Syncfusion WinUI AutoComplete loads and populates data in a suggestion list depending on the user’s input characters....
-
9
Author magicdude4eva commented
-
8
Fast, IDE-like Vim Syntax Highlighting for Go vim-go-syntax provides fast, IDE-like Vim syntax highlighting for Go. Feedback is welcome! This syntax is still fairly new and I'd like feedba...
-
3
Product...
About Joyk
Aggregate valuable and interesting links.
Joyk means Joy of geeK