-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathsettings_template
37 lines (36 loc) · 1.23 KB
/
settings_template
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
configatron.configure_from_hash :my =>
{
:unix_style_devtools_root => '~/repositories/developwithpassion/devtools',
:twitter_token_folder => [configatron.core.home,%w[repositories developwithpassion twitter_tokens]].as_glob_pattern,
:ssh_folder => [configatron.core.home, %w[repositories developwithpassion ssh]].as_glob_pattern,
:main_ssh_key => 'developwithpassion',
:windows =>
{
:paths =>
{
:win_style =>
{
:devenv => 'C:\utils\vs2010\Common7\IDE\devenv.exe',
:ahk_spy => 'C:\utils\autohotkey\AU3_Spy.exe',
:process_explorer => 'C:\utils\sysinternals\procexp.exe',
:divvy => 'C:\utils\divvy\Divvy.exe',
:camrec => 'C:\utils\camtasia_studio\CamRecorder.exe',
:msys => 'C:\utils\mingw\msys\1.0\msys.bat',
:cygwin => 'C:\utils\cygwin\cygwin.bat',
:ahk_scripts => 'C:\users\jp\repositories\developwithpassion\devtools\windows\autohotkey\ahk*.ahk',
},
:unix_style =>
{
:mingw => '/c/utils/mingw',
:vim => '/usr/local/bin/vim.exe',
:devenv => '/c/utils/vs2010/Common7/IDE/devenv.exe'
}
}
},
:github =>
{
:email => 'your email address',
:full_name => 'Name',
:user => 'github user name'
}
}