Take care to ensure your firewall isn't blocking Powershell (my Tinywall was getting in the way)
To pull Sublime Text 2 and ConEmu together, install Sublime Terminal and add the following into Sublime Terminal's user preferences:
1
2
3
4
5
6
7
8
9
10
11
12
/*
{
// if you want to use Console2
"terminal": "C:/Program Files (x86)/Console2/Console.exe",
"parameters": ["-d", "%CWD%"]
}
*/
{
// if you prefer (as I do) to use ConEmu (please amend the path if you use x86)
"terminal": "C:/Program Files/ConEmu/ConEmu64.exe",
"parameters": ["/Dir", "%CWD%"]
}