Answers for "spaceship theme 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
0

spaceship theme zsh

git clone https://github.com/denysdovhan/spaceship-prompt.git "$ZSH_CUSTOM/themes/spaceship-prompt" --depth=1
Posted by: Guest on January-26-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language