Last active
          May 16, 2017 20:28 
        
      - 
      
- 
        Save kdoroschak/016c9a014e86fd0bbee099a7394fda28 to your computer and use it in GitHub Desktop. 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | # 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