Skip to content

Instantly share code, notes, and snippets.

@kdoroschak
Last active May 16, 2017 20:28
Show Gist options
  • Save kdoroschak/016c9a014e86fd0bbee099a7394fda28 to your computer and use it in GitHub Desktop.
Save kdoroschak/016c9a014e86fd0bbee099a7394fda28 to your computer and use it in GitHub Desktop.
# Updates
sudo apt-get update
sudo apt-get -y dist-upgrade
sudo reboot
# Install packages
sudo apt-get -y install vim
# Make my mouse poll properly
sudo vim /boot/cmdline.txt # add usbhid.mousepoll=0 to this file
# Configure raspsberry pi
# - expand filesystem
# - change keyboard layout to US
# - change timezone to US Pacific
sudo raspi-config
sudo reboot # if raspbi-config did not prompt this already
# Add apt.adafruit.com to the repository list
# from here: https://learn.adafruit.com/apt-adafruit-com/adding-the-repository
curl -sLS https://apt.adafruit.com/add | sudo bash
sudo apt-get update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment