Skip to content

Instantly share code, notes, and snippets.

View moorer2k's full-sized avatar
🏠
Working from home

Moore moorer2k

🏠
Working from home
  • WA State
View GitHub Profile
@moorer2k
moorer2k / oh-my-zsh on pineapple-tetra.md
Last active September 12, 2018 05:08 — forked from fire1ce/oh-my-zsh on openwrt or lede-project.md
install oh my zsh on pineapple tetra
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:/bin/zsh:g' /etc/passwd


# -- reboot, all done.