Skip to content

Instantly share code, notes, and snippets.

View yuxincs's full-sized avatar
💡
Ideas survive in your memory, implementations do not.

Yuxin Wang yuxincs

💡
Ideas survive in your memory, implementations do not.
  • Uber
  • New York City
  • 00:53 (UTC -04:00)
View GitHub Profile
@yuxincs
yuxincs / Install oh-my-zsh on OpenWRT.md
Last active September 27, 2017 19:53 — forked from fire1ce/oh-my-zsh on openwrt or lede-project.md
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)" 

Edit /etc/passwd and change root:x:0:0:root:/root:/bin/ash to root\\:x:0:0:root:/root:/bin/zsh

Reboot, all done.