Skip to content

tc-mccarthy/edu

Repository files navigation

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://raw.githubusercontent.com/tc-mccarthy/edu/master/scripts/osx_setup)"

GitHub SSH Key Generator one-liner

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/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://raw.githubusercontent.com/tc-mccarthy/edu/master/scripts/windows_setup.ps1'))

Tuts

Tutorials

Configs

  • Recommended configuration for script atom packages. [view]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published