Skip to content

Instantly share code, notes, and snippets.

View austinsc's full-sized avatar

Stephen Austin austinsc

View GitHub Profile
##########
# Tweaked Win10 Initial Setup Script
# Primary Author: Disassembler <disassembler@dasm.cz>
# Modified by: alirobe <alirobe@alirobe.com> based on my personal preferences.
# Version: 2.12.1, 2018-03-15
# Primary Author Source: https://github.com/Disassembler0/Win10-Initial-Setup-Script
# Tweaked Source: https://gist.github.com/alirobe/7f3b34ad89a159e6daa1/
# Tweak difference:
#
# @alirobe's version is a subset focused on safely disabling telemetry, some 'smart' features and 3rd party bloat ...
@austinsc
austinsc / setup.sh
Created March 5, 2016 08:33 — forked from jmtatsch/setup.sh
Install ROS Jade on OS X El Capitan
# NOTE: These instructions do not represent a robust, self-troubleshooting install; they
# are definitely not suitable for dumping to a giant script and running as one. If you
# use them, they should be run one at a time, with an eye out for errors or problems
# along the way.
#
# The #1 issue you are likely to encounter is with Homebrew or Python packages whose
# binary components link against system Python. This will result in runtime segfaults,
# especially in rviz. If you suspect this is occurring, you can attempt to remove and
# reinstall the offending packages, or go for the nuclear option--- empty your Cellar
# and site-packages folders and start over with brewed python from the beginning.
sudo -s
apt-get install build-essential bc ncurses-dev tmux git
tmux
cd /usr/src/
# find out which kernel you are using – in my case 4.1+
uname -r
# get the source – in my case 4.1.y (change if needed)
wget https://github.com/raspberrypi/linux/archive/rpi-4.1.y.tar.gz
@austinsc
austinsc / readme.md
Created March 6, 2015 16:27
Node.js on Windows

Node.js is a portable javsacript runtime that uses the Chrome's V8 engine to execute scripts outside of the browser. Click here to learn more about node.js

Step 1: Install Node.js

If you like clicking the next button on installers, you can go to http://nodejs.org/ and download the latest version of node for Windows. Once it is installed, proceed to step 2.

OR

If you want to look like a 1337 computer hacker, do it the chocolatey way. Open up a new command prompt as an administrator and run the following command:

@austinsc
austinsc / OpenWithSublime.bat
Last active August 29, 2015 14:16 — forked from mrchief/LICENSE.md
Updated version the includes the folder background context menu
@echo off
SET st3Path=C:\Program Files\Sublime Text 3\sublime_text.exe
rem add it to all file types
@reg add "HKEY_CLASSES_ROOT\*\shell\Open with Sublime Text" /t REG_SZ /v "" /d "Open with Sublime Text" /f
@reg add "HKEY_CLASSES_ROOT\*\shell\Open with Sublime Text" /t REG_EXPAND_SZ /v "Icon" /d "%st3Path%,0" /f
@reg add "HKEY_CLASSES_ROOT\*\shell\Open with Sublime Text\command" /t REG_SZ /v "" /d "%st3Path% \"%%1\"" /f
rem add it to folders
@reg add "HKEY_CLASSES_ROOT\Folder\shell\Open with Sublime Text" /t REG_SZ /v "" /d "Open with Sublime Text" /f
@austinsc
austinsc / boxstarter-apps.ps1
Last active April 23, 2016 20:05 — forked from ChaseFlorell/01-Update-Windows.ps1
Development Boxstarter Scripts
# http://boxstarter.org/package/url?https://gist.githubusercontent.com/austinsc/db0f1ab0bfd2a3c8cdde/raw/boxstarter-apps.ps1
# Tools
cinst -y conemu
cinst -y scaftw.ConEmuConfig
cinst -y 7zip.install
cinst -y NugetPackageExplorer
cinst -y PowerShell
cinst -y devbox-rapidee