@sebastienrousseau/dotfiles 0.2.460 → 0.2.461
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 +4 -4
- package/dist/Makefile +3 -2
- package/dist/bin/backup.d.ts.map +1 -1
- package/dist/bin/backup.js.map +1 -1
- 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/copy.d.ts.map +1 -1
- package/dist/bin/copy.js.map +1 -1
- package/dist/bin/dotfiles.d.ts.map +1 -1
- package/dist/bin/dotfiles.js.map +1 -1
- package/dist/bin/download.d.ts.map +1 -1
- package/dist/bin/download.js.map +1 -1
- package/dist/bin/index.js.map +1 -1
- package/dist/bin/transfer.d.ts.map +1 -1
- package/dist/bin/transfer.js.map +1 -1
- package/dist/bin/unpack.d.ts.map +1 -1
- package/dist/bin/unpack.js.map +1 -1
- package/dist/filesizes.txt +101 -101
- package/dist/lib/aliases/default/default.aliases.sh +3 -2
- package/dist/lib/aliases/gcloud/gcloud.aliases.sh +5 -3
- package/dist/lib/aliases/git/git.aliases.sh +5 -3
- package/dist/lib/aliases/heroku/heroku.aliases.sh +5 -3
- package/dist/lib/aliases/jekyll/jekyll.aliases.sh +5 -3
- package/dist/lib/aliases/pnpm/pnpm.aliases.sh +3 -2
- package/dist/lib/aliases/subversion/subversion.aliases.sh +3 -2
- package/dist/lib/aliases/tmux/tmux.aliases.sh +3 -2
- package/dist/lib/aliases.sh +3 -2
- package/dist/lib/configurations/bash/bashrc +4 -3
- package/dist/lib/configurations/curl/curlrc +3 -2
- package/dist/lib/configurations/default/color.sh +3 -2
- package/dist/lib/configurations/default/constants.sh +4 -3
- package/dist/lib/configurations/default/editor.sh +3 -2
- package/dist/lib/configurations/default/prompt.sh +3 -2
- package/dist/lib/configurations/input/inputrc +3 -2
- package/dist/lib/configurations/nano/nanorc +3 -2
- package/dist/lib/configurations/profile/profile +3 -2
- package/dist/lib/configurations/tmux/default +3 -2
- package/dist/lib/configurations/tmux/display +3 -2
- package/dist/lib/configurations/tmux/linux +3 -2
- package/dist/lib/configurations/tmux/navigation +3 -2
- package/dist/lib/configurations/tmux/panes +3 -2
- package/dist/lib/configurations/tmux/theme +4 -3
- package/dist/lib/configurations/tmux/tmux +3 -2
- package/dist/lib/configurations/tmux/vi +3 -2
- package/dist/lib/configurations/vim/vimrc +1 -1
- package/dist/lib/configurations/wget/wgetrc +3 -2
- package/dist/lib/configurations/zsh/zshrc +4 -3
- package/dist/lib/configurations.sh +3 -2
- package/dist/lib/exit.sh +3 -2
- package/dist/lib/functions/cdls.sh +3 -2
- package/dist/lib/functions/changediskpwd.tmp +5 -3
- package/dist/lib/functions/code.tmp +5 -3
- package/dist/lib/functions/countdown.tmp +3 -2
- package/dist/lib/functions/curlheader.sh +3 -2
- package/dist/lib/functions/curltime.sh +5 -3
- package/dist/lib/functions/encode64.sh +3 -2
- package/dist/lib/functions/environment.sh +3 -2
- package/dist/lib/functions/extract.sh +3 -2
- package/dist/lib/functions/genpwd.sh +3 -2
- package/dist/lib/functions/goto.sh +3 -2
- package/dist/lib/functions/hidehiddenfiles.sh +3 -2
- package/dist/lib/functions/history-all.tmp +3 -2
- package/dist/lib/functions/hostinfo.sh +3 -2
- package/dist/lib/functions/hstats.sh +3 -2
- package/dist/lib/functions/httpdebug.sh +3 -2
- package/dist/lib/functions/keygen.sh +3 -2
- package/dist/lib/functions/last.sh +3 -2
- package/dist/lib/functions/logout.sh +3 -2
- package/dist/lib/functions/lowercase.sh +3 -2
- package/dist/lib/functions/macos.sh +3 -2
- package/dist/lib/functions/matrix.sh +3 -2
- package/dist/lib/functions/mcd.sh +3 -2
- package/dist/lib/functions/mount_read_only.sh +3 -2
- package/dist/lib/functions/myproc.sh +3 -2
- package/dist/lib/functions/prependpath.sh +3 -2
- package/dist/lib/functions/print.tmp +3 -2
- package/dist/lib/functions/ql.sh +3 -2
- package/dist/lib/functions/rd.sh +3 -2
- package/dist/lib/functions/remove_disk.sh +3 -2
- package/dist/lib/functions/ren.sh +3 -2
- package/dist/lib/functions/rm.tmp +3 -2
- package/dist/lib/functions/rps.tmp +3 -2
- package/dist/lib/functions/showhiddenfiles.sh +3 -2
- package/dist/lib/functions/size.sh +3 -2
- package/dist/lib/functions/stopwatch.sh +3 -2
- package/dist/lib/functions/trash.tmp +3 -2
- package/dist/lib/functions/tree.tmp +3 -2
- package/dist/lib/functions/uppercase.sh +3 -2
- package/dist/lib/functions/uuidgen.tmp +2 -1
- package/dist/lib/functions/view-source.sh +3 -2
- package/dist/lib/functions/vscode.sh +3 -2
- package/dist/lib/functions/whoisport.sh +3 -2
- package/dist/lib/functions/zipf.sh +3 -2
- package/dist/lib/functions.sh +3 -2
- package/dist/lib/history.sh +3 -2
- package/dist/lib/paths/ant/ant.paths.sh +3 -2
- package/dist/lib/paths/default/default.paths.sh +3 -2
- package/dist/lib/paths/homebrew/homebrew.paths.sh +3 -2
- package/dist/lib/paths/java/java.paths.sh +3 -2
- package/dist/lib/paths/maven/maven.paths.sh +3 -2
- package/dist/lib/paths/node/node.paths.sh +3 -2
- package/dist/lib/paths/nvm/nvm.paths.sh +3 -2
- package/dist/lib/paths/pnpm/pnpm.paths.sh +3 -2
- package/dist/lib/paths/python/python.paths.sh +3 -2
- package/dist/lib/paths/ruby/ruby.paths.sh +3 -2
- package/dist/lib/paths/tmux/tmux.paths.sh +3 -2
- package/dist/lib/paths.sh +3 -2
- package/dist/scripts/backup.sh +8 -3
- package/dist/scripts/banner.sh +3 -2
- package/dist/scripts/build.sh +3 -2
- package/dist/scripts/clean.sh +3 -2
- package/dist/scripts/compile.sh +3 -2
- package/dist/scripts/copy.sh +3 -2
- package/dist/scripts/dotfiles.sh +3 -2
- package/dist/scripts/download.sh +3 -2
- package/dist/scripts/help.sh +3 -2
- package/dist/scripts/unpack.sh +3 -2
- package/package.json +2 -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.461)
|
|
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.461][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.461) 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)
|
|
@@ -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.461.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,7 +1,8 @@
|
|
|
1
1
|
#!/usr/bin/env make -f
|
|
2
2
|
|
|
3
|
-
# 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.
|
|
4
|
-
#
|
|
3
|
+
# 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.461) - https://dotfiles.io
|
|
4
|
+
# Made with ♥ in London, UK by @sebastienrousseau
|
|
5
|
+
# Copyright (c) 2022. All rights reserved
|
|
5
6
|
# License: MIT
|
|
6
7
|
|
|
7
8
|
.DEFAULT_GOAL := help
|
package/dist/bin/backup.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"backup.d.ts","sourceRoot":"","sources":["../../bin/backup.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"backup.d.ts","sourceRoot":"","sources":["../../bin/backup.js"],"names":[],"mappings":";AAQA,4DAeC"}
|
package/dist/bin/backup.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"backup.js","sourceRoot":"","sources":["../../bin/backup.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"backup.js","sourceRoot":"","sources":["../../bin/backup.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAQA,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.461.tgz";
|
|
5
5
|
export const tmux: "$DOTFILES/configurations/tmux/";
|
|
6
|
-
export const version: "dotfiles-0.2.
|
|
6
|
+
export const version: "dotfiles-0.2.461.tgz";
|
|
7
7
|
//# sourceMappingURL=constants.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../bin/constants.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../bin/constants.js"],"names":[],"mappings":"AAWA,+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.461.tgz";const dotfile="https://registry.npmjs.org/@sebastienrousseau/dotfiles/-/dotfiles-0.2.461.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":";
|
|
1
|
+
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../bin/constants.js"],"names":[],"mappings":";AAQA,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/copy.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"copy.d.ts","sourceRoot":"","sources":["../../bin/copy.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"copy.d.ts","sourceRoot":"","sources":["../../bin/copy.js"],"names":[],"mappings":";AAQA,0DAUC"}
|
package/dist/bin/copy.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"copy.js","sourceRoot":"","sources":["../../bin/copy.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"copy.js","sourceRoot":"","sources":["../../bin/copy.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAQA,SAAe,IAAI,CAAC,GAAG,EAAE,IAAI;;;;;;oBAEvB,EAAE,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;oBACnB,EAAE,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;oBACnB,IAAI,GAAG,OAAO,CAAC,MAAM,CAAC,CAAC;oBACvB,QAAQ,GAAG,IAAI,CAAC,OAAO,CAAC,SAAS,EAAE,EAAE,CAAC,OAAO,EAAE,GAAG,GAAG,GAAG,IAAI,CAAC,CAAC;oBAC9D,OAAO,GAAG,IAAI,CAAC,OAAO,CAAC,SAAS,EAAE,KAAK,GAAG,GAAG,CAAC,CAAC;oBAEnD,WAAM,EAAE,CAAC,QAAQ,CAAC,QAAQ,CAAC,OAAO,EAAE,QAAQ,CAAC,EAAA;;oBAA7C,SAA6C,CAAC;;;;;CAE/C;AAAA,CAAC;AAEF,MAAM,CAAC,OAAO,GAAG,IAAI,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dotfiles.d.ts","sourceRoot":"","sources":["../../bin/dotfiles.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"dotfiles.d.ts","sourceRoot":"","sources":["../../bin/dotfiles.js"],"names":[],"mappings":"AAqBiB,2CAwBhB"}
|
package/dist/bin/dotfiles.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dotfiles.js","sourceRoot":"","sources":["../../bin/dotfiles.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"dotfiles.js","sourceRoot":"","sources":["../../bin/dotfiles.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAQA,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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"download.d.ts","sourceRoot":"","sources":["../../bin/download.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"download.d.ts","sourceRoot":"","sources":["../../bin/download.js"],"names":[],"mappings":";AAQA,2CA0BC"}
|
package/dist/bin/download.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"download.js","sourceRoot":"","sources":["../../bin/download.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"download.js","sourceRoot":"","sources":["../../bin/download.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAQA,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/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../bin/index.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../bin/index.js"],"names":[],"mappings":"AAQA,YAAY,CAAC;AACb,IAAI,QAAQ,GAAG,OAAO,CAAC,eAAe,CAAC,CAAC;AAExC,QAAQ,EAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"transfer.d.ts","sourceRoot":"","sources":["../../bin/transfer.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"transfer.d.ts","sourceRoot":"","sources":["../../bin/transfer.js"],"names":[],"mappings":";AAQA,oDAyBC"}
|
package/dist/bin/transfer.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"transfer.js","sourceRoot":"","sources":["../../bin/transfer.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"transfer.js","sourceRoot":"","sources":["../../bin/transfer.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAQA,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.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"unpack.d.ts","sourceRoot":"","sources":["../../bin/unpack.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"unpack.d.ts","sourceRoot":"","sources":["../../bin/unpack.js"],"names":[],"mappings":";AAQA,yCAOC"}
|
package/dist/bin/unpack.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"unpack.js","sourceRoot":"","sources":["../../bin/unpack.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"unpack.js","sourceRoot":"","sources":["../../bin/unpack.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAQA,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.51 kB │ 782 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 │ 293 B │
|
|
15
15
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
16
16
|
│ bin/constants.d.ts │ 335 B │ 203 B │
|
|
17
17
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
@@ -71,220 +71,220 @@
|
|
|
71
71
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
72
72
|
│ lib/README.md │ 86 B │ 93 B │
|
|
73
73
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
74
|
-
│ lib/aliases.sh │
|
|
74
|
+
│ lib/aliases.sh │ 380 B │ 318 B │
|
|
75
75
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
76
|
-
│ lib/configurations.sh │
|
|
76
|
+
│ lib/configurations.sh │ 385 B │ 318 B │
|
|
77
77
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
78
|
-
│ lib/exit.sh │
|
|
78
|
+
│ lib/exit.sh │ 321 B │ 287 B │
|
|
79
79
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
80
|
-
│ lib/functions.sh │
|
|
80
|
+
│ lib/functions.sh │ 357 B │ 300 B │
|
|
81
81
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
82
|
-
│ lib/history.sh │ 6.
|
|
82
|
+
│ lib/history.sh │ 6.47 kB │ 2.46 kB │
|
|
83
83
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
84
|
-
│ lib/paths.sh │
|
|
84
|
+
│ lib/paths.sh │ 364 B │ 312 B │
|
|
85
85
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
86
|
-
│ lib/aliases/default/default.aliases.sh │ 17.
|
|
86
|
+
│ lib/aliases/default/default.aliases.sh │ 17.5 kB │ 4.12 kB │
|
|
87
87
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
88
|
-
│ lib/aliases/gcloud/gcloud.aliases.sh │
|
|
88
|
+
│ lib/aliases/gcloud/gcloud.aliases.sh │ 8.2 kB │ 2.03 kB │
|
|
89
89
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
90
|
-
│ lib/aliases/git/git.aliases.sh │ 19.
|
|
90
|
+
│ lib/aliases/git/git.aliases.sh │ 19.8 kB │ 5.25 kB │
|
|
91
91
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
92
|
-
│ lib/aliases/heroku/heroku.aliases.sh │ 31.
|
|
92
|
+
│ lib/aliases/heroku/heroku.aliases.sh │ 31.3 kB │ 7.04 kB │
|
|
93
93
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
94
|
-
│ lib/aliases/jekyll/jekyll.aliases.sh │
|
|
94
|
+
│ lib/aliases/jekyll/jekyll.aliases.sh │ 1.97 kB │ 610 B │
|
|
95
95
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
96
|
-
│ lib/aliases/pnpm/pnpm.aliases.sh │ 1.
|
|
96
|
+
│ lib/aliases/pnpm/pnpm.aliases.sh │ 1.17 kB │ 502 B │
|
|
97
97
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
98
|
-
│ lib/aliases/subversion/subversion.aliases.sh │
|
|
98
|
+
│ lib/aliases/subversion/subversion.aliases.sh │ 3.7 kB │ 1.4 kB │
|
|
99
99
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
100
|
-
│ lib/aliases/tmux/tmux.aliases.sh │
|
|
100
|
+
│ lib/aliases/tmux/tmux.aliases.sh │ 798 B │ 390 B │
|
|
101
101
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
102
102
|
│ lib/configurations/README.md │ 86 B │ 93 B │
|
|
103
103
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
104
|
-
│ lib/configurations/bash/bashrc │ 1.
|
|
104
|
+
│ lib/configurations/bash/bashrc │ 1.95 kB │ 826 B │
|
|
105
105
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
106
106
|
│ lib/configurations/curl/cacert.pem │ 222 kB │ 127 kB │
|
|
107
107
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
108
|
-
│ lib/configurations/curl/curlrc │ 1.
|
|
108
|
+
│ lib/configurations/curl/curlrc │ 1.82 kB │ 1.06 kB │
|
|
109
109
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
110
|
-
│ lib/configurations/default/color.sh │
|
|
110
|
+
│ lib/configurations/default/color.sh │ 692 B │ 502 B │
|
|
111
111
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
112
|
-
│ lib/configurations/default/constants.sh │ 1.
|
|
112
|
+
│ lib/configurations/default/constants.sh │ 1.43 kB │ 664 B │
|
|
113
113
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
114
|
-
│ lib/configurations/default/editor.sh │
|
|
114
|
+
│ lib/configurations/default/editor.sh │ 414 B │ 307 B │
|
|
115
115
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
116
|
-
│ lib/configurations/default/prompt.sh │ 1.
|
|
116
|
+
│ lib/configurations/default/prompt.sh │ 1.15 kB │ 618 B │
|
|
117
117
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
118
118
|
│ lib/configurations/gem/gemrc │ 160 B │ 136 B │
|
|
119
119
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
120
|
-
│ lib/configurations/input/inputrc │ 1.
|
|
120
|
+
│ lib/configurations/input/inputrc │ 1.28 kB │ 600 B │
|
|
121
121
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
122
122
|
│ lib/configurations/jshint/jshintrc │ 642 B │ 263 B │
|
|
123
123
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
124
|
-
│ lib/configurations/nano/nanorc │ 1.
|
|
124
|
+
│ lib/configurations/nano/nanorc │ 1.61 kB │ 833 B │
|
|
125
125
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
126
|
-
│ lib/configurations/profile/profile │ 1.
|
|
126
|
+
│ lib/configurations/profile/profile │ 1.14 kB │ 609 B │
|
|
127
127
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
128
|
-
│ lib/configurations/tmux/default │
|
|
128
|
+
│ lib/configurations/tmux/default │ 856 B │ 513 B │
|
|
129
129
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
130
|
-
│ lib/configurations/tmux/display │ 2.
|
|
130
|
+
│ lib/configurations/tmux/display │ 2.17 kB │ 706 B │
|
|
131
131
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
132
|
-
│ lib/configurations/tmux/linux │ 1.
|
|
132
|
+
│ lib/configurations/tmux/linux │ 1.42 kB │ 552 B │
|
|
133
133
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
134
|
-
│ lib/configurations/tmux/navigation │ 2.
|
|
134
|
+
│ lib/configurations/tmux/navigation │ 2.39 kB │ 737 B │
|
|
135
135
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
136
|
-
│ lib/configurations/tmux/panes │
|
|
136
|
+
│ lib/configurations/tmux/panes │ 458 B │ 332 B │
|
|
137
137
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
138
|
-
│ lib/configurations/tmux/theme │
|
|
138
|
+
│ lib/configurations/tmux/theme │ 1.53 kB │ 666 B │
|
|
139
139
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
140
|
-
│ lib/configurations/tmux/tmux │
|
|
140
|
+
│ lib/configurations/tmux/tmux │ 1.3 kB │ 338 B │
|
|
141
141
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
142
|
-
│ lib/configurations/tmux/vi │
|
|
142
|
+
│ lib/configurations/tmux/vi │ 190 B │ 194 B │
|
|
143
143
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
144
144
|
│ lib/configurations/vim/vimrc │ 4.26 kB │ 1.14 kB │
|
|
145
145
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
146
|
-
│ lib/configurations/wget/wgetrc │ 1.
|
|
146
|
+
│ lib/configurations/wget/wgetrc │ 1.34 kB │ 822 B │
|
|
147
147
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
148
|
-
│ lib/configurations/zsh/zshrc │ 2.
|
|
148
|
+
│ lib/configurations/zsh/zshrc │ 2.21 kB │ 967 B │
|
|
149
149
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
150
150
|
│ lib/functions/README.md │ 86 B │ 93 B │
|
|
151
151
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
152
|
-
│ lib/functions/cdls.sh │
|
|
152
|
+
│ lib/functions/cdls.sh │ 553 B │ 419 B │
|
|
153
153
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
154
|
-
│ lib/functions/changediskpwd.tmp │
|
|
154
|
+
│ lib/functions/changediskpwd.tmp │ 554 B │ 345 B │
|
|
155
155
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
156
|
-
│ lib/functions/code.tmp │
|
|
156
|
+
│ lib/functions/code.tmp │ 567 B │ 372 B │
|
|
157
157
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
158
|
-
│ lib/functions/countdown.tmp │
|
|
158
|
+
│ lib/functions/countdown.tmp │ 891 B │ 511 B │
|
|
159
159
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
160
|
-
│ lib/functions/curlheader.sh │
|
|
160
|
+
│ lib/functions/curlheader.sh │ 703 B │ 409 B │
|
|
161
161
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
162
|
-
│ lib/functions/curltime.sh │ 1.
|
|
162
|
+
│ lib/functions/curltime.sh │ 1.26 kB │ 556 B │
|
|
163
163
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
164
|
-
│ lib/functions/encode64.sh │
|
|
164
|
+
│ lib/functions/encode64.sh │ 617 B │ 364 B │
|
|
165
165
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
166
|
-
│ lib/functions/environment.sh │
|
|
166
|
+
│ lib/functions/environment.sh │ 909 B │ 442 B │
|
|
167
167
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
168
|
-
│ lib/functions/extract.sh │
|
|
168
|
+
│ lib/functions/extract.sh │ 829 B │ 490 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 │ 566 B │ 384 B │
|
|
173
173
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
174
|
-
│ lib/functions/goto.sh │
|
|
174
|
+
│ lib/functions/goto.sh │ 375 B │ 316 B │
|
|
175
175
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
176
176
|
│ lib/functions/headers.tmp │ 256 B │ 226 B │
|
|
177
177
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
178
|
-
│ lib/functions/hidehiddenfiles.sh │
|
|
178
|
+
│ lib/functions/hidehiddenfiles.sh │ 433 B │ 324 B │
|
|
179
179
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
180
|
-
│ lib/functions/history-all.tmp │
|
|
180
|
+
│ lib/functions/history-all.tmp │ 309 B │ 263 B │
|
|
181
181
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
182
|
-
│ lib/functions/hostinfo.sh │
|
|
182
|
+
│ lib/functions/hostinfo.sh │ 584 B │ 411 B │
|
|
183
183
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
184
|
-
│ lib/functions/hstats.sh │
|
|
184
|
+
│ lib/functions/hstats.sh │ 442 B │ 361 B │
|
|
185
185
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
186
|
-
│ lib/functions/httpdebug.sh │
|
|
186
|
+
│ lib/functions/httpdebug.sh │ 472 B │ 344 B │
|
|
187
187
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
188
|
-
│ lib/functions/keygen.sh │
|
|
188
|
+
│ lib/functions/keygen.sh │ 586 B │ 408 B │
|
|
189
189
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
190
|
-
│ lib/functions/last.sh │
|
|
190
|
+
│ lib/functions/last.sh │ 287 B │ 257 B │
|
|
191
191
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
192
|
-
│ lib/functions/logout.sh │
|
|
192
|
+
│ lib/functions/logout.sh │ 343 B │ 295 B │
|
|
193
193
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
194
|
-
│ lib/functions/lowercase.sh │
|
|
194
|
+
│ lib/functions/lowercase.sh │ 861 B │ 518 B │
|
|
195
195
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
196
|
-
│ lib/functions/macos.sh │ 3.
|
|
196
|
+
│ lib/functions/macos.sh │ 3.62 kB │ 1.27 kB │
|
|
197
197
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
198
|
-
│ lib/functions/matrix.sh │
|
|
198
|
+
│ lib/functions/matrix.sh │ 689 B │ 543 B │
|
|
199
199
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
200
|
-
│ lib/functions/mcd.sh │
|
|
200
|
+
│ lib/functions/mcd.sh │ 484 B │ 384 B │
|
|
201
201
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
202
|
-
│ lib/functions/mount_read_only.sh │
|
|
202
|
+
│ lib/functions/mount_read_only.sh │ 351 B │ 292 B │
|
|
203
203
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
204
|
-
│ lib/functions/myproc.sh │
|
|
204
|
+
│ lib/functions/myproc.sh │ 331 B │ 291 B │
|
|
205
205
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
206
|
-
│ lib/functions/prependpath.sh │
|
|
206
|
+
│ lib/functions/prependpath.sh │ 760 B │ 349 B │
|
|
207
207
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
208
|
-
│ lib/functions/print.tmp │
|
|
208
|
+
│ lib/functions/print.tmp │ 376 B │ 311 B │
|
|
209
209
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
210
|
-
│ lib/functions/ql.sh │
|
|
210
|
+
│ lib/functions/ql.sh │ 296 B │ 276 B │
|
|
211
211
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
212
|
-
│ lib/functions/rd.sh │
|
|
212
|
+
│ lib/functions/rd.sh │ 460 B │ 373 B │
|
|
213
213
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
214
|
-
│ lib/functions/remove_disk.sh │
|
|
214
|
+
│ lib/functions/remove_disk.sh │ 277 B │ 251 B │
|
|
215
215
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
216
|
-
│ lib/functions/ren.sh │
|
|
216
|
+
│ lib/functions/ren.sh │ 310 B │ 273 B │
|
|
217
217
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
218
|
-
│ lib/functions/rm.tmp │
|
|
218
|
+
│ lib/functions/rm.tmp │ 383 B │ 321 B │
|
|
219
219
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
220
|
-
│ lib/functions/rps.tmp │ 2.
|
|
220
|
+
│ lib/functions/rps.tmp │ 2.52 kB │ 898 B │
|
|
221
221
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
222
|
-
│ lib/functions/showhiddenfiles.sh │
|
|
222
|
+
│ lib/functions/showhiddenfiles.sh │ 434 B │ 324 B │
|
|
223
223
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
224
|
-
│ lib/functions/size.sh │
|
|
224
|
+
│ lib/functions/size.sh │ 399 B │ 338 B │
|
|
225
225
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
226
|
-
│ lib/functions/stopwatch.sh │
|
|
226
|
+
│ lib/functions/stopwatch.sh │ 383 B │ 313 B │
|
|
227
227
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
228
|
-
│ lib/functions/trash.tmp │
|
|
228
|
+
│ lib/functions/trash.tmp │ 368 B │ 314 B │
|
|
229
229
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
230
|
-
│ lib/functions/tree.tmp │
|
|
230
|
+
│ lib/functions/tree.tmp │ 428 B │ 347 B │
|
|
231
231
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
232
|
-
│ lib/functions/uppercase.sh │
|
|
232
|
+
│ lib/functions/uppercase.sh │ 849 B │ 507 B │
|
|
233
233
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
234
|
-
│ lib/functions/uuidgen.tmp │
|
|
234
|
+
│ lib/functions/uuidgen.tmp │ 681 B │ 471 B │
|
|
235
235
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
236
|
-
│ lib/functions/view-source.sh │
|
|
236
|
+
│ lib/functions/view-source.sh │ 382 B │ 321 B │
|
|
237
237
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
238
|
-
│ lib/functions/vscode.sh │
|
|
238
|
+
│ lib/functions/vscode.sh │ 685 B │ 434 B │
|
|
239
239
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
240
|
-
│ lib/functions/whoisport.sh │
|
|
240
|
+
│ lib/functions/whoisport.sh │ 401 B │ 328 B │
|
|
241
241
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
242
|
-
│ lib/functions/zipf.sh │
|
|
242
|
+
│ lib/functions/zipf.sh │ 441 B │ 353 B │
|
|
243
243
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
244
|
-
│ lib/paths/ant/ant.paths.sh │
|
|
244
|
+
│ lib/paths/ant/ant.paths.sh │ 494 B │ 363 B │
|
|
245
245
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
246
|
-
│ lib/paths/default/default.paths.sh │
|
|
246
|
+
│ lib/paths/default/default.paths.sh │ 891 B │ 359 B │
|
|
247
247
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
248
|
-
│ lib/paths/homebrew/homebrew.paths.sh │
|
|
248
|
+
│ lib/paths/homebrew/homebrew.paths.sh │ 912 B │ 551 B │
|
|
249
249
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
250
|
-
│ lib/paths/java/java.paths.sh │
|
|
250
|
+
│ lib/paths/java/java.paths.sh │ 694 B │ 483 B │
|
|
251
251
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
252
|
-
│ lib/paths/maven/maven.paths.sh │
|
|
252
|
+
│ lib/paths/maven/maven.paths.sh │ 589 B │ 398 B │
|
|
253
253
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
254
|
-
│ lib/paths/node/node.paths.sh │
|
|
254
|
+
│ lib/paths/node/node.paths.sh │ 481 B │ 365 B │
|
|
255
255
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
256
|
-
│ lib/paths/nvm/nvm.paths.sh │
|
|
256
|
+
│ lib/paths/nvm/nvm.paths.sh │ 896 B │ 435 B │
|
|
257
257
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
258
|
-
│ lib/paths/pnpm/pnpm.paths.sh │
|
|
258
|
+
│ lib/paths/pnpm/pnpm.paths.sh │ 472 B │ 347 B │
|
|
259
259
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
260
|
-
│ lib/paths/python/python.paths.sh │
|
|
260
|
+
│ lib/paths/python/python.paths.sh │ 842 B │ 482 B │
|
|
261
261
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
262
|
-
│ lib/paths/ruby/ruby.paths.sh │
|
|
262
|
+
│ lib/paths/ruby/ruby.paths.sh │ 697 B │ 426 B │
|
|
263
263
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
264
|
-
│ lib/paths/tmux/tmux.paths.sh │
|
|
264
|
+
│ lib/paths/tmux/tmux.paths.sh │ 425 B │ 341 B │
|
|
265
265
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
266
|
-
│ scripts/backup.sh │ 2.
|
|
266
|
+
│ scripts/backup.sh │ 2.41 kB │ 1.02 kB │
|
|
267
267
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
268
|
-
│ scripts/banner.sh │
|
|
268
|
+
│ scripts/banner.sh │ 917 B │ 396 B │
|
|
269
269
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
270
|
-
│ scripts/build.sh │
|
|
270
|
+
│ scripts/build.sh │ 859 B │ 483 B │
|
|
271
271
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
272
|
-
│ scripts/clean.sh │
|
|
272
|
+
│ scripts/clean.sh │ 708 B │ 479 B │
|
|
273
273
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
274
|
-
│ scripts/compile.sh │
|
|
274
|
+
│ scripts/compile.sh │ 1.73 kB │ 705 B │
|
|
275
275
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
276
|
-
│ scripts/copy.sh │ 3.
|
|
276
|
+
│ scripts/copy.sh │ 3.85 kB │ 987 B │
|
|
277
277
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
278
|
-
│ scripts/dotfiles.sh │ 1.
|
|
278
|
+
│ scripts/dotfiles.sh │ 1.76 kB │ 618 B │
|
|
279
279
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
280
|
-
│ scripts/download.sh │ 1.
|
|
280
|
+
│ scripts/download.sh │ 1.34 kB │ 679 B │
|
|
281
281
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
282
|
-
│ scripts/help.sh │ 1.
|
|
282
|
+
│ scripts/help.sh │ 1.59 kB │ 805 B │
|
|
283
283
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
284
|
-
│ scripts/unpack.sh │
|
|
284
|
+
│ scripts/unpack.sh │ 934 B │ 527 B │
|
|
285
285
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
286
286
|
├──────────────────────────────────────────────┼───────────┼────────────────┤
|
|
287
|
-
│ Total files: 141 │
|
|
287
|
+
│ Total files: 141 │ 413 kB │ 203 kB │
|
|
288
288
|
└──────────────────────────────────────────────┴───────────┴────────────────┘
|
|
289
289
|
|
|
290
290
|
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
# 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.
|
|
3
|
-
#
|
|
2
|
+
# 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.461) - https://dotfiles.io
|
|
3
|
+
# Made with ♥ in London, UK by @sebastienrousseau
|
|
4
|
+
# Copyright (c) 2022. All rights reserved
|
|
4
5
|
# License: MIT
|
|
5
6
|
|
|
6
7
|
# 🅳🅴🅵🅰🆄🅻🆃 🅰🅻🅸🅰🆂🅴🆂
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
# 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.
|
|
3
|
-
#
|
|
2
|
+
# 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.461) - https://dotfiles.io
|
|
3
|
+
# Made with ♥ in London, UK by @sebastienrousseau
|
|
4
|
+
# Copyright (c) 2022. All rights reserved
|
|
4
5
|
# License: MIT
|
|
5
6
|
|
|
6
7
|
# 🅶🅲🅻🅾🆄🅳 🅰🅻🅸🅰🆂🅴🆂 - Google Cloud aliases.
|
|
@@ -17,7 +18,8 @@
|
|
|
17
18
|
# 1.8 Aliases to build highly scalable applications on a fully managed serverless platform.
|
|
18
19
|
# 1.9 Aliases to commands that might come in handy.
|
|
19
20
|
#
|
|
20
|
-
#
|
|
21
|
+
# Made with ♥ in London, UK by @sebastienrousseau
|
|
22
|
+
# Copyright (c) 2022. All rights reserved
|
|
21
23
|
# Licensed under the MIT license
|
|
22
24
|
#
|
|
23
25
|
|