Answers for "spaceship install zsh"

0

spaceship zsh

git clone https://github.com/denysdovhan/spaceship-prompt.git "$ZSH_CUSTOM/themes/spaceship-prompt"

// Symlink
ln -s "$ZSH_CUSTOM/themes/spaceship-prompt/spaceship.zsh-theme" "$ZSH_CUSTOM/themes/spaceship.zsh-theme"

// Set in your ~/.zshrc
ZSH_THEME="spaceship"
Posted by: Guest on August-17-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language