Skip to content

Instantly share code, notes, and snippets.

@hsiehjack
Last active March 12, 2017 08:53
Show Gist options
  • Save hsiehjack/73b3e505f479332882faad06235dec9a to your computer and use it in GitHub Desktop.
Save hsiehjack/73b3e505f479332882faad06235dec9a to your computer and use it in GitHub Desktop.
#!/bin/bash
sudo apt-get -y update
sudo apt-get -y install nodejs npm git vim
#For GOLANG
#export PATH=$PATH:/usr/local/go/bin
#Enable Scroll_Lock for keyboards that uses the key for turning on the lights
xmodmap -e "add mod3 = Scroll_Lock"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment