-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
37 lines (26 loc) · 855 Bytes
/
README
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
sourcery
Contributors:
Evan J. Coon
Basic settings for when switching to different dev environments
Steps as user:
To initialize sourcery:
1. $ source ~/.sourcery/sources/profile.bash
2. $ sourcery.init
To cleanup extra files created by settings.init:
1. $ sourcery.clean
To initialize and clean files created by settings.init:
1. $ sourcery.reset
To view summary of sourcery errors:
1. $ sourcery.errors
@wip
To view help for sourcery commands:
1. $ sourcery.help
Steps as service-user:
To set useful aliases:
1. $ source /home/YOUR_USER_NAME/.bash_profile
To re-source the pertinent files as either user:
1. $ sourcery
To initialize git-aware-prompt submodule:
1. $ cd ~/sourcery
2. $ git submodule init
3. $ git submodule update