Skip to content

Instantly share code, notes, and snippets.

@jongacnik
Last active March 9, 2017 01:45
Show Gist options
  • Select an option

  • Save jongacnik/413eaed6d6cc53b1558942bab2b8129b to your computer and use it in GitHub Desktop.

Select an option

Save jongacnik/413eaed6d6cc53b1558942bab2b8129b to your computer and use it in GitHub Desktop.
Chromebook Setup #linux @classnic

Chromebook Acer R11

NEVERMIND

Found this: https://github.com/skycocker/chromebrew

wget -q -O - https://raw.github.com/skycocker/chromebrew/master/install.sh | bash

First install C compiler (and other usefule pkgs: binutils, gmp, mpfr, mpc, isl, cloog, glibc, gcc, make, linuxheaders, pkgconfig)

crew install buildessential

Now install node! Adds some dependencies: perl, zlibpkg, libsigsegv, diffutils, ncursesw, bz2, ncurses, openssl, binutils, gmp, mpfr, mpc, isl, cloog, glibc, gcc, make, linuxheaders, pkgconfig, buildessential, python27

crew install node

Adding Fonts

https://bugs.chromium.org/p/chromium/issues/detail?id=320364

Operating System

Gallium OS via chrx

Tools

PHP http://askubuntu.com/questions/705880/how-to-install-php-7

sudo apt-get install php7.0

Node https://github.com/creationix/nvm

curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.0/install.sh | bash
nvm install node
nvm use node

Git https://git-scm.com/book/en/v2/Getting-Started-Installing-Git

sudo apt-get install git-all

Apps

Sublime Text 3 http://askubuntu.com/questions/172698/how-do-i-install-sublime-text-2-3

sudo add-apt-repository ppa:webupd8team/sublime-text-3
sudo apt-get update
sudo apt-get install sublime-text-installer

Chrome

sudo apt-get install google-chrome-stable

Albert https://albertlauncher.github.io

sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt-get update
sudo apt-get install albert

Fonts

http://askubuntu.com/questions/3697/how-do-i-install-fonts

San Francisco https://github.com/AppleDesignResources/SanFranciscoFont

System

aptitude

Provides list of all expresly installed packages http://askubuntu.com/questions/17823/how-to-list-all-installed-packages

sudo apt-get install aptitude
aptitude search '~i!~M'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment