@sebastienrousseau/dotfiles 0.2.456 → 0.2.458
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +141 -93
- package/dist/Makefile +7 -7
- package/dist/bin/backup.d.ts +3 -0
- package/dist/bin/backup.d.ts.map +1 -0
- package/dist/bin/backup.js +3 -0
- package/dist/bin/backup.js.map +1 -0
- package/dist/bin/constants.d.ts +7 -0
- package/dist/bin/constants.d.ts.map +1 -0
- package/dist/bin/constants.js +2 -0
- package/dist/bin/constants.js.map +1 -0
- package/dist/bin/copy.d.ts +3 -0
- package/dist/bin/copy.d.ts.map +1 -0
- package/dist/bin/copy.js +2 -0
- package/dist/bin/copy.js.map +1 -0
- package/dist/bin/dotfiles.d.ts +3 -0
- package/dist/bin/dotfiles.d.ts.map +1 -0
- package/dist/bin/dotfiles.js +3 -0
- package/dist/bin/dotfiles.js.map +1 -0
- package/dist/bin/download.d.ts +3 -0
- package/dist/bin/download.d.ts.map +1 -0
- package/dist/bin/download.js +2 -0
- package/dist/bin/download.js.map +1 -0
- package/dist/{shell → bin}/index.d.ts +0 -0
- package/dist/{shell → bin}/index.d.ts.map +1 -1
- package/dist/bin/index.js +1 -0
- package/dist/bin/index.js.map +1 -0
- package/dist/bin/transfer.d.ts +3 -0
- package/dist/bin/transfer.d.ts.map +1 -0
- package/dist/bin/transfer.js +4 -0
- package/dist/bin/transfer.js.map +1 -0
- package/dist/bin/unpack.d.ts +3 -0
- package/dist/bin/unpack.d.ts.map +1 -0
- package/dist/bin/unpack.js +3 -0
- package/dist/bin/unpack.js.map +1 -0
- package/dist/filesizes.txt +240 -174
- package/dist/{shell → lib}/README.md +0 -0
- package/dist/lib/aliases/default/default.aliases.sh +183 -0
- package/dist/{shell → lib}/aliases/gcloud/gcloud.aliases.sh +1 -1
- package/dist/lib/aliases/git/git.aliases.sh +569 -0
- package/dist/{shell → lib}/aliases/heroku/heroku.aliases.sh +1 -1
- package/dist/{shell → lib}/aliases/jekyll/jekyll.aliases.sh +1 -1
- package/dist/{shell → lib}/aliases/pnpm/pnpm.aliases.sh +1 -1
- package/dist/{shell → lib}/aliases/subversion/subversion.aliases.sh +1 -1
- package/dist/{shell → lib}/aliases/tmux/tmux.aliases.sh +1 -1
- package/dist/{shell → lib}/aliases.sh +2 -2
- package/dist/{shell → lib}/configurations/README.md +0 -0
- package/dist/{shell → lib}/configurations/bash/bashrc +3 -3
- package/dist/{shell → lib}/configurations/curl/cacert.pem +0 -0
- package/dist/{shell → lib}/configurations/curl/curlrc +1 -1
- package/dist/{shell → lib}/configurations/default/color.sh +1 -1
- package/dist/{shell → lib}/configurations/default/editor.sh +1 -1
- package/dist/{shell → lib}/configurations/default/prompt.sh +1 -1
- package/dist/{shell → lib}/configurations/inputrc/inputrc +1 -1
- package/dist/{shell → lib}/configurations/jshint/jshintrc +0 -0
- package/dist/{shell → lib}/configurations/profile/profile +1 -1
- package/dist/lib/configurations/tmux/default +17 -0
- package/dist/lib/configurations/tmux/display +25 -0
- package/dist/lib/configurations/tmux/linux +17 -0
- package/dist/lib/configurations/tmux/navigation +29 -0
- package/dist/lib/configurations/tmux/panes +9 -0
- package/dist/lib/configurations/tmux/theme +28 -0
- package/dist/lib/configurations/tmux/tmux +20 -0
- package/dist/lib/configurations/tmux/vi +5 -0
- package/dist/{shell → lib}/configurations/vim/vimrc +1 -1
- package/dist/{shell → lib}/configurations/wget/wgetrc +1 -1
- package/dist/{shell → lib}/configurations/zsh/zshrc +3 -3
- package/dist/{shell → lib}/configurations.sh +2 -2
- package/dist/{shell → lib}/exit.sh +1 -1
- package/dist/{shell → lib}/functions/README.md +0 -0
- package/dist/{shell → lib}/functions/cdls.sh +1 -1
- package/dist/{shell → lib}/functions/curlheader.sh +1 -1
- package/dist/{shell → lib}/functions/curltime.sh +1 -1
- package/dist/{shell → lib}/functions/encode64.sh +1 -1
- package/dist/{shell → lib}/functions/environment.sh +1 -1
- package/dist/{shell → lib}/functions/extract.sh +1 -1
- package/dist/{shell → lib}/functions/filehead.sh +0 -0
- package/dist/{shell → lib}/functions/genpwd.sh +1 -1
- package/dist/{shell → lib}/functions/goto.sh +1 -1
- package/dist/{shell → lib}/functions/hidehiddenfiles.sh +1 -1
- package/dist/{shell → lib}/functions/hostinfo.sh +1 -1
- package/dist/{shell → lib}/functions/hstats.sh +1 -1
- package/dist/{shell → lib}/functions/httpdebug.sh +1 -1
- package/dist/{shell → lib}/functions/keygen.sh +1 -1
- package/dist/{shell → lib}/functions/last.sh +1 -1
- package/dist/{shell → lib}/functions/logout.sh +1 -1
- package/dist/{shell → lib}/functions/lowercase.sh +1 -1
- package/dist/{shell → lib}/functions/macos.sh +1 -1
- package/dist/{shell → lib}/functions/matrix.sh +1 -1
- package/dist/{shell → lib}/functions/mcd.sh +1 -1
- package/dist/{shell → lib}/functions/mount_read_only.sh +1 -1
- package/dist/{shell → lib}/functions/myproc.sh +1 -1
- package/dist/{shell → lib}/functions/prependpath.sh +1 -1
- package/dist/{shell → lib}/functions/ql.sh +1 -1
- package/dist/{shell → lib}/functions/rd.sh +1 -1
- package/dist/{shell → lib}/functions/remove_disk.sh +1 -1
- package/dist/{shell → lib}/functions/ren.sh +1 -1
- package/dist/{shell → lib}/functions/showhiddenfiles.sh +1 -1
- package/dist/{shell → lib}/functions/size.sh +1 -1
- package/dist/{shell → lib}/functions/stopwatch.sh +1 -1
- package/dist/{shell → lib}/functions/uppercase.sh +1 -1
- package/dist/{shell → lib}/functions/view-source.sh +1 -1
- package/dist/{shell → lib}/functions/vscode.sh +1 -1
- package/dist/{shell → lib}/functions/whoisport.sh +1 -1
- package/dist/{shell → lib}/functions/zipf.sh +1 -1
- package/dist/{shell → lib}/functions.sh +2 -2
- package/dist/{shell → lib}/history.sh +1 -1
- package/dist/{shell → lib}/paths/ant/ant.paths.sh +1 -1
- package/dist/{shell → lib}/paths/default/default.paths.sh +1 -1
- package/dist/{shell → lib}/paths/homebrew/homebrew.paths.sh +1 -1
- package/dist/{shell → lib}/paths/java/java.paths.sh +1 -1
- package/dist/{shell → lib}/paths/maven/maven.paths.sh +1 -1
- package/dist/{shell → lib}/paths/node/node.paths.sh +1 -1
- package/dist/{shell → lib}/paths/nvm/nvm.paths.sh +1 -1
- package/dist/{shell → lib}/paths/pnpm/pnpm.paths.sh +1 -1
- package/dist/{shell → lib}/paths/python/python.paths.sh +1 -1
- package/dist/{shell → lib}/paths/ruby/ruby.paths.sh +1 -1
- package/dist/{shell → lib}/paths/tmux/tmux.paths.sh +2 -2
- package/dist/{shell → lib}/paths.sh +2 -2
- package/package.json +35 -35
- package/dist/bin/compile.sh +0 -16
- package/dist/bin/copy.sh +0 -21
- package/dist/bin/dotfiles.sh +0 -185
- package/dist/shell/aliases/default/default.aliases.sh +0 -199
- package/dist/shell/configurations/tmux/tmux +0 -95
- package/dist/shell/index.js +0 -2
- package/dist/shell/index.js.map +0 -1
package/dist/filesizes.txt
CHANGED
|
@@ -1,176 +1,242 @@
|
|
|
1
|
-
|
|
2
|
-
│ File
|
|
3
|
-
|
|
4
|
-
│ Makefile
|
|
5
|
-
|
|
6
|
-
│ filesizes.txt
|
|
7
|
-
|
|
8
|
-
│ bin/
|
|
9
|
-
|
|
10
|
-
│ bin/
|
|
11
|
-
|
|
12
|
-
│ bin/
|
|
13
|
-
|
|
14
|
-
│
|
|
15
|
-
|
|
16
|
-
│
|
|
17
|
-
|
|
18
|
-
│
|
|
19
|
-
|
|
20
|
-
│
|
|
21
|
-
|
|
22
|
-
│
|
|
23
|
-
|
|
24
|
-
│
|
|
25
|
-
|
|
26
|
-
│
|
|
27
|
-
|
|
28
|
-
│
|
|
29
|
-
|
|
30
|
-
│
|
|
31
|
-
|
|
32
|
-
│
|
|
33
|
-
|
|
34
|
-
│
|
|
35
|
-
|
|
36
|
-
│
|
|
37
|
-
|
|
38
|
-
│
|
|
39
|
-
|
|
40
|
-
│
|
|
41
|
-
|
|
42
|
-
│
|
|
43
|
-
|
|
44
|
-
│
|
|
45
|
-
|
|
46
|
-
│
|
|
47
|
-
|
|
48
|
-
│
|
|
49
|
-
|
|
50
|
-
│
|
|
51
|
-
|
|
52
|
-
│
|
|
53
|
-
|
|
54
|
-
│
|
|
55
|
-
|
|
56
|
-
│
|
|
57
|
-
|
|
58
|
-
│
|
|
59
|
-
|
|
60
|
-
│
|
|
61
|
-
|
|
62
|
-
│
|
|
63
|
-
|
|
64
|
-
│
|
|
65
|
-
|
|
66
|
-
│
|
|
67
|
-
|
|
68
|
-
│
|
|
69
|
-
|
|
70
|
-
│
|
|
71
|
-
|
|
72
|
-
│
|
|
73
|
-
|
|
74
|
-
│
|
|
75
|
-
|
|
76
|
-
│
|
|
77
|
-
|
|
78
|
-
│
|
|
79
|
-
|
|
80
|
-
│
|
|
81
|
-
|
|
82
|
-
│
|
|
83
|
-
|
|
84
|
-
│
|
|
85
|
-
|
|
86
|
-
│
|
|
87
|
-
|
|
88
|
-
│
|
|
89
|
-
|
|
90
|
-
│
|
|
91
|
-
|
|
92
|
-
│
|
|
93
|
-
|
|
94
|
-
│
|
|
95
|
-
|
|
96
|
-
│
|
|
97
|
-
|
|
98
|
-
│
|
|
99
|
-
|
|
100
|
-
│
|
|
101
|
-
|
|
102
|
-
│
|
|
103
|
-
|
|
104
|
-
│
|
|
105
|
-
|
|
106
|
-
│
|
|
107
|
-
|
|
108
|
-
│
|
|
109
|
-
|
|
110
|
-
│
|
|
111
|
-
|
|
112
|
-
│
|
|
113
|
-
|
|
114
|
-
│
|
|
115
|
-
|
|
116
|
-
│
|
|
117
|
-
|
|
118
|
-
│
|
|
119
|
-
|
|
120
|
-
│
|
|
121
|
-
|
|
122
|
-
│
|
|
123
|
-
|
|
124
|
-
│
|
|
125
|
-
|
|
126
|
-
│
|
|
127
|
-
|
|
128
|
-
│
|
|
129
|
-
|
|
130
|
-
│
|
|
131
|
-
|
|
132
|
-
│
|
|
133
|
-
|
|
134
|
-
│
|
|
135
|
-
|
|
136
|
-
│
|
|
137
|
-
|
|
138
|
-
│
|
|
139
|
-
|
|
140
|
-
│
|
|
141
|
-
|
|
142
|
-
│
|
|
143
|
-
|
|
144
|
-
│
|
|
145
|
-
|
|
146
|
-
│
|
|
147
|
-
|
|
148
|
-
│
|
|
149
|
-
|
|
150
|
-
│
|
|
151
|
-
|
|
152
|
-
│
|
|
153
|
-
|
|
154
|
-
│
|
|
155
|
-
|
|
156
|
-
│
|
|
157
|
-
|
|
158
|
-
│
|
|
159
|
-
|
|
160
|
-
│
|
|
161
|
-
|
|
162
|
-
│
|
|
163
|
-
|
|
164
|
-
│
|
|
165
|
-
|
|
166
|
-
│
|
|
167
|
-
|
|
168
|
-
│
|
|
169
|
-
|
|
170
|
-
│
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
1
|
+
┌──────────────────────────────────────────────┬───────────┬────────────────┐
|
|
2
|
+
│ File │ Size │ Size (gzipped) │
|
|
3
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
4
|
+
│ Makefile │ 1.67 kB │ 657 B │
|
|
5
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
6
|
+
│ filesizes.txt │ 0 B │ 20 B │
|
|
7
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
8
|
+
│ bin/backup.d.ts │ 114 B │ 121 B │
|
|
9
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
10
|
+
│ bin/backup.d.ts.map │ 120 B │ 119 B │
|
|
11
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
12
|
+
│ bin/backup.js │ 360 B │ 231 B │
|
|
13
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
14
|
+
│ bin/backup.js.map │ 783 B │ 295 B │
|
|
15
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
16
|
+
│ bin/constants.d.ts │ 335 B │ 203 B │
|
|
17
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
18
|
+
│ bin/constants.d.ts.map │ 189 B │ 161 B │
|
|
19
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
20
|
+
│ bin/constants.js │ 959 B │ 364 B │
|
|
21
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
22
|
+
│ bin/constants.js.map │ 748 B │ 320 B │
|
|
23
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
24
|
+
│ bin/copy.d.ts │ 108 B │ 119 B │
|
|
25
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
26
|
+
│ bin/copy.d.ts.map │ 116 B │ 117 B │
|
|
27
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
28
|
+
│ bin/copy.js │ 270 B │ 186 B │
|
|
29
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
30
|
+
│ bin/copy.js.map │ 615 B │ 250 B │
|
|
31
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
32
|
+
│ bin/dotfiles.d.ts │ 101 B │ 110 B │
|
|
33
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
34
|
+
│ bin/dotfiles.d.ts.map │ 127 B │ 122 B │
|
|
35
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
36
|
+
│ bin/dotfiles.js │ 766 B │ 369 B │
|
|
37
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
38
|
+
│ bin/dotfiles.js.map │ 1.61 kB │ 477 B │
|
|
39
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
40
|
+
│ bin/download.d.ts │ 101 B │ 108 B │
|
|
41
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
42
|
+
│ bin/download.d.ts.map │ 125 B │ 122 B │
|
|
43
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
44
|
+
│ bin/download.js │ 654 B │ 380 B │
|
|
45
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
46
|
+
│ bin/download.js.map │ 1.19 kB │ 411 B │
|
|
47
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
48
|
+
│ bin/index.d.ts │ 46 B │ 66 B │
|
|
49
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
50
|
+
│ bin/index.d.ts.map │ 107 B │ 106 B │
|
|
51
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
52
|
+
│ bin/index.js │ 62 B │ 69 B │
|
|
53
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
54
|
+
│ bin/index.js.map │ 185 B │ 150 B │
|
|
55
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
56
|
+
│ bin/transfer.d.ts │ 110 B │ 116 B │
|
|
57
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
58
|
+
│ bin/transfer.d.ts.map │ 125 B │ 122 B │
|
|
59
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
60
|
+
│ bin/transfer.js │ 651 B │ 279 B │
|
|
61
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
62
|
+
│ bin/transfer.js.map │ 1.16 kB │ 373 B │
|
|
63
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
64
|
+
│ bin/unpack.d.ts │ 95 B │ 106 B │
|
|
65
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
66
|
+
│ bin/unpack.d.ts.map │ 120 B │ 119 B │
|
|
67
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
68
|
+
│ bin/unpack.js │ 309 B │ 207 B │
|
|
69
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
70
|
+
│ bin/unpack.js.map │ 556 B │ 260 B │
|
|
71
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
72
|
+
│ lib/README.md │ 86 B │ 93 B │
|
|
73
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
74
|
+
│ lib/aliases.sh │ 347 B │ 288 B │
|
|
75
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
76
|
+
│ lib/configurations.sh │ 352 B │ 288 B │
|
|
77
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
78
|
+
│ lib/exit.sh │ 288 B │ 260 B │
|
|
79
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
80
|
+
│ lib/functions.sh │ 324 B │ 273 B │
|
|
81
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
82
|
+
│ lib/history.sh │ 6.2 kB │ 2.42 kB │
|
|
83
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
84
|
+
│ lib/paths.sh │ 331 B │ 284 B │
|
|
85
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
86
|
+
│ lib/aliases/default/default.aliases.sh │ 17.6 kB │ 4.09 kB │
|
|
87
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
88
|
+
│ lib/aliases/gcloud/gcloud.aliases.sh │ 8.32 kB │ 2.01 kB │
|
|
89
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
90
|
+
│ lib/aliases/git/git.aliases.sh │ 19.8 kB │ 5.21 kB │
|
|
91
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
92
|
+
│ lib/aliases/heroku/heroku.aliases.sh │ 32.6 kB │ 7.05 kB │
|
|
93
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
94
|
+
│ lib/aliases/jekyll/jekyll.aliases.sh │ 1.95 kB │ 587 B │
|
|
95
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
96
|
+
│ lib/aliases/pnpm/pnpm.aliases.sh │ 1.21 kB │ 477 B │
|
|
97
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
98
|
+
│ lib/aliases/subversion/subversion.aliases.sh │ 3.83 kB │ 1.39 kB │
|
|
99
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
100
|
+
│ lib/aliases/tmux/tmux.aliases.sh │ 765 B │ 363 B │
|
|
101
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
102
|
+
│ lib/configurations/README.md │ 86 B │ 93 B │
|
|
103
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
104
|
+
│ lib/configurations/bash/bashrc │ 2.01 kB │ 786 B │
|
|
105
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
106
|
+
│ lib/configurations/curl/cacert.pem │ 222 kB │ 127 kB │
|
|
107
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
108
|
+
│ lib/configurations/curl/curlrc │ 1.79 kB │ 1.03 kB │
|
|
109
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
110
|
+
│ lib/configurations/default/color.sh │ 659 B │ 473 B │
|
|
111
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
112
|
+
│ lib/configurations/default/editor.sh │ 381 B │ 278 B │
|
|
113
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
114
|
+
│ lib/configurations/default/prompt.sh │ 1.12 kB │ 595 B │
|
|
115
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
116
|
+
│ lib/configurations/inputrc/inputrc │ 1.25 kB │ 574 B │
|
|
117
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
118
|
+
│ lib/configurations/jshint/jshintrc │ 642 B │ 263 B │
|
|
119
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
120
|
+
│ lib/configurations/profile/profile │ 1.11 kB │ 581 B │
|
|
121
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
122
|
+
│ lib/configurations/tmux/default │ 823 B │ 485 B │
|
|
123
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
124
|
+
│ lib/configurations/tmux/display │ 2.14 kB │ 679 B │
|
|
125
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
126
|
+
│ lib/configurations/tmux/linux │ 1.39 kB │ 521 B │
|
|
127
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
128
|
+
│ lib/configurations/tmux/navigation │ 2.36 kB │ 707 B │
|
|
129
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
130
|
+
│ lib/configurations/tmux/panes │ 425 B │ 306 B │
|
|
131
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
132
|
+
│ lib/configurations/tmux/theme │ 1.51 kB │ 646 B │
|
|
133
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
134
|
+
│ lib/configurations/tmux/tmux │ 1.26 kB │ 310 B │
|
|
135
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
136
|
+
│ lib/configurations/tmux/vi │ 157 B │ 163 B │
|
|
137
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
138
|
+
│ lib/configurations/vim/vimrc │ 4.26 kB │ 1.14 kB │
|
|
139
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
140
|
+
│ lib/configurations/wget/wgetrc │ 1.31 kB │ 796 B │
|
|
141
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
142
|
+
│ lib/configurations/zsh/zshrc │ 2.2 kB │ 934 B │
|
|
143
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
144
|
+
│ lib/functions/README.md │ 86 B │ 93 B │
|
|
145
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
146
|
+
│ lib/functions/cdls.sh │ 520 B │ 394 B │
|
|
147
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
148
|
+
│ lib/functions/curlheader.sh │ 668 B │ 375 B │
|
|
149
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
150
|
+
│ lib/functions/curltime.sh │ 1.19 kB │ 525 B │
|
|
151
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
152
|
+
│ lib/functions/encode64.sh │ 584 B │ 336 B │
|
|
153
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
154
|
+
│ lib/functions/environment.sh │ 877 B │ 413 B │
|
|
155
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
156
|
+
│ lib/functions/extract.sh │ 796 B │ 462 B │
|
|
157
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
158
|
+
│ lib/functions/filehead.sh │ 139 B │ 127 B │
|
|
159
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
160
|
+
│ lib/functions/genpwd.sh │ 537 B │ 356 B │
|
|
161
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
162
|
+
│ lib/functions/goto.sh │ 342 B │ 288 B │
|
|
163
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
164
|
+
│ lib/functions/hidehiddenfiles.sh │ 400 B │ 296 B │
|
|
165
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
166
|
+
│ lib/functions/hostinfo.sh │ 551 B │ 378 B │
|
|
167
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
168
|
+
│ lib/functions/hstats.sh │ 410 B │ 331 B │
|
|
169
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
170
|
+
│ lib/functions/httpdebug.sh │ 439 B │ 316 B │
|
|
171
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
172
|
+
│ lib/functions/keygen.sh │ 553 B │ 381 B │
|
|
173
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
174
|
+
│ lib/functions/last.sh │ 254 B │ 232 B │
|
|
175
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
176
|
+
│ lib/functions/logout.sh │ 310 B │ 265 B │
|
|
177
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
178
|
+
│ lib/functions/lowercase.sh │ 860 B │ 491 B │
|
|
179
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
180
|
+
│ lib/functions/macos.sh │ 2.42 kB │ 1.2 kB │
|
|
181
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
182
|
+
│ lib/functions/matrix.sh │ 659 B │ 509 B │
|
|
183
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
184
|
+
│ lib/functions/mcd.sh │ 451 B │ 352 B │
|
|
185
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
186
|
+
│ lib/functions/mount_read_only.sh │ 318 B │ 265 B │
|
|
187
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
188
|
+
│ lib/functions/myproc.sh │ 298 B │ 264 B │
|
|
189
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
190
|
+
│ lib/functions/prependpath.sh │ 728 B │ 321 B │
|
|
191
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
192
|
+
│ lib/functions/ql.sh │ 263 B │ 247 B │
|
|
193
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
194
|
+
│ lib/functions/rd.sh │ 429 B │ 348 B │
|
|
195
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
196
|
+
│ lib/functions/remove_disk.sh │ 245 B │ 225 B │
|
|
197
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
198
|
+
│ lib/functions/ren.sh │ 277 B │ 246 B │
|
|
199
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
200
|
+
│ lib/functions/showhiddenfiles.sh │ 401 B │ 295 B │
|
|
201
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
202
|
+
│ lib/functions/size.sh │ 366 B │ 309 B │
|
|
203
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
204
|
+
│ lib/functions/stopwatch.sh │ 350 B │ 286 B │
|
|
205
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
206
|
+
│ lib/functions/uppercase.sh │ 848 B │ 481 B │
|
|
207
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
208
|
+
│ lib/functions/view-source.sh │ 352 B │ 296 B │
|
|
209
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
210
|
+
│ lib/functions/vscode.sh │ 653 B │ 405 B │
|
|
211
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
212
|
+
│ lib/functions/whoisport.sh │ 368 B │ 298 B │
|
|
213
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
214
|
+
│ lib/functions/zipf.sh │ 409 B │ 324 B │
|
|
215
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
216
|
+
│ lib/paths/ant/ant.paths.sh │ 461 B │ 333 B │
|
|
217
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
218
|
+
│ lib/paths/default/default.paths.sh │ 867 B │ 328 B │
|
|
219
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
220
|
+
│ lib/paths/homebrew/homebrew.paths.sh │ 879 B │ 523 B │
|
|
221
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
222
|
+
│ lib/paths/java/java.paths.sh │ 661 B │ 453 B │
|
|
223
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
224
|
+
│ lib/paths/maven/maven.paths.sh │ 556 B │ 371 B │
|
|
225
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
226
|
+
│ lib/paths/node/node.paths.sh │ 448 B │ 335 B │
|
|
227
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
228
|
+
│ lib/paths/nvm/nvm.paths.sh │ 863 B │ 400 B │
|
|
229
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
230
|
+
│ lib/paths/pnpm/pnpm.paths.sh │ 439 B │ 316 B │
|
|
231
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
232
|
+
│ lib/paths/python/python.paths.sh │ 811 B │ 456 B │
|
|
233
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
234
|
+
│ lib/paths/ruby/ruby.paths.sh │ 664 B │ 397 B │
|
|
235
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
236
|
+
│ lib/paths/tmux/tmux.paths.sh │ 392 B │ 314 B │
|
|
237
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
238
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
239
|
+
│ Total files: 117 │ 384 kB │ 188 kB │
|
|
240
|
+
└──────────────────────────────────────────────┴───────────┴────────────────┘
|
|
175
241
|
|
|
176
242
|
|
|
File without changes
|