Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pm8k/chromebook_setup
Helpful commands while setting up xfce on chromebook
https://github.com/pm8k/chromebook_setup
Last synced: 14 days ago
JSON representation
Helpful commands while setting up xfce on chromebook
- Host: GitHub
- URL: https://github.com/pm8k/chromebook_setup
- Owner: pm8k
- Created: 2016-12-18T20:52:09.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-18T21:10:29.000Z (about 8 years ago)
- Last Synced: 2024-11-11T03:13:03.341Z (2 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
from https://www.justinribeiro.com/chronicle/2014/03/31/my-chromebook-and-i-my-development-environment/
install tools
```$ sudo apt-get install zsh curl git python python-pip ruby ruby-dev nodejs npm```change to zsh from bash
```$ chsh -s /bin/zsh```
setup ohmyzsh
```$ curl -L https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh```