@sebastienrousseau/dotfiles 0.2.456 → 0.2.457
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 +21 -7
- package/dist/Makefile +1 -1
- package/dist/bin/backup.d.ts +3 -0
- package/dist/bin/backup.d.ts.map +1 -0
- package/dist/bin/backup.js +3 -0
- package/dist/bin/backup.js.map +1 -0
- package/dist/bin/compile.sh +1 -1
- package/dist/bin/constants.d.ts +5 -0
- package/dist/bin/constants.d.ts.map +1 -0
- package/dist/bin/constants.js +2 -0
- package/dist/bin/constants.js.map +1 -0
- package/dist/bin/copy.d.ts +3 -0
- package/dist/bin/copy.d.ts.map +1 -0
- package/dist/bin/copy.js +2 -0
- package/dist/bin/copy.js.map +1 -0
- package/dist/bin/copy.sh +1 -1
- package/dist/bin/dotfiles.d.ts +3 -0
- package/dist/bin/dotfiles.d.ts.map +1 -0
- package/dist/bin/dotfiles.js +4 -0
- package/dist/bin/dotfiles.js.map +1 -0
- package/dist/bin/dotfiles.sh +3 -3
- package/dist/bin/download.d.ts +3 -0
- package/dist/bin/download.d.ts.map +1 -0
- package/dist/bin/download.js +2 -0
- package/dist/bin/download.js.map +1 -0
- package/dist/{shell → bin}/index.d.ts +0 -0
- package/dist/{shell → bin}/index.d.ts.map +1 -1
- package/dist/bin/index.js +1 -0
- package/dist/bin/index.js.map +1 -0
- package/dist/bin/transfer.d.ts +3 -0
- package/dist/bin/transfer.d.ts.map +1 -0
- package/dist/bin/transfer.js +4 -0
- package/dist/bin/transfer.js.map +1 -0
- package/dist/bin/unpack.d.ts +3 -0
- package/dist/bin/unpack.d.ts.map +1 -0
- package/dist/bin/unpack.js +3 -0
- package/dist/bin/unpack.js.map +1 -0
- package/dist/filesizes.txt +82 -26
- package/dist/shell/aliases/default/default.aliases.sh +1 -1
- package/dist/shell/aliases/gcloud/gcloud.aliases.sh +1 -1
- package/dist/shell/aliases/heroku/heroku.aliases.sh +1 -1
- package/dist/shell/aliases/jekyll/jekyll.aliases.sh +1 -1
- package/dist/shell/aliases/pnpm/pnpm.aliases.sh +1 -1
- package/dist/shell/aliases/subversion/subversion.aliases.sh +1 -1
- package/dist/shell/aliases/tmux/tmux.aliases.sh +1 -1
- package/dist/shell/aliases.sh +1 -1
- package/dist/shell/configurations/bash/bashrc +2 -2
- package/dist/shell/configurations/curl/curlrc +1 -1
- package/dist/shell/configurations/default/color.sh +1 -1
- package/dist/shell/configurations/default/editor.sh +1 -1
- package/dist/shell/configurations/default/prompt.sh +1 -1
- package/dist/shell/configurations/{inputrc → input}/inputrc +1 -1
- package/dist/shell/configurations/profile/profile +1 -1
- package/dist/shell/configurations/tmux/tmux +1 -1
- package/dist/shell/configurations/vim/vimrc +1 -1
- package/dist/shell/configurations/wget/wgetrc +1 -1
- package/dist/shell/configurations/zsh/zshrc +2 -2
- package/dist/shell/configurations.sh +1 -1
- package/dist/shell/exit.sh +1 -1
- package/dist/shell/functions/cdls.sh +1 -1
- package/dist/shell/functions/curlheader.sh +1 -1
- package/dist/shell/functions/curltime.sh +1 -1
- package/dist/shell/functions/encode64.sh +1 -1
- package/dist/shell/functions/environment.sh +1 -1
- package/dist/shell/functions/extract.sh +1 -1
- package/dist/shell/functions/genpwd.sh +1 -1
- package/dist/shell/functions/goto.sh +1 -1
- package/dist/shell/functions/hidehiddenfiles.sh +1 -1
- package/dist/shell/functions/hostinfo.sh +1 -1
- package/dist/shell/functions/hstats.sh +1 -1
- package/dist/shell/functions/httpdebug.sh +1 -1
- package/dist/shell/functions/keygen.sh +1 -1
- package/dist/shell/functions/last.sh +1 -1
- package/dist/shell/functions/logout.sh +1 -1
- package/dist/shell/functions/lowercase.sh +1 -1
- package/dist/shell/functions/macos.sh +1 -1
- package/dist/shell/functions/matrix.sh +1 -1
- package/dist/shell/functions/mcd.sh +1 -1
- package/dist/shell/functions/mount_read_only.sh +1 -1
- package/dist/shell/functions/myproc.sh +1 -1
- package/dist/shell/functions/prependpath.sh +1 -1
- package/dist/shell/functions/ql.sh +1 -1
- package/dist/shell/functions/rd.sh +1 -1
- package/dist/shell/functions/remove_disk.sh +1 -1
- package/dist/shell/functions/ren.sh +1 -1
- package/dist/shell/functions/showhiddenfiles.sh +1 -1
- package/dist/shell/functions/size.sh +1 -1
- package/dist/shell/functions/stopwatch.sh +1 -1
- package/dist/shell/functions/uppercase.sh +1 -1
- package/dist/shell/functions/view-source.sh +1 -1
- package/dist/shell/functions/vscode.sh +1 -1
- package/dist/shell/functions/whoisport.sh +1 -1
- package/dist/shell/functions/zipf.sh +1 -1
- package/dist/shell/functions.sh +1 -1
- package/dist/shell/history.sh +1 -1
- package/dist/shell/paths/ant/ant.paths.sh +1 -1
- package/dist/shell/paths/default/default.paths.sh +1 -1
- package/dist/shell/paths/homebrew/homebrew.paths.sh +1 -1
- package/dist/shell/paths/java/java.paths.sh +1 -1
- package/dist/shell/paths/maven/maven.paths.sh +1 -1
- package/dist/shell/paths/node/node.paths.sh +1 -1
- package/dist/shell/paths/nvm/nvm.paths.sh +1 -1
- package/dist/shell/paths/pnpm/pnpm.paths.sh +1 -1
- package/dist/shell/paths/python/python.paths.sh +1 -1
- package/dist/shell/paths/ruby/ruby.paths.sh +1 -1
- package/dist/shell/paths/tmux/tmux.paths.sh +1 -1
- package/dist/shell/paths.sh +1 -1
- package/package.json +26 -26
- package/dist/shell/index.js +0 -2
- package/dist/shell/index.js.map +0 -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.457)
|
|
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.457][download_button]][download]
|
|
26
26
|
|
|
27
27
|
Dotfiles aggregates a collection of standalone configuration files (dotfiles)
|
|
28
28
|
combined into a `shell` directory that can be used to customize your development
|
|
@@ -101,15 +101,15 @@ The following programs must be installed on your system to install Dotfiles:
|
|
|
101
101
|
|
|
102
102
|
### 1️⃣ Download Dotfiles
|
|
103
103
|
|
|
104
|
-
You can download the latest version (v0.2.
|
|
104
|
+
You can download the latest version (v0.2.457) with the following options:
|
|
105
105
|
|
|
106
106
|
- [**Manual download**][releases] - **The easiest way to install Dotfiles.**
|
|
107
107
|
- [**Install with PnPM**](https://www.npmjs.com/package/@sebastienrousseau/dotfiles)
|
|
108
|
-
`pnpm i
|
|
108
|
+
`pnpm i @sebastienrousseau/dotfiles`.
|
|
109
109
|
- [**Install with Npm**](https://www.npmjs.com/package/@sebastienrousseau/dotfiles)
|
|
110
|
-
`npm install
|
|
110
|
+
`npm install @sebastienrousseau/dotfiles`.
|
|
111
111
|
- [**Install with Yarn**](https://yarnpkg.com/package/@sebastienrousseau/dotfiles)
|
|
112
|
-
`yarn
|
|
112
|
+
`yarn add @sebastienrousseau/dotfiles`.
|
|
113
113
|
- **Clone the main repository** to get all source files including build scripts:
|
|
114
114
|
`git clone https://github.com/sebastienrousseau/dotfiles.git`. This will clone
|
|
115
115
|
the latest version of the Dotfiles repository.
|
|
@@ -177,6 +177,20 @@ You can also just check the installer options available, by simply running:
|
|
|
177
177
|
make help
|
|
178
178
|
```
|
|
179
179
|
|
|
180
|
+
#### Using Node.js (advanced)
|
|
181
|
+
|
|
182
|
+
If you want to install Dotfiles using Node.js, you can run the following command
|
|
183
|
+
in the `dist` directory located in your
|
|
184
|
+
`node_modules/@sebastienrousseau/dotfiles/dist` directory:
|
|
185
|
+
|
|
186
|
+
```bash
|
|
187
|
+
node .
|
|
188
|
+
```
|
|
189
|
+
|
|
190
|
+
This will install the latest version of the dotfiles and will automatically
|
|
191
|
+
backup any existing dotfiles you may have into a backup directory
|
|
192
|
+
`$HOME/dotfiles_backup`.
|
|
193
|
+
|
|
180
194
|
#### Using PnPM (highly recommended if you have PnPM installed)
|
|
181
195
|
|
|
182
196
|
PnPM is a key dependency of the dotfiles package. It will help you install the
|
|
@@ -413,7 +427,7 @@ bunch of awesome [contributors](https://github.com/sebastienrousseau/dotfiles/gr
|
|
|
413
427
|
[contributing]: https://github.com/sebastienrousseau/dotfiles/blob/master/.github/CONTRIBUTING.md
|
|
414
428
|
[curl]: https://curl.se/
|
|
415
429
|
[docs]: https://github.com/sebastienrousseau/dotfiles/docs
|
|
416
|
-
[download]: https://github.com/sebastienrousseau/dotfiles/archive/refs/tags/v0.2.
|
|
430
|
+
[download]: https://github.com/sebastienrousseau/dotfiles/archive/refs/tags/v0.2.457.tar.gz
|
|
417
431
|
[getting-started]: https://github.com/sebastienrousseau/dotfiles#getting-started
|
|
418
432
|
[git]: https://git-scm.com/
|
|
419
433
|
[github]: https://github.com/sebastienrousseau/dotfiles
|
package/dist/Makefile
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"backup.d.ts","sourceRoot":"","sources":["../../bin/backup.js"],"names":[],"mappings":";AAOA,4DAeC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
|
|
2
|
+
async function backup(src,dest){var fs=require("fs");var os=require('os');var path=require("path");var dir=path.resolve(__dirname,os.homedir()+'/dotfiles_backup');if(!fs.existsSync(dir)){fs.mkdirSync(dir);}
|
|
3
|
+
var srcPath=path.resolve(__dirname,os.homedir()+"/"+src);var destPath=dir+"/"+dest;await fs.promises.copyFile(srcPath,destPath);};module.exports=backup;
|
|
@@ -0,0 +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,EAAC;wBACtB,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/compile.sh
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../bin/constants.js"],"names":[],"mappings":"AAUA,+BAWE;AAEF,8BAWE;AA1BF,sGAA+F;AAD/F,6CAAuC"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
|
|
2
|
+
const version="dotfiles-0.2.457.tgz";const dotfile="https://registry.npmjs.org/@sebastienrousseau/dotfiles/-/dotfiles-0.2.457.tgz";const aliases=[".bashrc","cacert.pem",".curlrc",".inputrc",".jshintrc",".profile",".tmux.conf",".vimrc",".wgetrc",".zshrc"];const copies=["shell/configurations/bash/bashrc","shell/configurations/curl/cacert.pem","shell/configurations/curl/curlrc","shell/configurations/input/inputrc","shell/configurations/jshint/jshintrc","shell/configurations/profile/profile","shell/configurations/tmux/tmux","shell/configurations/vim/vimrc","shell/configurations/wget/wgetrc","shell/configurations/zsh/zshrc",];module.exports={aliases,copies,dotfile,version};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../bin/constants.js"],"names":[],"mappings":";AAOA,IAAM,OAAO,GAAG,sBAAsB,CAAC;AACvC,IAAM,OAAO,GAAE,+EAA+E,CAAC;AAE/F,IAAM,OAAO,GAAG;IACd,SAAS;IACT,YAAY;IACZ,SAAS;IACT,UAAU;IACV,WAAW;IACX,UAAU;IACV,YAAY;IACZ,QAAQ;IACR,SAAS;IACT,QAAQ;CACT,CAAC;AAEF,IAAM,MAAM,GAAG;IACb,kCAAkC;IAClC,sCAAsC;IACtC,kCAAkC;IAClC,oCAAoC;IACpC,sCAAsC;IACtC,sCAAsC;IACtC,gCAAgC;IAChC,gCAAgC;IAChC,kCAAkC;IAClC,gCAAgC;CACjC,CAAC;AAEF,MAAM,CAAC,OAAO,GAAG,EAAE,OAAO,SAAA,EAAE,MAAM,QAAA,EAAE,OAAO,SAAA,EAAE,OAAO,SAAA,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"copy.d.ts","sourceRoot":"","sources":["../../bin/copy.js"],"names":[],"mappings":";AAOA,0DAUC"}
|
package/dist/bin/copy.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"copy.js","sourceRoot":"","sources":["../../bin/copy.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAOA,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"}
|
package/dist/bin/copy.sh
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dotfiles.d.ts","sourceRoot":"","sources":["../../bin/dotfiles.js"],"names":[],"mappings":"AAoBiB,2CAwBhB"}
|
|
@@ -0,0 +1,4 @@
|
|
|
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,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
|
|
3
|
+
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);}
|
|
4
|
+
else{await fs.mkdirSync(dir);await sleep(2500);await transfer(dir);}};
|
|
@@ -0,0 +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,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,GAAC,IAAI,CAAC,OAAO,CAAC,SAAS,EAAE,EAAE,CAAC,OAAO,EAAE,CAAC,CAAC;AAEhD,MAAM,CAAC,OAAO,GAAG,SAAe,IAAI;;;;;;oBAE9B,CAAC,GAAG,CAAC,CAAA;oBAGT,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,CAAA;qBACJ,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/bin/dotfiles.sh
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
# 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.
|
|
2
|
+
# 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.457) - https://dotfiles.io
|
|
3
3
|
# Copyright (c) Sebastien Rousseau 2022. All rights reserved
|
|
4
4
|
# License: MIT
|
|
5
5
|
|
|
6
6
|
## 🆅🅰🆁🅸🅰🅱🅻🅴🆂 - Set variables.
|
|
7
|
-
BACKUPDIR="${HOME}
|
|
7
|
+
BACKUPDIR="${HOME}/dotfiles_backup" # Backup directory.
|
|
8
8
|
BIGreen='\033[1;92m' # Green color.
|
|
9
9
|
BIRed='\033[1;91m' # Red color.
|
|
10
10
|
DOTFILESDIR="${HOME}/.dotfiles" # Location of dotfiles.
|
|
11
11
|
DOWNLOADDIR="${HOME}/Downloads" # Download directory.
|
|
12
12
|
NC='\033[0m' # Reset/No Color
|
|
13
|
-
VERSION="0.2.
|
|
13
|
+
VERSION="0.2.457" # Dotfiles Version number.
|
|
14
14
|
|
|
15
15
|
## 🅱🅰🅲🅺🆄🅿 - Backup existing files.
|
|
16
16
|
backup() {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"download.d.ts","sourceRoot":"","sources":["../../bin/download.js"],"names":[],"mappings":";AAOA,2CA0BC"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
|
|
2
|
+
async function download(){const{promisify}=require('util');var fs=require("fs");var os=require("os");var path=require("path");const{dotfile,version}=require("./constants.js");var destPath=path.resolve(__dirname,os.homedir()+"/dotfiles_backup/");const https=require("https");const file=fs.createWriteStream(version);const mv=promisify(fs.rename);const request=https.get(dotfile,response=>{console.log("STATUS: "+response.statusCode);var headers=JSON.stringify(response.headers);console.log('HEADERS: '+headers);response.pipe(file);file.on('finish',()=>{file.close();mv(version,`${destPath}/${version}`);fs.rmSync(version);});});};module.exports=download;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"download.js","sourceRoot":"","sources":["../../bin/download.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAOA,SAAe,QAAQ;;;;YAEd,SAAS,GAAI,OAAO,CAAC,MAAM,CAAC,UAAnB,CAAoB;YAChC,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"}
|
|
File without changes
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../bin/index.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";var dotfiles=require('./dotfiles.js');dotfiles();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../bin/index.js"],"names":[],"mappings":"AAOA,YAAY,CAAC;AACb,IAAI,QAAQ,GAAG,OAAO,CAAC,eAAe,CAAC,CAAC;AAExC,QAAQ,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"transfer.d.ts","sourceRoot":"","sources":["../../bin/transfer.js"],"names":[],"mappings":";AAOA,oDAyBC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
|
|
2
|
+
async function transfer(dest){const fs=require("fs-extra");var os=require('os');var path=require('path');const source=path.resolve(__dirname,os.homedir()+"/dotfiles_backup/package/dist/");const dotfiles=path.resolve(__dirname,"/"+dest+"/.dotfiles");const bin=path.resolve(__dirname,"/"+dest+"/.dotfiles/bin");const filesizes=path.resolve(__dirname,"/"+dest+"/.dotfiles/filesizes.txt");const make=path.resolve(__dirname,"/"+dest+"/.dotfiles/Makefile");if(fs.existsSync(dotfiles)){await fs.removeSync(dotfiles);}
|
|
3
|
+
await fs.copy(source,dotfiles);await fs.removeSync(bin);await fs.removeSync(filesizes);await fs.removeSync(make);}
|
|
4
|
+
module.exports=transfer;
|
|
@@ -0,0 +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,GAAI,IAAI,CAAC,OAAO,CAAC,SAAS,EAAE,GAAG,GAAG,IAAI,GAAG,YAAY,CAAC,CAAC;oBAC/D,GAAG,GAAI,IAAI,CAAC,OAAO,CAAC,SAAS,EAAE,GAAG,GAAG,IAAI,GAAG,gBAAgB,CAAC,CAAC;oBAC9D,SAAS,GAAI,IAAI,CAAC,OAAO,CAAC,SAAS,EAAE,GAAG,GAAG,IAAI,GAAG,0BAA0B,CAAC,CAAC;oBAC9E,IAAI,GAAI,IAAI,CAAC,OAAO,CAAC,SAAS,EAAE,GAAG,GAAG,IAAI,GAAG,qBAAqB,CAAC,CAAC;yBAGtE,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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"unpack.d.ts","sourceRoot":"","sources":["../../bin/unpack.js"],"names":[],"mappings":";AAOA,yCAOC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
|
|
2
|
+
async function unpack(){const compressing=require("compressing");var os=require('os');var path=require('path');const{version}=require("./constants.js");var destPath=path.resolve(__dirname,os.homedir()+"/dotfiles_backup/");compressing.tgz.uncompress(destPath+"/"+version,destPath+"/");}
|
|
3
|
+
module.exports=unpack;
|
|
@@ -0,0 +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,GAAC,GAAG,GAAC,OAAO,EAAE,QAAQ,GAAC,GAAG,CAAC,CAAC;;;;CAChE;AAED,MAAM,CAAC,OAAO,GAAG,MAAM,CAAC"}
|
package/dist/filesizes.txt
CHANGED
|
@@ -5,12 +5,76 @@
|
|
|
5
5
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
6
6
|
│ filesizes.txt │ 0 B │ 20 B │
|
|
7
7
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
8
|
+
│ bin/backup.d.ts │ 114 B │ 121 B │
|
|
9
|
+
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
10
|
+
│ bin/backup.d.ts.map │ 120 B │ 119 B │
|
|
11
|
+
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
12
|
+
│ bin/backup.js │ 360 B │ 231 B │
|
|
13
|
+
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
14
|
+
│ bin/backup.js.map │ 783 B │ 295 B │
|
|
15
|
+
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
8
16
|
│ bin/compile.sh │ 402 B │ 260 B │
|
|
9
17
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
18
|
+
│ bin/constants.d.ts │ 251 B │ 172 B │
|
|
19
|
+
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
20
|
+
│ bin/constants.d.ts.map │ 162 B │ 147 B │
|
|
21
|
+
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
22
|
+
│ bin/constants.js │ 678 B │ 293 B │
|
|
23
|
+
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
24
|
+
│ bin/constants.js.map │ 564 B │ 271 B │
|
|
25
|
+
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
26
|
+
│ bin/copy.d.ts │ 108 B │ 119 B │
|
|
27
|
+
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
28
|
+
│ bin/copy.d.ts.map │ 116 B │ 117 B │
|
|
29
|
+
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
30
|
+
│ bin/copy.js │ 270 B │ 186 B │
|
|
31
|
+
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
32
|
+
│ bin/copy.js.map │ 615 B │ 250 B │
|
|
33
|
+
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
10
34
|
│ bin/copy.sh │ 491 B │ 272 B │
|
|
11
35
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
36
|
+
│ bin/dotfiles.d.ts │ 101 B │ 110 B │
|
|
37
|
+
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
38
|
+
│ bin/dotfiles.d.ts.map │ 127 B │ 122 B │
|
|
39
|
+
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
40
|
+
│ bin/dotfiles.js │ 753 B │ 371 B │
|
|
41
|
+
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
42
|
+
│ bin/dotfiles.js.map │ 1.58 kB │ 474 B │
|
|
43
|
+
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
12
44
|
│ bin/dotfiles.sh │ 6.52 kB │ 1.8 kB │
|
|
13
45
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
46
|
+
│ bin/download.d.ts │ 101 B │ 108 B │
|
|
47
|
+
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
48
|
+
│ bin/download.d.ts.map │ 125 B │ 122 B │
|
|
49
|
+
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
50
|
+
│ bin/download.js │ 654 B │ 380 B │
|
|
51
|
+
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
52
|
+
│ bin/download.js.map │ 1.19 kB │ 411 B │
|
|
53
|
+
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
54
|
+
│ bin/index.d.ts │ 46 B │ 66 B │
|
|
55
|
+
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
56
|
+
│ bin/index.d.ts.map │ 107 B │ 106 B │
|
|
57
|
+
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
58
|
+
│ bin/index.js │ 62 B │ 69 B │
|
|
59
|
+
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
60
|
+
│ bin/index.js.map │ 185 B │ 150 B │
|
|
61
|
+
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
62
|
+
│ bin/transfer.d.ts │ 110 B │ 116 B │
|
|
63
|
+
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
64
|
+
│ bin/transfer.d.ts.map │ 125 B │ 122 B │
|
|
65
|
+
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
66
|
+
│ bin/transfer.js │ 651 B │ 279 B │
|
|
67
|
+
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
68
|
+
│ bin/transfer.js.map │ 1.16 kB │ 373 B │
|
|
69
|
+
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
70
|
+
│ bin/unpack.d.ts │ 95 B │ 106 B │
|
|
71
|
+
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
72
|
+
│ bin/unpack.d.ts.map │ 120 B │ 119 B │
|
|
73
|
+
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
74
|
+
│ bin/unpack.js │ 309 B │ 207 B │
|
|
75
|
+
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
76
|
+
│ bin/unpack.js.map │ 556 B │ 260 B │
|
|
77
|
+
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
14
78
|
│ shell/README.md │ 86 B │ 93 B │
|
|
15
79
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
16
80
|
│ shell/aliases.sh │ 349 B │ 288 B │
|
|
@@ -19,21 +83,13 @@
|
|
|
19
83
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
20
84
|
│ shell/exit.sh │ 288 B │ 260 B │
|
|
21
85
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
22
|
-
│ shell/functions.sh │ 326 B │
|
|
86
|
+
│ shell/functions.sh │ 326 B │ 272 B │
|
|
23
87
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
24
88
|
│ shell/history.sh │ 6.2 kB │ 2.42 kB │
|
|
25
89
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
26
|
-
│ shell/index.d.ts │ 46 B │ 66 B │
|
|
27
|
-
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
28
|
-
│ shell/index.d.ts.map │ 109 B │ 109 B │
|
|
29
|
-
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
30
|
-
│ shell/index.js │ 99 B │ 104 B │
|
|
31
|
-
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
32
|
-
│ shell/index.js.map │ 255 B │ 179 B │
|
|
33
|
-
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
34
90
|
│ shell/paths.sh │ 333 B │ 284 B │
|
|
35
91
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
36
|
-
│ shell/aliases/default/default.aliases.sh │ 15.2 kB │ 4.
|
|
92
|
+
│ shell/aliases/default/default.aliases.sh │ 15.2 kB │ 4.39 kB │
|
|
37
93
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
38
94
|
│ shell/aliases/gcloud/gcloud.aliases.sh │ 8.32 kB │ 2.01 kB │
|
|
39
95
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
@@ -49,7 +105,7 @@
|
|
|
49
105
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
50
106
|
│ shell/configurations/README.md │ 86 B │ 93 B │
|
|
51
107
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
52
|
-
│ shell/configurations/bash/bashrc │ 2.01 kB │
|
|
108
|
+
│ shell/configurations/bash/bashrc │ 2.01 kB │ 787 B │
|
|
53
109
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
54
110
|
│ shell/configurations/curl/cacert.pem │ 222 kB │ 127 kB │
|
|
55
111
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
@@ -61,7 +117,7 @@
|
|
|
61
117
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
62
118
|
│ shell/configurations/default/prompt.sh │ 1.12 kB │ 595 B │
|
|
63
119
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
64
|
-
│ shell/configurations/
|
|
120
|
+
│ shell/configurations/input/inputrc │ 1.25 kB │ 574 B │
|
|
65
121
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
66
122
|
│ shell/configurations/jshint/jshintrc │ 642 B │ 263 B │
|
|
67
123
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
@@ -71,7 +127,7 @@
|
|
|
71
127
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
72
128
|
│ shell/configurations/vim/vimrc │ 4.26 kB │ 1.14 kB │
|
|
73
129
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
74
|
-
│ shell/configurations/wget/wgetrc │ 1.31 kB │
|
|
130
|
+
│ shell/configurations/wget/wgetrc │ 1.31 kB │ 793 B │
|
|
75
131
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
76
132
|
│ shell/configurations/zsh/zshrc │ 2.2 kB │ 935 B │
|
|
77
133
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
@@ -87,7 +143,7 @@
|
|
|
87
143
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
88
144
|
│ shell/functions/environment.sh │ 877 B │ 413 B │
|
|
89
145
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
90
|
-
│ shell/functions/extract.sh │ 796 B │
|
|
146
|
+
│ shell/functions/extract.sh │ 796 B │ 463 B │
|
|
91
147
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
92
148
|
│ shell/functions/filehead.sh │ 139 B │ 127 B │
|
|
93
149
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
@@ -105,7 +161,7 @@
|
|
|
105
161
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
106
162
|
│ shell/functions/keygen.sh │ 553 B │ 381 B │
|
|
107
163
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
108
|
-
│ shell/functions/last.sh │ 254 B │
|
|
164
|
+
│ shell/functions/last.sh │ 254 B │ 232 B │
|
|
109
165
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
110
166
|
│ shell/functions/logout.sh │ 310 B │ 265 B │
|
|
111
167
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
@@ -113,7 +169,7 @@
|
|
|
113
169
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
114
170
|
│ shell/functions/macos.sh │ 2.42 kB │ 1.2 kB │
|
|
115
171
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
116
|
-
│ shell/functions/matrix.sh │ 659 B │
|
|
172
|
+
│ shell/functions/matrix.sh │ 659 B │ 509 B │
|
|
117
173
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
118
174
|
│ shell/functions/mcd.sh │ 451 B │ 352 B │
|
|
119
175
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
@@ -121,7 +177,7 @@
|
|
|
121
177
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
122
178
|
│ shell/functions/myproc.sh │ 298 B │ 264 B │
|
|
123
179
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
124
|
-
│ shell/functions/prependpath.sh │ 728 B │
|
|
180
|
+
│ shell/functions/prependpath.sh │ 728 B │ 321 B │
|
|
125
181
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
126
182
|
│ shell/functions/ql.sh │ 263 B │ 247 B │
|
|
127
183
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
@@ -129,9 +185,9 @@
|
|
|
129
185
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
130
186
|
│ shell/functions/remove_disk.sh │ 245 B │ 225 B │
|
|
131
187
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
132
|
-
│ shell/functions/ren.sh │ 277 B │
|
|
188
|
+
│ shell/functions/ren.sh │ 277 B │ 246 B │
|
|
133
189
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
134
|
-
│ shell/functions/showhiddenfiles.sh │ 401 B │
|
|
190
|
+
│ shell/functions/showhiddenfiles.sh │ 401 B │ 295 B │
|
|
135
191
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
136
192
|
│ shell/functions/size.sh │ 366 B │ 309 B │
|
|
137
193
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
@@ -143,23 +199,23 @@
|
|
|
143
199
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
144
200
|
│ shell/functions/vscode.sh │ 653 B │ 405 B │
|
|
145
201
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
146
|
-
│ shell/functions/whoisport.sh │ 368 B │
|
|
202
|
+
│ shell/functions/whoisport.sh │ 368 B │ 298 B │
|
|
147
203
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
148
204
|
│ shell/functions/zipf.sh │ 409 B │ 324 B │
|
|
149
205
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
150
|
-
│ shell/paths/ant/ant.paths.sh │ 461 B │
|
|
206
|
+
│ shell/paths/ant/ant.paths.sh │ 461 B │ 333 B │
|
|
151
207
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
152
208
|
│ shell/paths/default/default.paths.sh │ 867 B │ 328 B │
|
|
153
209
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
154
|
-
│ shell/paths/homebrew/homebrew.paths.sh │ 879 B │
|
|
210
|
+
│ shell/paths/homebrew/homebrew.paths.sh │ 879 B │ 524 B │
|
|
155
211
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
156
|
-
│ shell/paths/java/java.paths.sh │ 661 B │
|
|
212
|
+
│ shell/paths/java/java.paths.sh │ 661 B │ 453 B │
|
|
157
213
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
158
214
|
│ shell/paths/maven/maven.paths.sh │ 556 B │ 371 B │
|
|
159
215
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
160
216
|
│ shell/paths/node/node.paths.sh │ 448 B │ 336 B │
|
|
161
217
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
162
|
-
│ shell/paths/nvm/nvm.paths.sh │ 863 B │
|
|
218
|
+
│ shell/paths/nvm/nvm.paths.sh │ 863 B │ 400 B │
|
|
163
219
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
164
220
|
│ shell/paths/pnpm/pnpm.paths.sh │ 439 B │ 316 B │
|
|
165
221
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
@@ -167,10 +223,10 @@
|
|
|
167
223
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
168
224
|
│ shell/paths/ruby/ruby.paths.sh │ 664 B │ 396 B │
|
|
169
225
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
170
|
-
│ shell/paths/tmux/tmux.paths.sh │ 407 B │
|
|
226
|
+
│ shell/paths/tmux/tmux.paths.sh │ 407 B │ 318 B │
|
|
171
227
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
172
228
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
173
|
-
│ Total files:
|
|
229
|
+
│ Total files: 112 │ 367 kB │ 183 kB │
|
|
174
230
|
└────────────────────────────────────────────────┴───────────┴────────────────┘
|
|
175
231
|
|
|
176
232
|
|
package/dist/shell/aliases.sh
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
# 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.
|
|
2
|
+
# 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.457) - https://dotfiles.io
|
|
3
3
|
# Copyright (c) Sebastien Rousseau 2022. All rights reserved
|
|
4
4
|
# License: MIT
|
|
5
5
|
|
|
@@ -15,7 +15,7 @@ USER=$(whoami) # current user name.
|
|
|
15
15
|
|
|
16
16
|
## 🅴🆇🅿🅾🆁🆃🆂 - Export the variables.
|
|
17
17
|
export ARCHFLAGS="-arch ${OS_ARCH}" # archflags for the current machine.
|
|
18
|
-
export DOTFILES_VERSION='0.2.
|
|
18
|
+
export DOTFILES_VERSION='0.2.457' # version of the dotfiles.
|
|
19
19
|
export DOTFILES="${HOME}"/.dotfiles/shell # path to the cross plaform dotfiles.
|
|
20
20
|
export HOSTNAME=${HOSTNAME} # hostname of the machine.
|
|
21
21
|
export INPUTRC=${INPUTRC} # set INPUTRC (so that .inputrc is respected)
|