forked from matthewmccullough/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshellactivities
39 lines (31 loc) · 1.59 KB
/
shellactivities
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
#!/bin/sh
# Productivity Sessions
function work.ppap() {
open "http://presentationpatterns.com"
open "http://www.amazon.com/Presentation-Patterns-Techniques-Crafting-Presentations/dp/0321820800/ref=sr_1_1?ie=UTF8&qid=1347145745&sr=8-1&keywords=presentation+patterns"
open "https://github.com/presentationPatterns"
open "https://github.com/PresentationPatterns/presentationpatterns.github.com"
open "/Users/mccm06/Dropbox/AI-Clients/Presentation-Patterns-Book"
open "/Users/mccm06/Dropbox/PPAP"
iterm "/Users/mccm06/Dropbox/AI-Clients/Presentation-Patterns-Book" "PPAP-Book" "black"
iterm "/Users/mccm06/Dropbox/PPAP" "PPAP-Dropbox" "black"
iterm "/Users/mccm06/Dropbox/AI-Clients/Presentation-Patterns-Book/presentationpatterns.github.com" "PPAP-Site" "black"
}
function work.teachgit() {
open "https://github.com/githubtrainer/hellogitworld" -a "Firefox"
open "https://github.com/githubstudent" -a "Google Chrome"
open "https://github.com/github/teach.github.com"
open "https://github.com/training/free"
open "https://github.com/matthewmccullough/dotfiles"
open "/Users/mccm06/Documents/Temp/Scratch"
iterm "/Users/mccm06/Documents/Temp/Scratch" "Scratch" "black"
}
function work.gittraining() {
open "https://github.com/githubtraining"
open "https://github.com/github/training/issues"
open "https://github.com/github/teach.github.com"
open "/Users/mccm06/Documents/Code/GitHub"
open "/Users/mccm06/Documents/Code/GitHub/training.github.com_git"
open "/Users/mccm06/Documents/Code/GitHub/GUTS_git"
open "/Users/mccm06/Documents/Code/GitHub/teach.github.com"
}