Siga as etapas aqui para obter outros recursos também:
https://github.com/abhigenie92/zsh_to_fish
- Instale oh-my-zsh
sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"
- Clone os plugins necessários.
git clone git://github.com/zsh-users/zsh-autosuggestions $ZSH_CUSTOM/plugins/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-history-substring-search ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-history-substring-search
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
- Adicionar plugins para
~/.zshrc
como
plugins = ( [plugins...] zsh-autosuggestions zsh-history-substring-search zsh-syntax-highlighting)
Nota: verifique se o zsh-syntax-realce é o último na lista acima.
- Corrija os problemas do tema em segundo plano (o necessário não depende do seu tema.) Adicione a seguinte linha ao seu
~/.zshrc
.
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=white'
- Reinicie o zsh
source ~/.zshrc
Se você gosta da resposta, considere estrelar o repositório do github.
apt list
, mas não para--upgradable
. Ele mostra a sugestão quando começo a digitar--u
, mas pressionartab
não a preenche automaticamente.