Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save youngyou/1b8c774439de2ae5310b9dc0aedb4323 to your computer and use it in GitHub Desktop.
Save youngyou/1b8c774439de2ae5310b9dc0aedb4323 to your computer and use it in GitHub Desktop.
Install oh-my-zsh on openwrt/lede-project
opkg update && opkg install ca-certificates zsh curl git-http
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" 
sed -i -- 's:/bin/ash:/usr/bin/zsh:g' /etc/passwd


# -- reboot, all done. 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment