Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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```