Docs
Run Alpine Linux on Your iPhone in Less Than 5 Minutes
Install ZSH
Install zsh with curl, wget and git
apk add zsh curl wget git
Set ZSH at the primary shell
Set zsh as the shell
nano /etc/passwd
Change
root:x:0:0:root:/root:/bin/ash
and
[user]:x:1000:1000:Linux User,,,:/home/u:/bin/ash
to
root:x:0:0:root:/root:/bin/zsh
and
[user]:x:1000:1000:Linux User,,,:/home/u:/bin/zsh
replace [user] with your user
Restart the shell
source ~/.zshrc
If you get a error message about missing zsh config files create them manually:
nano .zshenv
nano .zprofile
nano .zshrc
nano .zlogin
Verify that ZSH is the primary shell
echo $SHELL
Check the version of ZSH
zsh --version
Install Oh-my-ZSH
Follow the instructions on:
https://ohmyz.sh
Install Powerlevel9k
Follow the instructions on:
Install the required fonts to