Collection of plugins and programms for shell use
install zsh wiht:
sudo apt install zsh
shell customisation mit oh-my-zsh
download and run installscript with:
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
https://stackoverflow.com/questions/31624649/how-can-i-get-a-secure-system-wide-oh-my-zsh-configuration/42193058#42193058 Auto Updates are disabled since new users do not have permissions to update the /usr/share/oh-my-zsh files
To update oh-my-zsh just cd to /usr/share/oh-my-zsh/ and run 'sudo git pull'
neovim
sudo apt install neovim
pluginmanager vim-plug
to install for neovim :=
sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
init.vim files move to ~/.config/nvim/init.
then i can run
:PlugInstall //to install Plugins
:PlugUpdate //to update and install Plugins
:PlugDiff //for update changes
:PlugClean //to remove plugins no longer in init.vim