Skip to content

Instantly share code, notes, and snippets.

@bitjockey42
Last active August 29, 2015 14:24
Show Gist options
  • Save bitjockey42/b0a407e66881dc9575c1 to your computer and use it in GitHub Desktop.
Save bitjockey42/b0a407e66881dc9575c1 to your computer and use it in GitHub Desktop.
crouton chroot
# For a pure cli install, no X11 requirement
sudo apt-get install gcc automake ncurses-dev libgnutls-dev libdbus-1-dev libgif-dev
#!/usr/bin/env sh
# Run this script from within the chroot
sudo apt-get update -y
sudo apt-get --no-install-recommends install -y mercurial git-core curl zsh stow
hg clone ssh://hg@bitbucket.org/astrohckr/dotfiles.meitner ~/.dotfiles
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment