- git
- git-svn
$ sudo apt-get install git
$ sudo add-apt-repository ppa:git-core/ppa
| // I'm tired of extensions that automatically: | |
| // - show welcome pages / walkthroughs | |
| // - show release notes | |
| // - send telemetry | |
| // - recommend things | |
| // | |
| // This disables all of that stuff. | |
| // If you have more config, leave a comment so I can add it!! | |
| { |
| #include <ps2.h> | |
| PS2 mouse(6, 5); | |
| bool left, right; | |
| void mouse_init() | |
| { | |
| mouse.write(0xff); | |
| mouse.read(); |