Skip to content

Commit

Permalink
Purge mccm06 in favor of home ~, remove unused config blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew McCullough committed Apr 24, 2014
1 parent 45be294 commit 91a7bc4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 19 deletions.
8 changes: 1 addition & 7 deletions gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#untracked = cyan

[gui]
recentrepo = /Users/mccm06/Documents/Temp/Scratch/hello/hgw1
recentrepo = ~/Documents/Temp/Scratch/hello/hgw1

[core]
excludesfile = ~/.gitignore
Expand Down Expand Up @@ -239,17 +239,11 @@
[http]
# proxy=http://something

[github]
# https://github.com/blog/180-local-github-config
user = matthewmccullough
#token = PLACEHOLDER
[hub]
protocol = https
[gist]
private = yes
browse = yes
[ghi]
token = PLACEHOLDER
#[credential]
# helper = cache --timeout=300

Expand Down
2 changes: 1 addition & 1 deletion rvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export rvm_path="/Users/mccm06/.rvm"
export rvm_path="~/.rvm"
22 changes: 11 additions & 11 deletions shellactivities
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ function work.ppap() {
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"
open "~/Dropbox/AI-Clients/Presentation-Patterns-Book"
open "~/Dropbox/PPAP"
iterm "~/Dropbox/AI-Clients/Presentation-Patterns-Book" "PPAP-Book" "black"
iterm "~/Dropbox/PPAP" "PPAP-Dropbox" "black"
iterm "~/Dropbox/AI-Clients/Presentation-Patterns-Book/presentationpatterns.github.com" "PPAP-Site" "black"
}

function work.teachgit() {
Expand All @@ -22,8 +22,8 @@ function work.teachgit() {
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"
open "~/Documents/Temp/Scratch"
iterm "~/Documents/Temp/Scratch" "Scratch" "black"
}


Expand All @@ -32,8 +32,8 @@ function work.gittraining() {
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"
open "~/Documents/Code/GitHub"
open "~/Documents/Code/GitHub/training.github.com_git"
open "~/Documents/Code/GitHub/GUTS_git"
open "~/Documents/Code/GitHub/teach.github.com"
}

0 comments on commit 91a7bc4

Please sign in to comment.