@sebastienrousseau/dotfiles 0.2.459 → 0.2.460
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 +5 -5
- package/dist/Makefile +13 -13
- package/dist/bin/backup.js.map +1 -1
- package/dist/bin/constants.d.ts +2 -2
- package/dist/bin/constants.js +1 -1
- package/dist/bin/download.js.map +1 -1
- package/dist/bin/transfer.js.map +1 -1
- package/dist/bin/unpack.js.map +1 -1
- package/dist/filesizes.txt +63 -63
- package/dist/lib/aliases/default/default.aliases.sh +1 -1
- package/dist/lib/aliases/gcloud/gcloud.aliases.sh +116 -117
- package/dist/lib/aliases/git/git.aliases.sh +2 -43
- package/dist/lib/aliases/heroku/heroku.aliases.sh +673 -673
- package/dist/lib/aliases/jekyll/jekyll.aliases.sh +26 -26
- package/dist/lib/aliases/pnpm/pnpm.aliases.sh +36 -36
- package/dist/lib/aliases/subversion/subversion.aliases.sh +80 -80
- package/dist/lib/aliases/tmux/tmux.aliases.sh +1 -1
- package/dist/lib/aliases.sh +1 -1
- package/dist/lib/configurations/bash/bashrc +2 -2
- package/dist/lib/configurations/curl/curlrc +1 -1
- package/dist/lib/configurations/default/color.sh +1 -1
- package/dist/lib/configurations/default/constants.sh +6 -4
- package/dist/lib/configurations/default/editor.sh +1 -1
- package/dist/lib/configurations/default/prompt.sh +1 -1
- package/dist/lib/configurations/input/inputrc +1 -1
- package/dist/lib/configurations/nano/nanorc +1 -1
- 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 +2 -2
- 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 +2 -2
- 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 +1 -3
- package/dist/lib/functions/code.tmp +1 -3
- package/dist/lib/functions/countdown.tmp +1 -1
- package/dist/lib/functions/curlheader.sh +2 -2
- package/dist/lib/functions/curltime.sh +3 -4
- package/dist/lib/functions/encode64.sh +1 -1
- package/dist/lib/functions/environment.sh +2 -3
- package/dist/lib/functions/extract.sh +1 -1
- package/dist/lib/functions/genpwd.sh +6 -6
- package/dist/lib/functions/goto.sh +1 -1
- package/dist/lib/functions/hidehiddenfiles.sh +1 -1
- package/dist/lib/functions/history-all.tmp +1 -1
- package/dist/lib/functions/hostinfo.sh +1 -1
- package/dist/lib/functions/hstats.sh +2 -2
- 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 +16 -17
- package/dist/lib/functions/macos.sh +14 -15
- package/dist/lib/functions/matrix.sh +1 -1
- 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 +2 -2
- package/dist/lib/functions/print.tmp +1 -1
- package/dist/lib/functions/ql.sh +1 -1
- package/dist/lib/functions/rd.sh +3 -3
- package/dist/lib/functions/remove_disk.sh +2 -2
- package/dist/lib/functions/ren.sh +1 -1
- package/dist/lib/functions/rm.tmp +1 -1
- package/dist/lib/functions/rps.tmp +1 -1
- 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 +1 -1
- package/dist/lib/functions/tree.tmp +1 -1
- package/dist/lib/functions/uppercase.sh +16 -17
- package/dist/lib/functions/view-source.sh +2 -3
- package/dist/lib/functions/vscode.sh +1 -2
- package/dist/lib/functions/whoisport.sh +1 -1
- package/dist/lib/functions/zipf.sh +2 -2
- package/dist/lib/functions.sh +1 -1
- package/dist/lib/history.sh +22 -22
- package/dist/lib/paths/ant/ant.paths.sh +1 -1
- package/dist/lib/paths/default/default.paths.sh +10 -10
- 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 +3 -3
- 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/backup.sh +8 -3
- package/dist/scripts/banner.sh +1 -1
- package/dist/scripts/{assemble.sh → build.sh} +10 -3
- package/dist/scripts/clean.sh +1 -1
- package/dist/scripts/compile.sh +1 -1
- package/dist/scripts/copy.sh +2 -2
- package/dist/scripts/dotfiles.sh +1 -1
- package/dist/scripts/download.sh +14 -4
- package/dist/scripts/help.sh +3 -3
- package/dist/scripts/unpack.sh +1 -1
- package/package.json +1 -1
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.460)
|
|
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.460][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
|
|
@@ -121,7 +121,7 @@ sudo apt install fonts-roboto-mono-for-powerline
|
|
|
121
121
|
|
|
122
122
|
### 1️⃣ Download Dotfiles
|
|
123
123
|
|
|
124
|
-
You can download the latest version (v0.2.
|
|
124
|
+
You can download the latest version (v0.2.460) with the following options:
|
|
125
125
|
|
|
126
126
|
- [**Manual download**][releases] - **The easiest way to install Dotfiles.**
|
|
127
127
|
- [**Install with PnPM**](https://www.npmjs.com/package/@sebastienrousseau/dotfiles)
|
|
@@ -417,9 +417,9 @@ You'll see something like this:
|
|
|
417
417
|
│ ├── history.sh
|
|
418
418
|
│ └── paths.sh
|
|
419
419
|
├── scripts
|
|
420
|
-
│ ├── assemble.sh
|
|
421
420
|
│ ├── backup.sh
|
|
422
421
|
│ ├── banner.sh
|
|
422
|
+
│ ├── build.sh
|
|
423
423
|
│ ├── clean.sh
|
|
424
424
|
│ ├── compile.sh
|
|
425
425
|
│ ├── copy.sh
|
|
@@ -513,7 +513,7 @@ bunch of awesome [contributors](https://github.com/sebastienrousseau/dotfiles/gr
|
|
|
513
513
|
[contributing]: https://github.com/sebastienrousseau/dotfiles/blob/master/.github/CONTRIBUTING.md
|
|
514
514
|
[curl]: https://curl.se/
|
|
515
515
|
[docs]: https://github.com/sebastienrousseau/dotfiles/docs
|
|
516
|
-
[download]: https://github.com/sebastienrousseau/dotfiles/archive/refs/tags/v0.2.
|
|
516
|
+
[download]: https://github.com/sebastienrousseau/dotfiles/archive/refs/tags/v0.2.460.tar.gz
|
|
517
517
|
[getting-started]: https://github.com/sebastienrousseau/dotfiles#getting-started
|
|
518
518
|
[git]: https://git-scm.com/
|
|
519
519
|
[github]: https://github.com/sebastienrousseau/dotfiles
|
package/dist/Makefile
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
#!/usr/bin/env make -f
|
|
2
2
|
|
|
3
|
-
# 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.
|
|
3
|
+
# 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.460) - https://dotfiles.io
|
|
4
4
|
# Copyright (c) Sebastien Rousseau 2022. All rights reserved
|
|
5
5
|
# License: MIT
|
|
6
6
|
|
|
@@ -16,32 +16,32 @@ backup: ## Backup your current dotfiles.
|
|
|
16
16
|
|
|
17
17
|
.PHONY: clean
|
|
18
18
|
clean: # @HELP
|
|
19
|
-
clean: ## Removes any previous setup
|
|
19
|
+
clean: ## Removes any previous setup.
|
|
20
20
|
clean:
|
|
21
21
|
@$(HOMEDIR)/scripts/clean.sh clean
|
|
22
22
|
|
|
23
23
|
.PHONY: copy
|
|
24
|
-
copy: # @HELP
|
|
24
|
+
copy: # @HELP
|
|
25
25
|
copy: ## Copy the dotfiles on your system.
|
|
26
|
-
@$(HOMEDIR)/scripts/
|
|
26
|
+
@$(HOMEDIR)/scripts/copy.sh copy
|
|
27
27
|
|
|
28
28
|
.PHONY: download
|
|
29
|
-
download: # @HELP
|
|
29
|
+
download: # @HELP
|
|
30
30
|
download: ## Download the dotfiles on your system.
|
|
31
|
-
@$(HOMEDIR)/scripts/
|
|
31
|
+
@$(HOMEDIR)/scripts/download.sh download
|
|
32
32
|
|
|
33
|
-
.PHONY:
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
@$(HOMEDIR)/scripts/
|
|
33
|
+
.PHONY: build
|
|
34
|
+
build: # @HELP
|
|
35
|
+
build: ## Run the full installation process.
|
|
36
|
+
@$(HOMEDIR)/scripts/build.sh build
|
|
37
37
|
|
|
38
38
|
.PHONY: unpack
|
|
39
|
-
unpack: # @HELP
|
|
39
|
+
unpack: # @HELP
|
|
40
40
|
unpack: ## Extract the dotfiles to your system.
|
|
41
|
-
@$(HOMEDIR)/scripts/
|
|
41
|
+
@$(HOMEDIR)/scripts/unpack.sh unpack
|
|
42
42
|
|
|
43
43
|
.PHONY: help
|
|
44
|
-
help: # @HELP
|
|
44
|
+
help: # @HELP
|
|
45
45
|
help: ## Display the help menu.
|
|
46
46
|
@$(BANNER)
|
|
47
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)
|
package/dist/bin/backup.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"backup.js","sourceRoot":"","sources":["../../bin/backup.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAOA,SAAe,MAAM,CAAC,GAAG,EAAE,IAAI;;;;;;oBACzB,EAAE,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;oBACnB,EAAE,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;oBACnB,IAAI,GAAG,OAAO,CAAC,MAAM,CAAC,CAAC;oBACvB,GAAG,GAAG,IAAI,CAAC,OAAO,CAAC,SAAS,EAAE,EAAE,CAAC,OAAO,EAAE,GAAG,kBAAkB,CAAC,CAAC;oBAErE,IAAI,CAAC,EAAE,CAAC,UAAU,CAAC,GAAG,CAAC,
|
|
1
|
+
{"version":3,"file":"backup.js","sourceRoot":"","sources":["../../bin/backup.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAOA,SAAe,MAAM,CAAC,GAAG,EAAE,IAAI;;;;;;oBACzB,EAAE,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;oBACnB,EAAE,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;oBACnB,IAAI,GAAG,OAAO,CAAC,MAAM,CAAC,CAAC;oBACvB,GAAG,GAAG,IAAI,CAAC,OAAO,CAAC,SAAS,EAAE,EAAE,CAAC,OAAO,EAAE,GAAG,kBAAkB,CAAC,CAAC;oBAErE,IAAI,CAAC,EAAE,CAAC,UAAU,CAAC,GAAG,CAAC,EAAE;wBACvB,EAAE,CAAC,SAAS,CAAC,GAAG,CAAC,CAAC;qBACnB;oBAEG,OAAO,GAAG,IAAI,CAAC,OAAO,CAAC,SAAS,EAAE,EAAE,CAAC,OAAO,EAAE,GAAG,GAAG,GAAG,GAAG,CAAC,CAAC;oBAC5D,QAAQ,GAAG,GAAG,GAAG,GAAG,GAAG,IAAI,CAAC;oBAEhC,WAAM,EAAE,CAAC,QAAQ,CAAC,QAAQ,CAAC,OAAO,EAAE,QAAQ,CAAC,EAAA;;oBAA7C,SAA6C,CAAC;;;;;CAE/C;AAAA,CAAC;AAEF,MAAM,CAAC,OAAO,GAAG,MAAM,CAAC"}
|
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.460.tgz";
|
|
5
5
|
export const tmux: "$DOTFILES/configurations/tmux/";
|
|
6
|
-
export const version: "dotfiles-0.2.
|
|
6
|
+
export const version: "dotfiles-0.2.460.tgz";
|
|
7
7
|
//# sourceMappingURL=constants.d.ts.map
|
package/dist/bin/constants.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
|
|
2
|
-
const version="dotfiles-0.2.
|
|
2
|
+
const version="dotfiles-0.2.460.tgz";const dotfile="https://registry.npmjs.org/@sebastienrousseau/dotfiles/-/dotfiles-0.2.460.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};
|
package/dist/bin/download.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"download.js","sourceRoot":"","sources":["../../bin/download.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAOA,SAAe,QAAQ;;;;
|
|
1
|
+
{"version":3,"file":"download.js","sourceRoot":"","sources":["../../bin/download.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAOA,SAAe,QAAQ;;;;YAEb,SAAS,GAAK,OAAO,CAAC,MAAM,CAAC,UAApB,CAAqB;YAClC,EAAE,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;YACnB,EAAE,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;YACnB,IAAI,GAAG,OAAO,CAAC,MAAM,CAAC,CAAC;YACrB,KAAuB,OAAO,CAAC,gBAAgB,CAAC,EAA9C,OAAO,aAAA,EAAE,OAAO,aAAA,CAA+B;YACnD,QAAQ,GAAG,IAAI,CAAC,OAAO,CAAC,SAAS,EAAE,EAAE,CAAC,OAAO,EAAE,GAAG,mBAAmB,CAAC,CAAC;YACrE,KAAK,GAAG,OAAO,CAAC,OAAO,CAAC,CAAC;YACzB,IAAI,GAAG,EAAE,CAAC,iBAAiB,CAAC,OAAO,CAAC,CAAC;YACrC,EAAE,GAAG,SAAS,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;YAE1B,OAAO,GAAG,KAAK,CAAC,GAAG,CACvB,OAAO,EAAE,UAAA,QAAQ;gBACf,OAAO,CAAC,GAAG,CAAC,UAAU,GAAG,QAAQ,CAAC,UAAU,CAAC,CAAC;gBAC9C,IAAI,OAAO,GAAG,IAAI,CAAC,SAAS,CAAC,QAAQ,CAAC,OAAO,CAAC,CAAC;gBAC/C,OAAO,CAAC,GAAG,CAAC,WAAW,GAAG,OAAO,CAAC,CAAC;gBACnC,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;gBACpB,IAAI,CAAC,EAAE,CAAC,QAAQ,EAAE;oBAChB,IAAI,CAAC,KAAK,EAAE,CAAC;oBACb,EAAE,CAAC,OAAO,EAAE,UAAG,QAAQ,cAAI,OAAO,CAAE,CAAC,CAAC;oBACtC,EAAE,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC;gBACrB,CAAC,CAAC,CAAC;YACL,CAAC,CAAC,CAAC;;;;CAGN;AAAA,CAAC;AAEF,MAAM,CAAC,OAAO,GAAG,QAAQ,CAAC"}
|
package/dist/bin/transfer.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"transfer.js","sourceRoot":"","sources":["../../bin/transfer.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAOA,SAAe,QAAQ,CAAC,IAAI;;;;;;oBAEpB,EAAE,GAAG,OAAO,CAAC,UAAU,CAAC,CAAC;oBAC3B,EAAE,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;oBACnB,IAAI,GAAG,OAAO,CAAC,MAAM,CAAC,CAAC;oBAErB,MAAM,GAAG,IAAI,CAAC,OAAO,CAAC,SAAS,EAAE,EAAE,CAAC,OAAO,EAAE,GAAG,gCAAgC,CAAC,CAAC;oBAClF,QAAQ,
|
|
1
|
+
{"version":3,"file":"transfer.js","sourceRoot":"","sources":["../../bin/transfer.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAOA,SAAe,QAAQ,CAAC,IAAI;;;;;;oBAEpB,EAAE,GAAG,OAAO,CAAC,UAAU,CAAC,CAAC;oBAC3B,EAAE,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;oBACnB,IAAI,GAAG,OAAO,CAAC,MAAM,CAAC,CAAC;oBAErB,MAAM,GAAG,IAAI,CAAC,OAAO,CAAC,SAAS,EAAE,EAAE,CAAC,OAAO,EAAE,GAAG,gCAAgC,CAAC,CAAC;oBAClF,QAAQ,GAAG,IAAI,CAAC,OAAO,CAAC,SAAS,EAAE,GAAG,GAAG,IAAI,GAAG,YAAY,CAAC,CAAC;oBAC9D,GAAG,GAAG,IAAI,CAAC,OAAO,CAAC,SAAS,EAAE,GAAG,GAAG,IAAI,GAAG,gBAAgB,CAAC,CAAC;oBAC7D,SAAS,GAAG,IAAI,CAAC,OAAO,CAAC,SAAS,EAAE,GAAG,GAAG,IAAI,GAAG,0BAA0B,CAAC,CAAC;oBAC7E,IAAI,GAAG,IAAI,CAAC,OAAO,CAAC,SAAS,EAAE,GAAG,GAAG,IAAI,GAAG,qBAAqB,CAAC,CAAC;yBAGrE,EAAE,CAAC,UAAU,CAAC,QAAQ,CAAC,EAAvB,cAAuB;oBACzB,WAAM,EAAE,CAAC,UAAU,CAAC,QAAQ,CAAC,EAAA;;oBAA7B,SAA6B,CAAC;;wBAIhC,WAAM,EAAE,CAAC,IAAI,CAAC,MAAM,EAAE,QAAQ,CAAC,EAAA;;oBAA/B,SAA+B,CAAC;oBAGhC,WAAM,EAAE,CAAC,UAAU,CAAC,GAAG,CAAC,EAAA;;oBAAxB,SAAwB,CAAC;oBACzB,WAAM,EAAE,CAAC,UAAU,CAAC,SAAS,CAAC,EAAA;;oBAA9B,SAA8B,CAAC;oBAC/B,WAAM,EAAE,CAAC,UAAU,CAAC,IAAI,CAAC,EAAA;;oBAAzB,SAAyB,CAAC;;;;;CAE3B;AAED,MAAM,CAAC,OAAO,GAAG,QAAQ,CAAC"}
|
package/dist/bin/unpack.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"unpack.js","sourceRoot":"","sources":["../../bin/unpack.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAOA,SAAe,MAAM;;;;YACb,WAAW,GAAG,OAAO,CAAC,aAAa,CAAC,CAAC;YACvC,EAAE,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;YACnB,IAAI,GAAG,OAAO,CAAC,MAAM,CAAC,CAAC;YACnB,OAAO,GAAK,OAAO,CAAC,gBAAgB,CAAC,QAA9B,CAA+B;YAC1C,QAAQ,GAAG,IAAI,CAAC,OAAO,CAAC,SAAS,EAAE,EAAE,CAAC,OAAO,EAAE,GAAG,mBAAmB,CAAC,CAAC;YAC3E,WAAW,CAAC,GAAG,CAAC,UAAU,CAAC,QAAQ,
|
|
1
|
+
{"version":3,"file":"unpack.js","sourceRoot":"","sources":["../../bin/unpack.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAOA,SAAe,MAAM;;;;YACb,WAAW,GAAG,OAAO,CAAC,aAAa,CAAC,CAAC;YACvC,EAAE,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;YACnB,IAAI,GAAG,OAAO,CAAC,MAAM,CAAC,CAAC;YACnB,OAAO,GAAK,OAAO,CAAC,gBAAgB,CAAC,QAA9B,CAA+B;YAC1C,QAAQ,GAAG,IAAI,CAAC,OAAO,CAAC,SAAS,EAAE,EAAE,CAAC,OAAO,EAAE,GAAG,mBAAmB,CAAC,CAAC;YAC3E,WAAW,CAAC,GAAG,CAAC,UAAU,CAAC,QAAQ,GAAG,GAAG,GAAG,OAAO,EAAE,QAAQ,GAAG,GAAG,CAAC,CAAC;;;;CACtE;AAED,MAAM,CAAC,OAAO,GAAG,MAAM,CAAC"}
|
package/dist/filesizes.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
┌──────────────────────────────────────────────┬───────────┬────────────────┐
|
|
2
2
|
│ File │ Size │ Size (gzipped) │
|
|
3
3
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
4
|
-
│ Makefile │ 1.
|
|
4
|
+
│ Makefile │ 1.48 kB │ 751 B │
|
|
5
5
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
6
6
|
│ filesizes.txt │ 0 B │ 20 B │
|
|
7
7
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
12
12
|
│ bin/backup.js │ 360 B │ 231 B │
|
|
13
13
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
14
|
-
│ bin/backup.js.map │ 783 B │
|
|
14
|
+
│ bin/backup.js.map │ 783 B │ 292 B │
|
|
15
15
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
16
16
|
│ bin/constants.d.ts │ 335 B │ 203 B │
|
|
17
17
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
44
44
|
│ bin/download.js │ 654 B │ 380 B │
|
|
45
45
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
46
|
-
│ bin/download.js.map │ 1.19 kB │
|
|
46
|
+
│ bin/download.js.map │ 1.19 kB │ 410 B │
|
|
47
47
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
48
48
|
│ bin/index.d.ts │ 46 B │ 66 B │
|
|
49
49
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
60
60
|
│ bin/transfer.js │ 651 B │ 279 B │
|
|
61
61
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
62
|
-
│ bin/transfer.js.map │ 1.16 kB │
|
|
62
|
+
│ bin/transfer.js.map │ 1.16 kB │ 372 B │
|
|
63
63
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
64
64
|
│ bin/unpack.d.ts │ 95 B │ 106 B │
|
|
65
65
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
68
68
|
│ bin/unpack.js │ 309 B │ 207 B │
|
|
69
69
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
70
|
-
│ bin/unpack.js.map │ 556 B │
|
|
70
|
+
│ bin/unpack.js.map │ 556 B │ 259 B │
|
|
71
71
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
72
72
|
│ lib/README.md │ 86 B │ 93 B │
|
|
73
73
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
@@ -75,29 +75,29 @@
|
|
|
75
75
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
76
76
|
│ lib/configurations.sh │ 352 B │ 289 B │
|
|
77
77
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
78
|
-
│ lib/exit.sh │ 288 B │
|
|
78
|
+
│ lib/exit.sh │ 288 B │ 259 B │
|
|
79
79
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
80
|
-
│ lib/functions.sh │ 324 B │
|
|
80
|
+
│ lib/functions.sh │ 324 B │ 272 B │
|
|
81
81
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
82
|
-
│ lib/history.sh │
|
|
82
|
+
│ lib/history.sh │ 6.43 kB │ 2.43 kB │
|
|
83
83
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
84
84
|
│ lib/paths.sh │ 331 B │ 284 B │
|
|
85
85
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
86
86
|
│ lib/aliases/default/default.aliases.sh │ 17.4 kB │ 4.09 kB │
|
|
87
87
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
88
|
-
│ lib/aliases/gcloud/gcloud.aliases.sh │ 8.
|
|
88
|
+
│ lib/aliases/gcloud/gcloud.aliases.sh │ 8.13 kB │ 2 kB │
|
|
89
89
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
90
|
-
│ lib/aliases/git/git.aliases.sh │ 19.
|
|
90
|
+
│ lib/aliases/git/git.aliases.sh │ 19.7 kB │ 5.22 kB │
|
|
91
91
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
92
|
-
│ lib/aliases/heroku/heroku.aliases.sh │
|
|
92
|
+
│ lib/aliases/heroku/heroku.aliases.sh │ 31.2 kB │ 7 kB │
|
|
93
93
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
94
|
-
│ lib/aliases/jekyll/jekyll.aliases.sh │
|
|
94
|
+
│ lib/aliases/jekyll/jekyll.aliases.sh │ 1.9 kB │ 581 B │
|
|
95
95
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
96
|
-
│ lib/aliases/pnpm/pnpm.aliases.sh │ 1.
|
|
96
|
+
│ lib/aliases/pnpm/pnpm.aliases.sh │ 1.14 kB │ 470 B │
|
|
97
97
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
98
|
-
│ lib/aliases/subversion/subversion.aliases.sh │ 3.
|
|
98
|
+
│ lib/aliases/subversion/subversion.aliases.sh │ 3.67 kB │ 1.37 kB │
|
|
99
99
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
100
|
-
│ lib/aliases/tmux/tmux.aliases.sh │ 765 B │
|
|
100
|
+
│ lib/aliases/tmux/tmux.aliases.sh │ 765 B │ 362 B │
|
|
101
101
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
102
102
|
│ lib/configurations/README.md │ 86 B │ 93 B │
|
|
103
103
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
@@ -107,9 +107,9 @@
|
|
|
107
107
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
108
108
|
│ lib/configurations/curl/curlrc │ 1.79 kB │ 1.03 kB │
|
|
109
109
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
110
|
-
│ lib/configurations/default/color.sh │ 659 B │
|
|
110
|
+
│ lib/configurations/default/color.sh │ 659 B │ 472 B │
|
|
111
111
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
112
|
-
│ lib/configurations/default/constants.sh │ 1.
|
|
112
|
+
│ lib/configurations/default/constants.sh │ 1.39 kB │ 632 B │
|
|
113
113
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
114
114
|
│ lib/configurations/default/editor.sh │ 381 B │ 278 B │
|
|
115
115
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
@@ -125,19 +125,19 @@
|
|
|
125
125
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
126
126
|
│ lib/configurations/profile/profile │ 1.11 kB │ 581 B │
|
|
127
127
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
128
|
-
│ lib/configurations/tmux/default │ 823 B │
|
|
128
|
+
│ lib/configurations/tmux/default │ 823 B │ 485 B │
|
|
129
129
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
130
130
|
│ lib/configurations/tmux/display │ 2.14 kB │ 679 B │
|
|
131
131
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
132
|
-
│ lib/configurations/tmux/linux │ 1.39 kB │
|
|
132
|
+
│ lib/configurations/tmux/linux │ 1.39 kB │ 520 B │
|
|
133
133
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
134
|
-
│ lib/configurations/tmux/navigation │ 2.36 kB │
|
|
134
|
+
│ lib/configurations/tmux/navigation │ 2.36 kB │ 708 B │
|
|
135
135
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
136
|
-
│ lib/configurations/tmux/panes │ 425 B │
|
|
136
|
+
│ lib/configurations/tmux/panes │ 425 B │ 303 B │
|
|
137
137
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
138
138
|
│ lib/configurations/tmux/theme │ 1.5 kB │ 640 B │
|
|
139
139
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
140
|
-
│ lib/configurations/tmux/tmux │ 1.26 kB │
|
|
140
|
+
│ lib/configurations/tmux/tmux │ 1.26 kB │ 309 B │
|
|
141
141
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
142
142
|
│ lib/configurations/tmux/vi │ 157 B │ 163 B │
|
|
143
143
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
@@ -149,51 +149,51 @@
|
|
|
149
149
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
150
150
|
│ lib/functions/README.md │ 86 B │ 93 B │
|
|
151
151
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
152
|
-
│ lib/functions/cdls.sh │ 520 B │
|
|
152
|
+
│ lib/functions/cdls.sh │ 520 B │ 393 B │
|
|
153
153
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
154
|
-
│ lib/functions/changediskpwd.tmp │
|
|
154
|
+
│ lib/functions/changediskpwd.tmp │ 488 B │ 317 B │
|
|
155
155
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
156
|
-
│ lib/functions/code.tmp │
|
|
156
|
+
│ lib/functions/code.tmp │ 501 B │ 345 B │
|
|
157
157
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
158
|
-
│ lib/functions/countdown.tmp │ 858 B │
|
|
158
|
+
│ lib/functions/countdown.tmp │ 858 B │ 482 B │
|
|
159
159
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
160
|
-
│ lib/functions/curlheader.sh │
|
|
160
|
+
│ lib/functions/curlheader.sh │ 670 B │ 376 B │
|
|
161
161
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
162
|
-
│ lib/functions/curltime.sh │ 1.19 kB │
|
|
162
|
+
│ lib/functions/curltime.sh │ 1.19 kB │ 530 B │
|
|
163
163
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
164
164
|
│ lib/functions/encode64.sh │ 584 B │ 336 B │
|
|
165
165
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
166
|
-
│ lib/functions/environment.sh │
|
|
166
|
+
│ lib/functions/environment.sh │ 876 B │ 413 B │
|
|
167
167
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
168
|
-
│ lib/functions/extract.sh │ 796 B │
|
|
168
|
+
│ lib/functions/extract.sh │ 796 B │ 463 B │
|
|
169
169
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
170
170
|
│ lib/functions/filehead.sh │ 139 B │ 127 B │
|
|
171
171
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
172
|
-
│ lib/functions/genpwd.sh │
|
|
172
|
+
│ lib/functions/genpwd.sh │ 533 B │ 352 B │
|
|
173
173
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
174
|
-
│ lib/functions/goto.sh │ 342 B │
|
|
174
|
+
│ lib/functions/goto.sh │ 342 B │ 287 B │
|
|
175
175
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
176
176
|
│ lib/functions/headers.tmp │ 256 B │ 226 B │
|
|
177
177
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
178
178
|
│ lib/functions/hidehiddenfiles.sh │ 400 B │ 296 B │
|
|
179
179
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
180
|
-
│ lib/functions/history-all.tmp │ 276 B │
|
|
180
|
+
│ lib/functions/history-all.tmp │ 276 B │ 236 B │
|
|
181
181
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
182
182
|
│ lib/functions/hostinfo.sh │ 551 B │ 378 B │
|
|
183
183
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
184
|
-
│ lib/functions/hstats.sh │
|
|
184
|
+
│ lib/functions/hstats.sh │ 409 B │ 329 B │
|
|
185
185
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
186
186
|
│ lib/functions/httpdebug.sh │ 439 B │ 316 B │
|
|
187
187
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
188
|
-
│ lib/functions/keygen.sh │ 553 B │
|
|
188
|
+
│ lib/functions/keygen.sh │ 553 B │ 382 B │
|
|
189
189
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
190
|
-
│ lib/functions/last.sh │ 254 B │
|
|
190
|
+
│ lib/functions/last.sh │ 254 B │ 231 B │
|
|
191
191
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
192
192
|
│ lib/functions/logout.sh │ 310 B │ 265 B │
|
|
193
193
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
194
|
-
│ lib/functions/lowercase.sh │
|
|
194
|
+
│ lib/functions/lowercase.sh │ 828 B │ 488 B │
|
|
195
195
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
196
|
-
│ lib/functions/macos.sh │
|
|
196
|
+
│ lib/functions/macos.sh │ 3.59 kB │ 1.25 kB │
|
|
197
197
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
198
198
|
│ lib/functions/matrix.sh │ 656 B │ 511 B │
|
|
199
199
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
@@ -203,25 +203,25 @@
|
|
|
203
203
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
204
204
|
│ lib/functions/myproc.sh │ 298 B │ 264 B │
|
|
205
205
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
206
|
-
│ lib/functions/prependpath.sh │
|
|
206
|
+
│ lib/functions/prependpath.sh │ 727 B │ 321 B │
|
|
207
207
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
208
208
|
│ lib/functions/print.tmp │ 343 B │ 283 B │
|
|
209
209
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
210
210
|
│ lib/functions/ql.sh │ 263 B │ 247 B │
|
|
211
211
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
212
|
-
│ lib/functions/rd.sh │
|
|
212
|
+
│ lib/functions/rd.sh │ 427 B │ 346 B │
|
|
213
213
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
214
|
-
│ lib/functions/remove_disk.sh │
|
|
214
|
+
│ lib/functions/remove_disk.sh │ 244 B │ 224 B │
|
|
215
215
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
216
|
-
│ lib/functions/ren.sh │ 277 B │
|
|
216
|
+
│ lib/functions/ren.sh │ 277 B │ 246 B │
|
|
217
217
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
218
218
|
│ lib/functions/rm.tmp │ 350 B │ 292 B │
|
|
219
219
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
220
220
|
│ lib/functions/rps.tmp │ 2.48 kB │ 863 B │
|
|
221
221
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
222
|
-
│ lib/functions/showhiddenfiles.sh │ 401 B │
|
|
222
|
+
│ lib/functions/showhiddenfiles.sh │ 401 B │ 295 B │
|
|
223
223
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
224
|
-
│ lib/functions/size.sh │ 366 B │
|
|
224
|
+
│ lib/functions/size.sh │ 366 B │ 308 B │
|
|
225
225
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
226
226
|
│ lib/functions/stopwatch.sh │ 350 B │ 286 B │
|
|
227
227
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
@@ -229,57 +229,57 @@
|
|
|
229
229
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
230
230
|
│ lib/functions/tree.tmp │ 395 B │ 317 B │
|
|
231
231
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
232
|
-
│ lib/functions/uppercase.sh │
|
|
232
|
+
│ lib/functions/uppercase.sh │ 816 B │ 476 B │
|
|
233
233
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
234
234
|
│ lib/functions/uuidgen.tmp │ 648 B │ 441 B │
|
|
235
235
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
236
|
-
│ lib/functions/view-source.sh │
|
|
236
|
+
│ lib/functions/view-source.sh │ 349 B │ 294 B │
|
|
237
237
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
238
|
-
│ lib/functions/vscode.sh │
|
|
238
|
+
│ lib/functions/vscode.sh │ 652 B │ 404 B │
|
|
239
239
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
240
|
-
│ lib/functions/whoisport.sh │ 368 B │
|
|
240
|
+
│ lib/functions/whoisport.sh │ 368 B │ 298 B │
|
|
241
241
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
242
|
-
│ lib/functions/zipf.sh │
|
|
242
|
+
│ lib/functions/zipf.sh │ 408 B │ 323 B │
|
|
243
243
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
244
244
|
│ lib/paths/ant/ant.paths.sh │ 461 B │ 334 B │
|
|
245
245
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
246
|
-
│ lib/paths/default/default.paths.sh │
|
|
246
|
+
│ lib/paths/default/default.paths.sh │ 858 B │ 330 B │
|
|
247
247
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
248
|
-
│ lib/paths/homebrew/homebrew.paths.sh │ 879 B │
|
|
248
|
+
│ lib/paths/homebrew/homebrew.paths.sh │ 879 B │ 523 B │
|
|
249
249
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
250
250
|
│ lib/paths/java/java.paths.sh │ 661 B │ 453 B │
|
|
251
251
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
252
252
|
│ lib/paths/maven/maven.paths.sh │ 556 B │ 371 B │
|
|
253
253
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
254
|
-
│ lib/paths/node/node.paths.sh │ 448 B │
|
|
254
|
+
│ lib/paths/node/node.paths.sh │ 448 B │ 335 B │
|
|
255
255
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
256
|
-
│ lib/paths/nvm/nvm.paths.sh │ 863 B │
|
|
256
|
+
│ lib/paths/nvm/nvm.paths.sh │ 863 B │ 400 B │
|
|
257
257
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
258
258
|
│ lib/paths/pnpm/pnpm.paths.sh │ 439 B │ 316 B │
|
|
259
259
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
260
|
-
│ lib/paths/python/python.paths.sh │
|
|
260
|
+
│ lib/paths/python/python.paths.sh │ 809 B │ 454 B │
|
|
261
261
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
262
|
-
│ lib/paths/ruby/ruby.paths.sh │ 664 B │
|
|
262
|
+
│ lib/paths/ruby/ruby.paths.sh │ 664 B │ 396 B │
|
|
263
263
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
264
|
-
│ lib/paths/tmux/tmux.paths.sh │ 392 B │
|
|
264
|
+
│ lib/paths/tmux/tmux.paths.sh │ 392 B │ 313 B │
|
|
265
265
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
266
|
-
│ scripts/
|
|
267
|
-
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
268
|
-
│ scripts/backup.sh │ 2.12 kB │ 970 B │
|
|
266
|
+
│ scripts/backup.sh │ 2.32 kB │ 984 B │
|
|
269
267
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
270
268
|
│ scripts/banner.sh │ 884 B │ 373 B │
|
|
271
269
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
270
|
+
│ scripts/build.sh │ 826 B │ 456 B │
|
|
271
|
+
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
272
272
|
│ scripts/clean.sh │ 675 B │ 451 B │
|
|
273
273
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
274
274
|
│ scripts/compile.sh │ 1.7 kB │ 677 B │
|
|
275
275
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
276
|
-
│ scripts/copy.sh │ 3.82 kB │
|
|
276
|
+
│ scripts/copy.sh │ 3.82 kB │ 959 B │
|
|
277
277
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
278
|
-
│ scripts/dotfiles.sh │ 1.73 kB │
|
|
278
|
+
│ scripts/dotfiles.sh │ 1.73 kB │ 589 B │
|
|
279
279
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
280
|
-
│ scripts/download.sh │
|
|
280
|
+
│ scripts/download.sh │ 1.31 kB │ 654 B │
|
|
281
281
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
282
|
-
│ scripts/help.sh │ 1.
|
|
282
|
+
│ scripts/help.sh │ 1.56 kB │ 777 B │
|
|
283
283
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
284
284
|
│ scripts/unpack.sh │ 901 B │ 499 B │
|
|
285
285
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|