tenseleyflow/ndotfiles / c6f0356

Browse files

ignore that, and aliases/fix

Authored by mfwolffe <wolffemf@dukes.jmu.edu>
SHA
c6f0356a2c541b18e77e08aee36244dd0484c66c
Parents
a1b7eeb
Tree
b274b58

2 changed files

StatusFile+-
A .gitignore 1 0
M shtick/config.toml 6 10
.gitignoreadded
@@ -0,0 +1,1 @@
1
+.DS_Store
shtick/config.tomlmodified
@@ -1,3 +1,4 @@
1
+[persistent]
1
 [persistent.aliases]
2
 [persistent.aliases]
2
 c = "clear"
3
 c = "clear"
3
 gad = "git add"
4
 gad = "git add"
@@ -30,17 +31,14 @@ gaddall = "git add --all"
30
 GPUTT = "git push origin trunk"
31
 GPUTT = "git push origin trunk"
31
 gosome = "cd ~/Documents/GithubOrgs/zeroed-some"
32
 gosome = "cd ~/Documents/GithubOrgs/zeroed-some"
32
 gs = "git status"
33
 gs = "git status"
34
+bob = "slob"
35
+blorb = "echo gyorb"
33
 
36
 
34
 [persistent.env_vars]
37
 [persistent.env_vars]
35
-PAGER = "less"
36
-EDITOR = "micro"
37
-BROWSER = "firefox"
38
-HISTSIZE = "10000"
39
 
38
 
40
 [persistent.functions]
39
 [persistent.functions]
41
-mkcd = "mkdir -p \"$1\" && cd \"$1\""
42
-backup = "cp \"$1\" \"$1.backup.$(date +%Y%m%d_%H%M%S)\""
43
 
40
 
41
+[dev]
44
 [dev.aliases]
42
 [dev.aliases]
45
 mk = "make"
43
 mk = "make"
46
 mka = "make all"
44
 mka = "make all"
@@ -59,17 +57,15 @@ pyserve = "python3 -m http.server 8000"
59
 brewup = "brew update && brew upgrade && brew cleanup"
57
 brewup = "brew update && brew upgrade && brew cleanup"
60
 
58
 
61
 [dev.env_vars]
59
 [dev.env_vars]
62
-JOM = "terry"
63
 
60
 
64
 [dev.functions]
61
 [dev.functions]
65
-newproject = "mkdir -p \"$HOME/projects/$1\" && cd \"$HOME/projects/$1\" && git init"
66
 
62
 
63
+[personal]
67
 [personal.aliases]
64
 [personal.aliases]
68
 myip = "curl ifconfig.me"
65
 myip = "curl ifconfig.me"
69
 go = "cd /"
66
 go = "cd /"
70
 
67
 
71
 [personal.env_vars]
68
 [personal.env_vars]
72
-TOM = "JERRY"
73
 
69
 
74
 [personal.functions]
70
 [personal.functions]
75
-note = "echo \"$(date): $*\" >> $HOME/notes.txt"
71
+