@sebastienrousseau/dotfiles 0.2.458 → 0.2.459
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 +62 -11
- package/dist/Makefile +31 -53
- package/dist/bin/constants.d.ts +2 -2
- package/dist/bin/constants.d.ts.map +1 -1
- package/dist/bin/constants.js +1 -1
- package/dist/bin/constants.js.map +1 -1
- package/dist/bin/dotfiles.js +1 -1
- package/dist/bin/dotfiles.js.map +1 -1
- package/dist/filesizes.txt +74 -26
- package/dist/lib/aliases/default/default.aliases.sh +2 -8
- package/dist/lib/aliases/gcloud/gcloud.aliases.sh +1 -1
- package/dist/lib/aliases/git/git.aliases.sh +5 -5
- package/dist/lib/aliases/heroku/heroku.aliases.sh +1 -1
- package/dist/lib/aliases/jekyll/jekyll.aliases.sh +1 -1
- package/dist/lib/aliases/pnpm/pnpm.aliases.sh +1 -1
- package/dist/lib/aliases/subversion/subversion.aliases.sh +1 -1
- package/dist/lib/aliases/tmux/tmux.aliases.sh +1 -1
- package/dist/lib/aliases.sh +1 -1
- package/dist/lib/configurations/bash/bashrc +24 -24
- package/dist/lib/configurations/curl/curlrc +1 -1
- package/dist/lib/configurations/default/color.sh +1 -1
- package/dist/lib/configurations/default/constants.sh +39 -0
- package/dist/lib/configurations/default/editor.sh +1 -1
- package/dist/lib/configurations/default/prompt.sh +1 -1
- package/dist/lib/configurations/gem/gemrc +9 -0
- package/dist/lib/configurations/{inputrc → input}/inputrc +1 -1
- package/dist/lib/configurations/nano/nanorc +34 -0
- package/dist/lib/configurations/profile/profile +1 -1
- package/dist/lib/configurations/tmux/default +1 -1
- package/dist/lib/configurations/tmux/display +1 -1
- package/dist/lib/configurations/tmux/linux +1 -1
- package/dist/lib/configurations/tmux/navigation +1 -1
- package/dist/lib/configurations/tmux/panes +1 -1
- package/dist/lib/configurations/tmux/theme +4 -4
- package/dist/lib/configurations/tmux/tmux +1 -1
- package/dist/lib/configurations/tmux/vi +1 -1
- package/dist/lib/configurations/vim/vimrc +1 -1
- package/dist/lib/configurations/wget/wgetrc +1 -1
- package/dist/lib/configurations/zsh/zshrc +15 -16
- package/dist/lib/configurations.sh +1 -1
- package/dist/lib/exit.sh +1 -1
- package/dist/lib/functions/cdls.sh +1 -1
- package/dist/lib/functions/changediskpwd.tmp +19 -0
- package/dist/lib/functions/code.tmp +18 -0
- package/dist/lib/functions/countdown.tmp +33 -0
- package/dist/lib/functions/curlheader.sh +1 -1
- package/dist/lib/functions/curltime.sh +1 -1
- package/dist/lib/functions/encode64.sh +1 -1
- package/dist/lib/functions/environment.sh +1 -1
- package/dist/lib/functions/extract.sh +1 -1
- package/dist/lib/functions/genpwd.sh +1 -1
- package/dist/lib/functions/goto.sh +1 -1
- package/dist/lib/functions/headers.tmp +4 -0
- package/dist/lib/functions/hidehiddenfiles.sh +1 -1
- package/dist/lib/functions/history-all.tmp +7 -0
- package/dist/lib/functions/hostinfo.sh +1 -1
- package/dist/lib/functions/hstats.sh +1 -1
- package/dist/lib/functions/httpdebug.sh +1 -1
- package/dist/lib/functions/keygen.sh +1 -1
- package/dist/lib/functions/last.sh +1 -1
- package/dist/lib/functions/logout.sh +1 -1
- package/dist/lib/functions/lowercase.sh +1 -1
- package/dist/lib/functions/macos.sh +1 -1
- package/dist/lib/functions/matrix.sh +7 -2
- package/dist/lib/functions/mcd.sh +1 -1
- package/dist/lib/functions/mount_read_only.sh +1 -1
- package/dist/lib/functions/myproc.sh +1 -1
- package/dist/lib/functions/prependpath.sh +1 -1
- package/dist/lib/functions/print.tmp +13 -0
- package/dist/lib/functions/ql.sh +1 -1
- package/dist/lib/functions/rd.sh +1 -1
- package/dist/lib/functions/remove_disk.sh +1 -1
- package/dist/lib/functions/ren.sh +1 -1
- package/dist/lib/functions/rm.tmp +13 -0
- package/dist/lib/functions/rps.tmp +103 -0
- package/dist/lib/functions/showhiddenfiles.sh +1 -1
- package/dist/lib/functions/size.sh +1 -1
- package/dist/lib/functions/stopwatch.sh +1 -1
- package/dist/lib/functions/trash.tmp +13 -0
- package/dist/lib/functions/tree.tmp +13 -0
- package/dist/lib/functions/uppercase.sh +1 -1
- package/dist/lib/functions/uuidgen.tmp +27 -0
- package/dist/lib/functions/view-source.sh +1 -1
- package/dist/lib/functions/vscode.sh +1 -1
- package/dist/lib/functions/whoisport.sh +1 -1
- package/dist/lib/functions/zipf.sh +1 -1
- package/dist/lib/functions.sh +1 -1
- package/dist/lib/history.sh +1 -1
- package/dist/lib/paths/ant/ant.paths.sh +1 -1
- package/dist/lib/paths/default/default.paths.sh +1 -1
- package/dist/lib/paths/homebrew/homebrew.paths.sh +1 -1
- package/dist/lib/paths/java/java.paths.sh +1 -1
- package/dist/lib/paths/maven/maven.paths.sh +1 -1
- package/dist/lib/paths/node/node.paths.sh +1 -1
- package/dist/lib/paths/nvm/nvm.paths.sh +1 -1
- package/dist/lib/paths/pnpm/pnpm.paths.sh +1 -1
- package/dist/lib/paths/python/python.paths.sh +1 -1
- package/dist/lib/paths/ruby/ruby.paths.sh +1 -1
- package/dist/lib/paths/tmux/tmux.paths.sh +1 -1
- package/dist/lib/paths.sh +1 -1
- package/dist/scripts/assemble.sh +32 -0
- package/dist/scripts/backup.sh +84 -0
- package/dist/scripts/banner.sh +18 -0
- package/dist/scripts/clean.sh +29 -0
- package/dist/scripts/compile.sh +52 -0
- package/dist/scripts/copy.sh +106 -0
- package/dist/scripts/dotfiles.sh +61 -0
- package/dist/scripts/download.sh +23 -0
- package/dist/scripts/help.sh +55 -0
- package/dist/scripts/unpack.sh +26 -0
- package/package.json +14 -37
package/README.md
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
• [Request Feature][issues]
|
|
14
14
|
• [Contributing Guidelines][contributing]**
|
|
15
15
|
|
|
16
|
-
## 👋 Welcome to Dotfiles (v0.2.
|
|
16
|
+
## 👋 Welcome to Dotfiles (v0.2.459)
|
|
17
17
|
|
|
18
18
|
### Simply designed to fit your shell life
|
|
19
19
|
|
|
@@ -22,7 +22,7 @@ aimed at making your life easier by providing a set of scripts and configuration
|
|
|
22
22
|
files with new ways to get things done.
|
|
23
23
|
|
|
24
24
|
[![Getting Started][getting_started]][getting-started]
|
|
25
|
-
[![Download Dotfiles v0.2.
|
|
25
|
+
[![Download Dotfiles v0.2.459][download_button]][download]
|
|
26
26
|
|
|
27
27
|
Dotfiles aggregates a collection of standalone configuration files (dotfiles)
|
|
28
28
|
combined into a `lib` directory that can be used to customize your development
|
|
@@ -99,9 +99,29 @@ The following programs must be installed on your system to install Dotfiles:
|
|
|
99
99
|
- [**PnPM**][pnpm] - a package manager for JavaScript and Node.js. It is fast,
|
|
100
100
|
disk space efficient and reliable.
|
|
101
101
|
|
|
102
|
+
#### Font
|
|
103
|
+
|
|
104
|
+
We recommend using a font such as `Roboto Mono for Powerline` for terminal and vscode editor.
|
|
105
|
+
|
|
106
|
+
On macOS, you can install the font using the following command:
|
|
107
|
+
|
|
108
|
+
```bash
|
|
109
|
+
brew tap homebrew/cask-fonts
|
|
110
|
+
```
|
|
111
|
+
|
|
112
|
+
```bash
|
|
113
|
+
brew cask install font-roboto-mono-for-powerline
|
|
114
|
+
```
|
|
115
|
+
|
|
116
|
+
On Linux, you can install the font using the following command:
|
|
117
|
+
|
|
118
|
+
```bash
|
|
119
|
+
sudo apt install fonts-roboto-mono-for-powerline
|
|
120
|
+
```
|
|
121
|
+
|
|
102
122
|
### 1️⃣ Download Dotfiles
|
|
103
123
|
|
|
104
|
-
You can download the latest version (v0.2.
|
|
124
|
+
You can download the latest version (v0.2.459) with the following options:
|
|
105
125
|
|
|
106
126
|
- [**Manual download**][releases] - **The easiest way to install Dotfiles.**
|
|
107
127
|
- [**Install with PnPM**](https://www.npmjs.com/package/@sebastienrousseau/dotfiles)
|
|
@@ -119,7 +139,7 @@ You can download the latest version (v0.2.458) with the following options:
|
|
|
119
139
|
Before installing Dotfiles, we strongly recommend that you back up your existing
|
|
120
140
|
data. The Dotfiles installer will try to automatically backup any previous
|
|
121
141
|
installation of known dotfiles into a backup directory
|
|
122
|
-
`$HOME
|
|
142
|
+
`$HOME/dotfiles_backup`.
|
|
123
143
|
|
|
124
144
|
The backup files are the following:
|
|
125
145
|
|
|
@@ -199,13 +219,17 @@ dotfiles rapidly and very efficiently.
|
|
|
199
219
|
Switch to the `dist` directory and run:
|
|
200
220
|
|
|
201
221
|
```bash
|
|
202
|
-
pnpm run
|
|
222
|
+
pnpm run build
|
|
203
223
|
```
|
|
204
224
|
|
|
225
|
+
This will install the latest version of the dotfiles and will automatically
|
|
226
|
+
backup any existing dotfiles you may have into a backup directory
|
|
227
|
+
`$HOME/dotfiles_backup`.
|
|
228
|
+
|
|
205
229
|
### Post installation
|
|
206
230
|
|
|
207
231
|
Following the installation, you can verify that the dotfiles package is installed
|
|
208
|
-
in the following directory `$HOME
|
|
232
|
+
in the following directory `$HOME/dotfiles_backup`.
|
|
209
233
|
|
|
210
234
|
Just quit your terminal and restart it. If the installation is successful, you
|
|
211
235
|
should be able to see a new interface of your terminal and be able to start
|
|
@@ -285,12 +309,17 @@ You'll see something like this:
|
|
|
285
309
|
│ │ │ └── curlrc
|
|
286
310
|
│ │ ├── default
|
|
287
311
|
│ │ │ ├── color.sh
|
|
312
|
+
│ │ │ ├── constants.sh
|
|
288
313
|
│ │ │ ├── editor.sh
|
|
289
314
|
│ │ │ └── prompt.sh
|
|
290
|
-
│ │ ├──
|
|
315
|
+
│ │ ├── gem
|
|
316
|
+
│ │ │ └── gemrc
|
|
317
|
+
│ │ ├── input
|
|
291
318
|
│ │ │ └── inputrc
|
|
292
319
|
│ │ ├── jshint
|
|
293
320
|
│ │ │ └── jshintrc
|
|
321
|
+
│ │ ├── nano
|
|
322
|
+
│ │ │ └── nanorc
|
|
294
323
|
│ │ ├── profile
|
|
295
324
|
│ │ │ └── profile
|
|
296
325
|
│ │ ├── tmux
|
|
@@ -312,6 +341,9 @@ You'll see something like this:
|
|
|
312
341
|
│ ├── functions
|
|
313
342
|
│ │ ├── README.md
|
|
314
343
|
│ │ ├── cdls.sh
|
|
344
|
+
│ │ ├── changediskpwd.tmp
|
|
345
|
+
│ │ ├── code.tmp
|
|
346
|
+
│ │ ├── countdown.tmp
|
|
315
347
|
│ │ ├── curlheader.sh
|
|
316
348
|
│ │ ├── curltime.sh
|
|
317
349
|
│ │ ├── encode64.sh
|
|
@@ -320,7 +352,9 @@ You'll see something like this:
|
|
|
320
352
|
│ │ ├── filehead.sh
|
|
321
353
|
│ │ ├── genpwd.sh
|
|
322
354
|
│ │ ├── goto.sh
|
|
355
|
+
│ │ ├── headers.tmp
|
|
323
356
|
│ │ ├── hidehiddenfiles.sh
|
|
357
|
+
│ │ ├── history-all.tmp
|
|
324
358
|
│ │ ├── hostinfo.sh
|
|
325
359
|
│ │ ├── hstats.sh
|
|
326
360
|
│ │ ├── httpdebug.sh
|
|
@@ -334,14 +368,20 @@ You'll see something like this:
|
|
|
334
368
|
│ │ ├── mount_read_only.sh
|
|
335
369
|
│ │ ├── myproc.sh
|
|
336
370
|
│ │ ├── prependpath.sh
|
|
371
|
+
│ │ ├── print.tmp
|
|
337
372
|
│ │ ├── ql.sh
|
|
338
373
|
│ │ ├── rd.sh
|
|
339
374
|
│ │ ├── remove_disk.sh
|
|
340
375
|
│ │ ├── ren.sh
|
|
376
|
+
│ │ ├── rm.tmp
|
|
377
|
+
│ │ ├── rps.tmp
|
|
341
378
|
│ │ ├── showhiddenfiles.sh
|
|
342
379
|
│ │ ├── size.sh
|
|
343
380
|
│ │ ├── stopwatch.sh
|
|
381
|
+
│ │ ├── trash.tmp
|
|
382
|
+
│ │ ├── tree.tmp
|
|
344
383
|
│ │ ├── uppercase.sh
|
|
384
|
+
│ │ ├── uuidgen.tmp
|
|
345
385
|
│ │ ├── view-source.sh
|
|
346
386
|
│ │ ├── vscode.sh
|
|
347
387
|
│ │ ├── whoisport.sh
|
|
@@ -376,10 +416,22 @@ You'll see something like this:
|
|
|
376
416
|
│ ├── functions.sh
|
|
377
417
|
│ ├── history.sh
|
|
378
418
|
│ └── paths.sh
|
|
419
|
+
├── scripts
|
|
420
|
+
│ ├── assemble.sh
|
|
421
|
+
│ ├── backup.sh
|
|
422
|
+
│ ├── banner.sh
|
|
423
|
+
│ ├── clean.sh
|
|
424
|
+
│ ├── compile.sh
|
|
425
|
+
│ ├── copy.sh
|
|
426
|
+
│ ├── dotfiles.sh
|
|
427
|
+
│ ├── download.sh
|
|
428
|
+
│ ├── help.sh
|
|
429
|
+
│ └── unpack.sh
|
|
379
430
|
├── Makefile
|
|
380
431
|
└── filesizes.txt
|
|
381
432
|
|
|
382
|
-
|
|
433
|
+
38 directories, 141 files
|
|
434
|
+
|
|
383
435
|
```
|
|
384
436
|
|
|
385
437
|
## 🔗 Releases
|
|
@@ -392,7 +444,7 @@ Releases are available on the [GitHub releases page][releases].
|
|
|
392
444
|
|
|
393
445
|
For transparency into our release cycle and in striving to maintain backward
|
|
394
446
|
compatibility, `Dotfiles` follows [Semantic Versioning][semver-url]
|
|
395
|
-
(SemVer)
|
|
447
|
+
(SemVer).
|
|
396
448
|
|
|
397
449
|
![divider][divider]
|
|
398
450
|
|
|
@@ -461,7 +513,7 @@ bunch of awesome [contributors](https://github.com/sebastienrousseau/dotfiles/gr
|
|
|
461
513
|
[contributing]: https://github.com/sebastienrousseau/dotfiles/blob/master/.github/CONTRIBUTING.md
|
|
462
514
|
[curl]: https://curl.se/
|
|
463
515
|
[docs]: https://github.com/sebastienrousseau/dotfiles/docs
|
|
464
|
-
[download]: https://github.com/sebastienrousseau/dotfiles/archive/refs/tags/v0.2.
|
|
516
|
+
[download]: https://github.com/sebastienrousseau/dotfiles/archive/refs/tags/v0.2.459.tar.gz
|
|
465
517
|
[getting-started]: https://github.com/sebastienrousseau/dotfiles#getting-started
|
|
466
518
|
[git]: https://git-scm.com/
|
|
467
519
|
[github]: https://github.com/sebastienrousseau/dotfiles
|
|
@@ -488,4 +540,3 @@ bunch of awesome [contributors](https://github.com/sebastienrousseau/dotfiles/gr
|
|
|
488
540
|
[license]: https://img.shields.io/badge/License-MIT-green.svg?style=for-the-badge\&color=ff69b4
|
|
489
541
|
[love]: https://github.com/sebastienrousseau/dotfiles/raw/master/assets/made-with-love.svg
|
|
490
542
|
[semver-url]: http://semver.org/
|
|
491
|
-
[eslint-semantic-url]: https://github.com/eslint/eslint#semantic-versioning-policy
|
package/dist/Makefile
CHANGED
|
@@ -1,78 +1,56 @@
|
|
|
1
1
|
#!/usr/bin/env make -f
|
|
2
2
|
|
|
3
|
-
# 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.
|
|
3
|
+
# 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.459) - https://dotfiles.io
|
|
4
4
|
# Copyright (c) Sebastien Rousseau 2022. All rights reserved
|
|
5
5
|
# License: MIT
|
|
6
6
|
|
|
7
7
|
.DEFAULT_GOAL := help
|
|
8
|
-
|
|
9
|
-
language := en
|
|
10
|
-
PNPM := $(shell command -v pnpm 2> /dev/null)
|
|
11
8
|
HOMEDIR:= $(shell pwd)
|
|
9
|
+
BANNER:= $(HOMEDIR)/scripts/banner.sh
|
|
10
|
+
SHELL := /bin/bash
|
|
12
11
|
|
|
13
12
|
.PHONY: backup
|
|
14
|
-
backup: # @HELP
|
|
13
|
+
backup: # @HELP
|
|
15
14
|
backup: ## Backup your current dotfiles.
|
|
16
|
-
|
|
17
|
-
pnpm run backup
|
|
18
|
-
else
|
|
19
|
-
sh $(HOMEDIR)/scripts/dotfiles backup
|
|
20
|
-
endif
|
|
15
|
+
@$(HOMEDIR)/scripts/backup.sh backup
|
|
21
16
|
|
|
22
|
-
.PHONY:
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
else
|
|
28
|
-
sh $(HOMEDIR)/scripts/dotfiles assemble
|
|
29
|
-
endif
|
|
17
|
+
.PHONY: clean
|
|
18
|
+
clean: # @HELP
|
|
19
|
+
clean: ## Removes any previous setup directories.
|
|
20
|
+
clean:
|
|
21
|
+
@$(HOMEDIR)/scripts/clean.sh clean
|
|
30
22
|
|
|
31
23
|
.PHONY: copy
|
|
32
24
|
copy: # @HELP Copy the dotfiles on your system.
|
|
33
25
|
copy: ## Copy the dotfiles on your system.
|
|
34
|
-
|
|
35
|
-
pnpm run copy
|
|
36
|
-
else
|
|
37
|
-
sh $(HOMEDIR)/scripts/dotfiles copy
|
|
38
|
-
endif
|
|
26
|
+
@$(HOMEDIR)/scripts/dotfiles copy
|
|
39
27
|
|
|
40
28
|
.PHONY: download
|
|
41
29
|
download: # @HELP Download the dotfiles on your system.
|
|
42
30
|
download: ## Download the dotfiles on your system.
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
31
|
+
@$(HOMEDIR)/scripts/dotfiles download
|
|
32
|
+
|
|
33
|
+
.PHONY: assemble
|
|
34
|
+
assemble: # @HELP Assemble the dotfiles on your system.
|
|
35
|
+
assemble: ## Run the full installation process.
|
|
36
|
+
@$(HOMEDIR)/scripts/dotfiles assemble
|
|
48
37
|
|
|
49
38
|
.PHONY: unpack
|
|
50
39
|
unpack: # @HELP Unpack the dotfiles on your system.
|
|
51
|
-
unpack: ##
|
|
52
|
-
|
|
53
|
-
pnpm run unpack
|
|
54
|
-
else
|
|
55
|
-
sh $(HOMEDIR)/scripts/dotfiles unpack
|
|
56
|
-
endif
|
|
57
|
-
|
|
58
|
-
.PHONY: clean
|
|
59
|
-
clean: # @HELP Removes any previous setup directories.
|
|
60
|
-
clean:
|
|
61
|
-
ifdef PNPM
|
|
62
|
-
pnpm run clean
|
|
63
|
-
else
|
|
64
|
-
sh $(HOMEDIR)/scripts/dotfiles clean
|
|
65
|
-
endif
|
|
40
|
+
unpack: ## Extract the dotfiles to your system.
|
|
41
|
+
@$(HOMEDIR)/scripts/dotfiles unpack
|
|
66
42
|
|
|
67
43
|
.PHONY: help
|
|
68
44
|
help: # @HELP Display the help menu.
|
|
69
|
-
help:
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
@
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
45
|
+
help: ## Display the help menu.
|
|
46
|
+
@$(BANNER)
|
|
47
|
+
@awk 'BEGIN {FS = ":.*##"; printf "\USAGE:\n\n make \033[1;96m[COMMAND]\033[0m\n\nCOMMANDS:\n\n"} /^[$$()% a-zA-Z_-]+:.*?##/ { printf " \033[1;96m%-8s\033[0m -%s\n", $$1, $$2 } /^##@/ { printf "\n\033[1m%s\033[0m\n", substr($$0, 5) } ' $(MAKEFILE_LIST)
|
|
48
|
+
@echo ""
|
|
49
|
+
@echo "DOCUMENTATION:"
|
|
50
|
+
@echo ""
|
|
51
|
+
@echo -e " \033[4;36mhttps://dotfiles.io\033[0m\n"
|
|
52
|
+
@echo "LICENSE:"
|
|
53
|
+
@echo ""
|
|
54
|
+
@echo " This project is licensed under the MIT License."
|
|
55
|
+
@echo ""
|
|
56
|
+
|
package/dist/bin/constants.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export const aliases: string[];
|
|
2
2
|
export const config: string[];
|
|
3
3
|
export const copies: string[];
|
|
4
|
-
export const dotfile: "https://registry.npmjs.org/@sebastienrousseau/dotfiles/-/dotfiles-0.2.
|
|
4
|
+
export const dotfile: "https://registry.npmjs.org/@sebastienrousseau/dotfiles/-/dotfiles-0.2.459.tgz";
|
|
5
5
|
export const tmux: "$DOTFILES/configurations/tmux/";
|
|
6
|
-
export const version: "dotfiles-0.2.
|
|
6
|
+
export const version: "dotfiles-0.2.459.tgz";
|
|
7
7
|
//# sourceMappingURL=constants.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../bin/constants.js"],"names":[],"mappings":"AAUA,+
|
|
1
|
+
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../bin/constants.js"],"names":[],"mappings":"AAUA,+BAaE;AAiBF,8BAQE;AAvBF,8BAaE;AA9BF,sGAAgG;AA0ChG,oDAA8C;AA3C9C,6CAAuC"}
|
package/dist/bin/constants.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
|
|
2
|
-
const version="dotfiles-0.2.
|
|
2
|
+
const version="dotfiles-0.2.459.tgz";const dotfile="https://registry.npmjs.org/@sebastienrousseau/dotfiles/-/dotfiles-0.2.459.tgz";const aliases=[".bashrc","cacert.pem",".curlrc",".gemrc",".inputrc",".jshintrc",".nanorc",".profile",".tmux.conf",".vimrc",".wgetrc",".zshrc"];const copies=["lib/configurations/bash/bashrc","lib/configurations/curl/cacert.pem","lib/configurations/curl/curlrc","lib/configurations/gem/gemrc","lib/configurations/input/inputrc","lib/configurations/jshint/jshintrc","lib/configurations/nano/nanorc","lib/configurations/profile/profile","lib/configurations/tmux/tmux","lib/configurations/vim/vimrc","lib/configurations/wget/wgetrc","lib/configurations/zsh/zshrc",];const config=["lib/configurations/tmux/default","lib/configurations/tmux/display","lib/configurations/tmux/linux","lib/configurations/tmux/navigation","lib/configurations/tmux/panes","lib/configurations/tmux/theme","lib/configurations/tmux/vi"];const tmux="$DOTFILES/configurations/tmux/";module.exports={aliases,config,copies,dotfile,tmux,version};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../bin/constants.js"],"names":[],"mappings":";AAOA,IAAM,OAAO,GAAG,sBAAsB,CAAC;AACvC,IAAM,OAAO,
|
|
1
|
+
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../bin/constants.js"],"names":[],"mappings":";AAOA,IAAM,OAAO,GAAG,sBAAsB,CAAC;AACvC,IAAM,OAAO,GAAG,+EAA+E,CAAC;AAEhG,IAAM,OAAO,GAAG;IACd,SAAS;IACT,YAAY;IACZ,SAAS;IACT,QAAQ;IACR,UAAU;IACV,WAAW;IACX,SAAS;IACT,UAAU;IACV,YAAY;IACZ,QAAQ;IACR,SAAS;IACT,QAAQ;CACT,CAAC;AAEF,IAAM,MAAM,GAAG;IACb,gCAAgC;IAChC,oCAAoC;IACpC,gCAAgC;IAChC,8BAA8B;IAC9B,kCAAkC;IAClC,oCAAoC;IACpC,gCAAgC;IAChC,oCAAoC;IACpC,8BAA8B;IAC9B,8BAA8B;IAC9B,gCAAgC;IAChC,8BAA8B;CAC/B,CAAC;AAEF,IAAM,MAAM,GAAG;IACb,iCAAiC;IACjC,iCAAiC;IACjC,+BAA+B;IAC/B,oCAAoC;IACpC,+BAA+B;IAC/B,+BAA+B;IAC/B,4BAA4B;CAC7B,CAAC;AAEF,IAAM,IAAI,GAAG,gCAAgC,CAAC;AAE9C,MAAM,CAAC,OAAO,GAAG,EAAE,OAAO,SAAA,EAAE,MAAM,QAAA,EAAE,MAAM,QAAA,EAAE,OAAO,SAAA,EAAE,IAAI,MAAA,EAAE,OAAO,SAAA,EAAE,CAAC"}
|
package/dist/bin/dotfiles.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
|
|
2
|
-
const copy=require("./copy.js");const transfer=require("./transfer.js");const backup=require("./backup.js");const download=require("./download.js");const unpack=require("./unpack.js");const{aliases,
|
|
2
|
+
const copy=require("./copy.js");const transfer=require("./transfer.js");const backup=require("./backup.js");const download=require("./download.js");const unpack=require("./unpack.js");const{aliases,copies}=require("./constants.js");const sleep=(waitTimeInMs)=>new Promise((resolve)=>setTimeout(resolve,waitTimeInMs));var fs=require("fs");var os=require("os");var path=require("path");const dir=path.resolve(__dirname,os.homedir());module.exports=async function main(){let i=0;do{backup(aliases[i],aliases[i]);copy(copies[i],aliases[i]);i++;}while(i<aliases.length&&i<copies.length);download();await sleep(2500);unpack();await sleep(2500);if(fs.existsSync(dir)){await transfer(dir);}
|
|
3
3
|
else{await fs.mkdirSync(dir);await sleep(2500);await transfer(dir);}};
|
package/dist/bin/dotfiles.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dotfiles.js","sourceRoot":"","sources":["../../bin/dotfiles.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAOA,IAAM,IAAI,GAAG,OAAO,CAAC,WAAW,CAAC,CAAC;AAClC,IAAM,QAAQ,GAAG,OAAO,CAAC,eAAe,CAAC,CAAC;AAC1C,IAAM,MAAM,GAAG,OAAO,CAAC,aAAa,CAAC,CAAC;AACtC,IAAM,QAAQ,GAAG,OAAO,CAAC,eAAe,CAAC,CAAC;AAC1C,IAAM,MAAM,GAAG,OAAO,CAAC,aAAa,CAAC,CAAC;AAChC,IAAA,
|
|
1
|
+
{"version":3,"file":"dotfiles.js","sourceRoot":"","sources":["../../bin/dotfiles.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAOA,IAAM,IAAI,GAAG,OAAO,CAAC,WAAW,CAAC,CAAC;AAClC,IAAM,QAAQ,GAAG,OAAO,CAAC,eAAe,CAAC,CAAC;AAC1C,IAAM,MAAM,GAAG,OAAO,CAAC,aAAa,CAAC,CAAC;AACtC,IAAM,QAAQ,GAAG,OAAO,CAAC,eAAe,CAAC,CAAC;AAC1C,IAAM,MAAM,GAAG,OAAO,CAAC,aAAa,CAAC,CAAC;AAChC,IAAA,KAAsB,OAAO,CAAC,gBAAgB,CAAC,EAA7C,OAAO,aAAA,EAAE,MAAM,YAA8B,CAAC;AACtD,IAAM,KAAK,GAAG,UAAC,YAAY,IAAK,OAAA,IAAI,OAAO,CAAC,UAAC,OAAO,IAAK,OAAA,UAAU,CAAC,OAAO,EAAE,YAAY,CAAC,EAAjC,CAAiC,CAAC,EAA3D,CAA2D,CAAC;AAC5F,IAAI,EAAE,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;AACvB,IAAI,EAAE,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;AACvB,IAAI,IAAI,GAAG,OAAO,CAAC,MAAM,CAAC,CAAC;AAE3B,IAAM,GAAG,GAAG,IAAI,CAAC,OAAO,CAAC,SAAS,EAAE,EAAE,CAAC,OAAO,EAAE,CAAC,CAAC;AAElD,MAAM,CAAC,OAAO,GAAG,SAAe,IAAI;;;;;;oBAE9B,CAAC,GAAG,CAAC,CAAC;oBAGV,GAAG;wBACD,MAAM,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC;wBAC/B,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC;wBAC5B,CAAC,EAAE,CAAC;qBACL,QAAQ,CAAC,GAAG,OAAO,CAAC,MAAM,IAAI,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE;oBAGlD,QAAQ,EAAE,CAAC;oBACX,WAAM,KAAK,CAAC,IAAI,CAAC,EAAA;;oBAAjB,SAAiB,CAAC;oBAClB,MAAM,EAAE,CAAC;oBACT,WAAM,KAAK,CAAC,IAAI,CAAC,EAAA;;oBAAjB,SAAiB,CAAC;yBACd,EAAE,CAAC,UAAU,CAAC,GAAG,CAAC,EAAlB,cAAkB;oBACpB,WAAM,QAAQ,CAAC,GAAG,CAAC,EAAA;;oBAAnB,SAAmB,CAAC;;wBAGpB,WAAM,EAAE,CAAC,SAAS,CAAC,GAAG,CAAC,EAAA;;oBAAvB,SAAuB,CAAC;oBACxB,WAAM,KAAK,CAAC,IAAI,CAAC,EAAA;;oBAAjB,SAAiB,CAAC;oBAClB,WAAM,QAAQ,CAAC,GAAG,CAAC,EAAA;;oBAAnB,SAAmB,CAAC;;;;;;CAEvB,CAAC"}
|
package/dist/filesizes.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
┌──────────────────────────────────────────────┬───────────┬────────────────┐
|
|
2
2
|
│ File │ Size │ Size (gzipped) │
|
|
3
3
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
4
|
-
│ Makefile │ 1.67 kB │
|
|
4
|
+
│ Makefile │ 1.67 kB │ 773 B │
|
|
5
5
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
6
6
|
│ filesizes.txt │ 0 B │ 20 B │
|
|
7
7
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
@@ -15,11 +15,11 @@
|
|
|
15
15
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
16
16
|
│ bin/constants.d.ts │ 335 B │ 203 B │
|
|
17
17
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
18
|
-
│ bin/constants.d.ts.map │
|
|
18
|
+
│ bin/constants.d.ts.map │ 190 B │ 163 B │
|
|
19
19
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
20
|
-
│ bin/constants.js │
|
|
20
|
+
│ bin/constants.js │ 1.04 kB │ 388 B │
|
|
21
21
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
22
|
-
│ bin/constants.js.map │
|
|
22
|
+
│ bin/constants.js.map │ 794 B │ 324 B │
|
|
23
23
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
24
24
|
│ bin/copy.d.ts │ 108 B │ 119 B │
|
|
25
25
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
@@ -33,9 +33,9 @@
|
|
|
33
33
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
34
34
|
│ bin/dotfiles.d.ts.map │ 127 B │ 122 B │
|
|
35
35
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
36
|
-
│ bin/dotfiles.js │
|
|
36
|
+
│ bin/dotfiles.js │ 754 B │ 361 B │
|
|
37
37
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
38
|
-
│ bin/dotfiles.js.map │ 1.
|
|
38
|
+
│ bin/dotfiles.js.map │ 1.58 kB │ 475 B │
|
|
39
39
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
40
40
|
│ bin/download.d.ts │ 101 B │ 108 B │
|
|
41
41
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
74
74
|
│ lib/aliases.sh │ 347 B │ 288 B │
|
|
75
75
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
76
|
-
│ lib/configurations.sh │ 352 B │
|
|
76
|
+
│ lib/configurations.sh │ 352 B │ 289 B │
|
|
77
77
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
78
78
|
│ lib/exit.sh │ 288 B │ 260 B │
|
|
79
79
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
@@ -83,11 +83,11 @@
|
|
|
83
83
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
84
84
|
│ lib/paths.sh │ 331 B │ 284 B │
|
|
85
85
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
86
|
-
│ lib/aliases/default/default.aliases.sh │ 17.
|
|
86
|
+
│ lib/aliases/default/default.aliases.sh │ 17.4 kB │ 4.09 kB │
|
|
87
87
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
88
88
|
│ lib/aliases/gcloud/gcloud.aliases.sh │ 8.32 kB │ 2.01 kB │
|
|
89
89
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
90
|
-
│ lib/aliases/git/git.aliases.sh │ 19.8 kB │ 5.
|
|
90
|
+
│ lib/aliases/git/git.aliases.sh │ 19.8 kB │ 5.22 kB │
|
|
91
91
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
92
92
|
│ lib/aliases/heroku/heroku.aliases.sh │ 32.6 kB │ 7.05 kB │
|
|
93
93
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
102
102
|
│ lib/configurations/README.md │ 86 B │ 93 B │
|
|
103
103
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
104
|
-
│ lib/configurations/bash/bashrc │
|
|
104
|
+
│ lib/configurations/bash/bashrc │ 1.92 kB │ 791 B │
|
|
105
105
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
106
106
|
│ lib/configurations/curl/cacert.pem │ 222 kB │ 127 kB │
|
|
107
107
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
@@ -109,17 +109,23 @@
|
|
|
109
109
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
110
110
|
│ lib/configurations/default/color.sh │ 659 B │ 473 B │
|
|
111
111
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
112
|
+
│ lib/configurations/default/constants.sh │ 1.33 kB │ 619 B │
|
|
113
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
112
114
|
│ lib/configurations/default/editor.sh │ 381 B │ 278 B │
|
|
113
115
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
114
116
|
│ lib/configurations/default/prompt.sh │ 1.12 kB │ 595 B │
|
|
115
117
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
116
|
-
│ lib/configurations/
|
|
118
|
+
│ lib/configurations/gem/gemrc │ 160 B │ 136 B │
|
|
119
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
120
|
+
│ lib/configurations/input/inputrc │ 1.25 kB │ 573 B │
|
|
117
121
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
118
122
|
│ lib/configurations/jshint/jshintrc │ 642 B │ 263 B │
|
|
119
123
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
124
|
+
│ lib/configurations/nano/nanorc │ 1.58 kB │ 809 B │
|
|
125
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
120
126
|
│ lib/configurations/profile/profile │ 1.11 kB │ 581 B │
|
|
121
127
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
122
|
-
│ lib/configurations/tmux/default │ 823 B │
|
|
128
|
+
│ lib/configurations/tmux/default │ 823 B │ 486 B │
|
|
123
129
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
124
130
|
│ lib/configurations/tmux/display │ 2.14 kB │ 679 B │
|
|
125
131
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
@@ -129,7 +135,7 @@
|
|
|
129
135
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
130
136
|
│ lib/configurations/tmux/panes │ 425 B │ 306 B │
|
|
131
137
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
132
|
-
│ lib/configurations/tmux/theme │
|
|
138
|
+
│ lib/configurations/tmux/theme │ 1.5 kB │ 640 B │
|
|
133
139
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
134
140
|
│ lib/configurations/tmux/tmux │ 1.26 kB │ 310 B │
|
|
135
141
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
@@ -137,14 +143,20 @@
|
|
|
137
143
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
138
144
|
│ lib/configurations/vim/vimrc │ 4.26 kB │ 1.14 kB │
|
|
139
145
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
140
|
-
│ lib/configurations/wget/wgetrc │ 1.31 kB │
|
|
146
|
+
│ lib/configurations/wget/wgetrc │ 1.31 kB │ 793 B │
|
|
141
147
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
142
|
-
│ lib/configurations/zsh/zshrc │
|
|
148
|
+
│ lib/configurations/zsh/zshrc │ 2.18 kB │ 935 B │
|
|
143
149
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
144
150
|
│ lib/functions/README.md │ 86 B │ 93 B │
|
|
145
151
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
146
152
|
│ lib/functions/cdls.sh │ 520 B │ 394 B │
|
|
147
153
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
154
|
+
│ lib/functions/changediskpwd.tmp │ 490 B │ 319 B │
|
|
155
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
156
|
+
│ lib/functions/code.tmp │ 503 B │ 347 B │
|
|
157
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
158
|
+
│ lib/functions/countdown.tmp │ 858 B │ 483 B │
|
|
159
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
148
160
|
│ lib/functions/curlheader.sh │ 668 B │ 375 B │
|
|
149
161
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
150
162
|
│ lib/functions/curltime.sh │ 1.19 kB │ 525 B │
|
|
@@ -161,8 +173,12 @@
|
|
|
161
173
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
162
174
|
│ lib/functions/goto.sh │ 342 B │ 288 B │
|
|
163
175
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
176
|
+
│ lib/functions/headers.tmp │ 256 B │ 226 B │
|
|
177
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
164
178
|
│ lib/functions/hidehiddenfiles.sh │ 400 B │ 296 B │
|
|
165
179
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
180
|
+
│ lib/functions/history-all.tmp │ 276 B │ 235 B │
|
|
181
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
166
182
|
│ lib/functions/hostinfo.sh │ 551 B │ 378 B │
|
|
167
183
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
168
184
|
│ lib/functions/hstats.sh │ 410 B │ 331 B │
|
|
@@ -179,7 +195,7 @@
|
|
|
179
195
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
180
196
|
│ lib/functions/macos.sh │ 2.42 kB │ 1.2 kB │
|
|
181
197
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
182
|
-
│ lib/functions/matrix.sh │
|
|
198
|
+
│ lib/functions/matrix.sh │ 656 B │ 511 B │
|
|
183
199
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
184
200
|
│ lib/functions/mcd.sh │ 451 B │ 352 B │
|
|
185
201
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
@@ -187,7 +203,9 @@
|
|
|
187
203
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
188
204
|
│ lib/functions/myproc.sh │ 298 B │ 264 B │
|
|
189
205
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
190
|
-
│ lib/functions/prependpath.sh │ 728 B │
|
|
206
|
+
│ lib/functions/prependpath.sh │ 728 B │ 322 B │
|
|
207
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
208
|
+
│ lib/functions/print.tmp │ 343 B │ 283 B │
|
|
191
209
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
192
210
|
│ lib/functions/ql.sh │ 263 B │ 247 B │
|
|
193
211
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
@@ -195,48 +213,78 @@
|
|
|
195
213
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
196
214
|
│ lib/functions/remove_disk.sh │ 245 B │ 225 B │
|
|
197
215
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
198
|
-
│ lib/functions/ren.sh │ 277 B │
|
|
216
|
+
│ lib/functions/ren.sh │ 277 B │ 247 B │
|
|
199
217
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
200
|
-
│ lib/functions/
|
|
218
|
+
│ lib/functions/rm.tmp │ 350 B │ 292 B │
|
|
219
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
220
|
+
│ lib/functions/rps.tmp │ 2.48 kB │ 863 B │
|
|
221
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
222
|
+
│ lib/functions/showhiddenfiles.sh │ 401 B │ 296 B │
|
|
201
223
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
202
224
|
│ lib/functions/size.sh │ 366 B │ 309 B │
|
|
203
225
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
204
226
|
│ lib/functions/stopwatch.sh │ 350 B │ 286 B │
|
|
205
227
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
228
|
+
│ lib/functions/trash.tmp │ 335 B │ 286 B │
|
|
229
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
230
|
+
│ lib/functions/tree.tmp │ 395 B │ 317 B │
|
|
231
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
206
232
|
│ lib/functions/uppercase.sh │ 848 B │ 481 B │
|
|
207
233
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
234
|
+
│ lib/functions/uuidgen.tmp │ 648 B │ 441 B │
|
|
235
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
208
236
|
│ lib/functions/view-source.sh │ 352 B │ 296 B │
|
|
209
237
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
210
238
|
│ lib/functions/vscode.sh │ 653 B │ 405 B │
|
|
211
239
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
212
|
-
│ lib/functions/whoisport.sh │ 368 B │
|
|
240
|
+
│ lib/functions/whoisport.sh │ 368 B │ 299 B │
|
|
213
241
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
214
242
|
│ lib/functions/zipf.sh │ 409 B │ 324 B │
|
|
215
243
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
216
|
-
│ lib/paths/ant/ant.paths.sh │ 461 B │
|
|
244
|
+
│ lib/paths/ant/ant.paths.sh │ 461 B │ 334 B │
|
|
217
245
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
218
246
|
│ lib/paths/default/default.paths.sh │ 867 B │ 328 B │
|
|
219
247
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
220
|
-
│ lib/paths/homebrew/homebrew.paths.sh │ 879 B │
|
|
248
|
+
│ lib/paths/homebrew/homebrew.paths.sh │ 879 B │ 524 B │
|
|
221
249
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
222
250
|
│ lib/paths/java/java.paths.sh │ 661 B │ 453 B │
|
|
223
251
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
224
252
|
│ lib/paths/maven/maven.paths.sh │ 556 B │ 371 B │
|
|
225
253
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
226
|
-
│ lib/paths/node/node.paths.sh │ 448 B │
|
|
254
|
+
│ lib/paths/node/node.paths.sh │ 448 B │ 336 B │
|
|
227
255
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
228
|
-
│ lib/paths/nvm/nvm.paths.sh │ 863 B │
|
|
256
|
+
│ lib/paths/nvm/nvm.paths.sh │ 863 B │ 401 B │
|
|
229
257
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
230
258
|
│ lib/paths/pnpm/pnpm.paths.sh │ 439 B │ 316 B │
|
|
231
259
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
232
|
-
│ lib/paths/python/python.paths.sh │ 811 B │
|
|
260
|
+
│ lib/paths/python/python.paths.sh │ 811 B │ 455 B │
|
|
233
261
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
234
262
|
│ lib/paths/ruby/ruby.paths.sh │ 664 B │ 397 B │
|
|
235
263
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
236
264
|
│ lib/paths/tmux/tmux.paths.sh │ 392 B │ 314 B │
|
|
237
265
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
266
|
+
│ scripts/assemble.sh │ 690 B │ 375 B │
|
|
267
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
268
|
+
│ scripts/backup.sh │ 2.12 kB │ 970 B │
|
|
269
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
270
|
+
│ scripts/banner.sh │ 884 B │ 373 B │
|
|
271
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
272
|
+
│ scripts/clean.sh │ 675 B │ 451 B │
|
|
273
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
274
|
+
│ scripts/compile.sh │ 1.7 kB │ 677 B │
|
|
275
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
276
|
+
│ scripts/copy.sh │ 3.82 kB │ 958 B │
|
|
277
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
278
|
+
│ scripts/dotfiles.sh │ 1.73 kB │ 590 B │
|
|
279
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
280
|
+
│ scripts/download.sh │ 981 B │ 523 B │
|
|
281
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
282
|
+
│ scripts/help.sh │ 1.57 kB │ 784 B │
|
|
283
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
284
|
+
│ scripts/unpack.sh │ 901 B │ 499 B │
|
|
285
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
238
286
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
239
|
-
│ Total files:
|
|
287
|
+
│ Total files: 141 │ 409 kB │ 200 kB │
|
|
240
288
|
└──────────────────────────────────────────────┴───────────┴────────────────┘
|
|
241
289
|
|
|
242
290
|
|