zshrc: autoinstall ohmyzsh when not present

* useful for new machines
This commit is contained in:
surtur 2021-05-03 02:21:39 +02:00
parent d53aaf1460
commit e958c65101
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

5
zshrc
View File

@ -1,4 +1,7 @@
# If you come from bash you might have to change your $PATH.
[ ! -d ~/.oh-my-zsh ] && sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"
export ZSH_CACHE_DIR="$ZSH/cache"
source ~/.zplug/init.zsh
zplug "denysdovhan/spaceship-prompt", use:spaceship.zsh, from:github, as:theme
zplug "zsh-users/zsh-autosuggestions", defer:2