-
Notifications
You must be signed in to change notification settings - Fork 0
zsh
Quang Tran edited this page Oct 6, 2023
·
10 revisions
openSUSE
zypper install zsh
wget https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh
sh install.sh
The installation of a zsh plugin with ohmyzsh is done in two steps:
- Clone the plugin into the plugin folder
$ZSH_CUSTOM
(Default is~/.oh-my-zsh/custom/
) - Add the plugin to the list of plugins to
.zshrc
cd $ZSH_CUSTOM/plugins
git clone https://github.com/bilelmoussaoui/flatpak-zsh-completion flatpak
cd $ZSH_CUSTOM/plugins
git clone https://github.com/marlonrichert/zsh-autocomplete