@sebastienrousseau/dotfiles 0.2.457 → 0.2.458

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (99) hide show
  1. package/README.md +124 -90
  2. package/dist/Makefile +7 -7
  3. package/dist/bin/constants.d.ts +4 -2
  4. package/dist/bin/constants.d.ts.map +1 -1
  5. package/dist/bin/constants.js +1 -1
  6. package/dist/bin/constants.js.map +1 -1
  7. package/dist/bin/dotfiles.js +1 -2
  8. package/dist/bin/dotfiles.js.map +1 -1
  9. package/dist/bin/index.js +0 -0
  10. package/dist/filesizes.txt +240 -230
  11. package/dist/{shell → lib}/README.md +0 -0
  12. package/dist/lib/aliases/default/default.aliases.sh +183 -0
  13. package/dist/{shell → lib}/aliases/gcloud/gcloud.aliases.sh +1 -1
  14. package/dist/lib/aliases/git/git.aliases.sh +569 -0
  15. package/dist/{shell → lib}/aliases/heroku/heroku.aliases.sh +1 -1
  16. package/dist/{shell → lib}/aliases/jekyll/jekyll.aliases.sh +1 -1
  17. package/dist/{shell → lib}/aliases/pnpm/pnpm.aliases.sh +1 -1
  18. package/dist/{shell → lib}/aliases/subversion/subversion.aliases.sh +1 -1
  19. package/dist/{shell → lib}/aliases/tmux/tmux.aliases.sh +1 -1
  20. package/dist/{shell → lib}/aliases.sh +2 -2
  21. package/dist/{shell → lib}/configurations/README.md +0 -0
  22. package/dist/{shell → lib}/configurations/bash/bashrc +3 -3
  23. package/dist/{shell → lib}/configurations/curl/cacert.pem +0 -0
  24. package/dist/{shell → lib}/configurations/curl/curlrc +1 -1
  25. package/dist/{shell → lib}/configurations/default/color.sh +1 -1
  26. package/dist/{shell → lib}/configurations/default/editor.sh +1 -1
  27. package/dist/{shell → lib}/configurations/default/prompt.sh +1 -1
  28. package/dist/{shell/configurations/input → lib/configurations/inputrc}/inputrc +1 -1
  29. package/dist/{shell → lib}/configurations/jshint/jshintrc +0 -0
  30. package/dist/{shell → lib}/configurations/profile/profile +1 -1
  31. package/dist/lib/configurations/tmux/default +17 -0
  32. package/dist/lib/configurations/tmux/display +25 -0
  33. package/dist/lib/configurations/tmux/linux +17 -0
  34. package/dist/lib/configurations/tmux/navigation +29 -0
  35. package/dist/lib/configurations/tmux/panes +9 -0
  36. package/dist/lib/configurations/tmux/theme +28 -0
  37. package/dist/lib/configurations/tmux/tmux +20 -0
  38. package/dist/lib/configurations/tmux/vi +5 -0
  39. package/dist/{shell → lib}/configurations/vim/vimrc +1 -1
  40. package/dist/{shell → lib}/configurations/wget/wgetrc +1 -1
  41. package/dist/{shell → lib}/configurations/zsh/zshrc +3 -3
  42. package/dist/{shell → lib}/configurations.sh +2 -2
  43. package/dist/{shell → lib}/exit.sh +1 -1
  44. package/dist/{shell → lib}/functions/README.md +0 -0
  45. package/dist/{shell → lib}/functions/cdls.sh +1 -1
  46. package/dist/{shell → lib}/functions/curlheader.sh +1 -1
  47. package/dist/{shell → lib}/functions/curltime.sh +1 -1
  48. package/dist/{shell → lib}/functions/encode64.sh +1 -1
  49. package/dist/{shell → lib}/functions/environment.sh +1 -1
  50. package/dist/{shell → lib}/functions/extract.sh +1 -1
  51. package/dist/{shell → lib}/functions/filehead.sh +0 -0
  52. package/dist/{shell → lib}/functions/genpwd.sh +1 -1
  53. package/dist/{shell → lib}/functions/goto.sh +1 -1
  54. package/dist/{shell → lib}/functions/hidehiddenfiles.sh +1 -1
  55. package/dist/{shell → lib}/functions/hostinfo.sh +1 -1
  56. package/dist/{shell → lib}/functions/hstats.sh +1 -1
  57. package/dist/{shell → lib}/functions/httpdebug.sh +1 -1
  58. package/dist/{shell → lib}/functions/keygen.sh +1 -1
  59. package/dist/{shell → lib}/functions/last.sh +1 -1
  60. package/dist/{shell → lib}/functions/logout.sh +1 -1
  61. package/dist/{shell → lib}/functions/lowercase.sh +1 -1
  62. package/dist/{shell → lib}/functions/macos.sh +1 -1
  63. package/dist/{shell → lib}/functions/matrix.sh +1 -1
  64. package/dist/{shell → lib}/functions/mcd.sh +1 -1
  65. package/dist/{shell → lib}/functions/mount_read_only.sh +1 -1
  66. package/dist/{shell → lib}/functions/myproc.sh +1 -1
  67. package/dist/{shell → lib}/functions/prependpath.sh +1 -1
  68. package/dist/{shell → lib}/functions/ql.sh +1 -1
  69. package/dist/{shell → lib}/functions/rd.sh +1 -1
  70. package/dist/{shell → lib}/functions/remove_disk.sh +1 -1
  71. package/dist/{shell → lib}/functions/ren.sh +1 -1
  72. package/dist/{shell → lib}/functions/showhiddenfiles.sh +1 -1
  73. package/dist/{shell → lib}/functions/size.sh +1 -1
  74. package/dist/{shell → lib}/functions/stopwatch.sh +1 -1
  75. package/dist/{shell → lib}/functions/uppercase.sh +1 -1
  76. package/dist/{shell → lib}/functions/view-source.sh +1 -1
  77. package/dist/{shell → lib}/functions/vscode.sh +1 -1
  78. package/dist/{shell → lib}/functions/whoisport.sh +1 -1
  79. package/dist/{shell → lib}/functions/zipf.sh +1 -1
  80. package/dist/{shell → lib}/functions.sh +2 -2
  81. package/dist/{shell → lib}/history.sh +1 -1
  82. package/dist/{shell → lib}/paths/ant/ant.paths.sh +1 -1
  83. package/dist/{shell → lib}/paths/default/default.paths.sh +1 -1
  84. package/dist/{shell → lib}/paths/homebrew/homebrew.paths.sh +1 -1
  85. package/dist/{shell → lib}/paths/java/java.paths.sh +1 -1
  86. package/dist/{shell → lib}/paths/maven/maven.paths.sh +1 -1
  87. package/dist/{shell → lib}/paths/node/node.paths.sh +1 -1
  88. package/dist/{shell → lib}/paths/nvm/nvm.paths.sh +1 -1
  89. package/dist/{shell → lib}/paths/pnpm/pnpm.paths.sh +1 -1
  90. package/dist/{shell → lib}/paths/python/python.paths.sh +1 -1
  91. package/dist/{shell → lib}/paths/ruby/ruby.paths.sh +1 -1
  92. package/dist/{shell → lib}/paths/tmux/tmux.paths.sh +2 -2
  93. package/dist/{shell → lib}/paths.sh +2 -2
  94. package/package.json +28 -28
  95. package/dist/bin/compile.sh +0 -16
  96. package/dist/bin/copy.sh +0 -21
  97. package/dist/bin/dotfiles.sh +0 -185
  98. package/dist/shell/aliases/default/default.aliases.sh +0 -199
  99. package/dist/shell/configurations/tmux/tmux +0 -95
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.457)
16
+ ## 👋 Welcome to Dotfiles (v0.2.458)
17
17
 
18
18
  ### Simply designed to fit your shell life
19
19
 
@@ -22,10 +22,10 @@ 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.457][download_button]][download]
25
+ [![Download Dotfiles v0.2.458][download_button]][download]
26
26
 
27
27
  Dotfiles aggregates a collection of standalone configuration files (dotfiles)
28
- combined into a `shell` directory that can be used to customize your development
28
+ combined into a `lib` directory that can be used to customize your development
29
29
  environment across numerous computers and operating systems (macOS, Windows,
30
30
  Linux).
31
31
 
@@ -101,7 +101,7 @@ 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.457) with the following options:
104
+ You can download the latest version (v0.2.458) 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)
@@ -227,125 +227,159 @@ You'll see something like this:
227
227
  ```bash
228
228
  .
229
229
  ├── bin
230
- │   └── dotfiles.sh
231
- ├── shell
230
+ │   ├── backup.d.ts
231
+ │   ├── backup.d.ts.map
232
+ │   ├── backup.js
233
+ │   ├── backup.js.map
234
+ │   ├── constants.d.ts
235
+ │   ├── constants.d.ts.map
236
+ │   ├── constants.js
237
+ │   ├── constants.js.map
238
+ │   ├── copy.d.ts
239
+ │   ├── copy.d.ts.map
240
+ │   ├── copy.js
241
+ │   ├── copy.js.map
242
+ │   ├── dotfiles.d.ts
243
+ │   ├── dotfiles.d.ts.map
244
+ │   ├── dotfiles.js
245
+ │   ├── dotfiles.js.map
246
+ │   ├── download.d.ts
247
+ │   ├── download.d.ts.map
248
+ │   ├── download.js
249
+ │   ├── download.js.map
250
+ │   ├── index.d.ts
251
+ │   ├── index.d.ts.map
252
+ │   ├── index.js
253
+ │   ├── index.js.map
254
+ │   ├── transfer.d.ts
255
+ │   ├── transfer.d.ts.map
256
+ │   ├── transfer.js
257
+ │   ├── transfer.js.map
258
+ │   ├── unpack.d.ts
259
+ │   ├── unpack.d.ts.map
260
+ │   ├── unpack.js
261
+ │   └── unpack.js.map
262
+ ├── lib
232
263
  │   ├── aliases
233
264
  │   │   ├── default
234
- │   │   │   ├── README.md
235
- │   │   │   └── default.aliases.sh # Default aliases.
265
+ │   │   │   └── default.aliases.sh
236
266
  │   │   ├── gcloud
237
- │   │   │   └── gcloud.aliases.sh # GCloud aliases.
267
+ │   │   │   └── gcloud.aliases.sh
238
268
  │   │   ├── git
269
+ │   │   │   └── git.aliases.sh
239
270
  │   │   ├── heroku
240
- │   │   │   └── heroku.aliases.sh # Heroku aliases.
271
+ │   │   │   └── heroku.aliases.sh
241
272
  │   │   ├── jekyll
242
- │   │   │   └── jekyll.aliases.sh # Jekyll aliases.
273
+ │   │   │   └── jekyll.aliases.sh
243
274
  │   │   ├── pnpm
244
- │   │   │   └── pnpm.aliases.sh # Pnpm aliases.
275
+ │   │   │   └── pnpm.aliases.sh
245
276
  │   │   ├── subversion
246
- │   │   │   └── subversion.aliases.sh # Subversion aliases.
277
+ │   │   │   └── subversion.aliases.sh
247
278
  │   │   └── tmux
248
- │   │   └── tmux.aliases.sh # Tmux aliases.
279
+ │   │   └── tmux.aliases.sh
249
280
  │   ├── configurations
250
281
  │   │   ├── bash
251
- │   │   │   └── bashrc # Bashrc configuration file.
282
+ │   │   │   └── bashrc
252
283
  │   │   ├── curl
253
- │   │   │   ├── cacert.pem # CA Certificates.
254
- │   │   │   └── curlrc # Curlrc configuration file.
284
+ │   │   │   ├── cacert.pem
285
+ │   │   │   └── curlrc
255
286
  │   │   ├── default
256
- │   │   │   ├── color.sh # Color definitions.
257
- │   │   │   ├── editor.sh # Editor definitions.
258
- │   │   │   └── prompt.sh # Prompt definitions.
287
+ │   │   │   ├── color.sh
288
+ │   │   │   ├── editor.sh
289
+ │   │   │   └── prompt.sh
259
290
  │   │   ├── inputrc
260
- │   │   │   └── inputrc # Inputrc configuration file.
291
+ │   │   │   └── inputrc
261
292
  │   │   ├── jshint
262
- │   │   │   └── jshintrc # Jshintrc configuration file.
293
+ │   │   │   └── jshintrc
263
294
  │   │   ├── profile
264
- │   │   │   └── profile # Profile configuration file.
295
+ │   │   │   └── profile
265
296
  │   │   ├── tmux
266
- │   │   │   └── tmux # Tmux configuration file.
297
+ │   │   │   ├── default
298
+ │   │   │   ├── display
299
+ │   │   │   ├── linux
300
+ │   │   │   ├── navigation
301
+ │   │   │   ├── panes
302
+ │   │   │   ├── theme
303
+ │   │   │   ├── tmux
304
+ │   │   │   └── vi
267
305
  │   │   ├── vim
268
- │   │   │   └── vimrc # Vimrc configuration file.
306
+ │   │   │   └── vimrc
269
307
  │   │   ├── wget
270
- │   │   │   └── wgetrc # Wgetrc configuration file.
308
+ │   │   │   └── wgetrc
271
309
  │   │   ├── zsh
272
- │   │   │   └── zshrc # Zshrc configuration file.
310
+ │   │   │   └── zshrc
273
311
  │   │   └── README.md
274
312
  │   ├── functions
275
- │   │   ├── README.md # Functions documentation.
276
- │   │   ├── cdls.sh # cdls function.
277
- │   │   ├── curlheader.sh # curlheader function.
278
- │   │   ├── curltime.sh # curltime function.
279
- │   │   ├── encode64.sh # encode64 function.
280
- │   │   ├── environment.sh # environment function.
281
- │   │   ├── extract.sh # extract function.
282
- │   │   ├── filehead.sh # filehead function.
283
- │   │   ├── genpwd.sh # genpwd function.
284
- │   │   ├── goto.sh # goto function.
285
- │   │   ├── hidehiddenfiles.sh # hidehiddenfiles function.
286
- │   │   ├── hostinfo.sh # hostinfo function.
287
- │   │   ├── hstats.sh # hstats function.
288
- │   │   ├── httpdebug.sh # httpdebug function.
289
- │   │   ├── keygen.sh # keygen function.
290
- │   │   ├── last.sh # last function.
291
- │   │   ├── logout.sh # logout function.
292
- │   │   ├── lowercase.sh # lowercase function.
293
- │   │   ├── macos.sh # macos function.
294
- │   │   ├── matrix.sh # matrix function.
295
- │   │   ├── mcd.sh # mcd function.
296
- │   │   ├── mount_read_only.sh # mount_read_only function.
297
- │   │   ├── myproc.sh # myproc function.
298
- │   │   ├── prependpath.sh # prependpath function.
299
- │   │   ├── ql.sh # ql function.
300
- │   │   ├── rd.sh # rd function.
301
- │   │   ├── remove_disk.sh # remove_disk function.
302
- │   │   ├── ren.sh # ren function.
303
- │   │   ├── showhiddenfiles.sh # showhiddenfiles function.
304
- │   │   ├── size.sh # size function.
305
- │   │   ├── stopwatch.sh # stopwatch function.
306
- │   │   ├── uppercase.sh # uppercase function.
307
- │   │   ├── view-source.sh # view-source function.
308
- │   │   ├── vscode.sh # vscode function.
309
- │   │   ├── whoisport.sh # whoisport function.
310
- │   │   └── zipf.sh # zipf function.
313
+ │   │   ├── README.md
314
+ │   │   ├── cdls.sh
315
+ │   │   ├── curlheader.sh
316
+ │   │   ├── curltime.sh
317
+ │   │   ├── encode64.sh
318
+ │   │   ├── environment.sh
319
+ │   │   ├── extract.sh
320
+ │   │   ├── filehead.sh
321
+ │   │   ├── genpwd.sh
322
+ │   │   ├── goto.sh
323
+ │   │   ├── hidehiddenfiles.sh
324
+ │   │   ├── hostinfo.sh
325
+ │   │   ├── hstats.sh
326
+ │   │   ├── httpdebug.sh
327
+ │   │   ├── keygen.sh
328
+ │   │   ├── last.sh
329
+ │   │   ├── logout.sh
330
+ │   │   ├── lowercase.sh
331
+ │   │   ├── macos.sh
332
+ │   │   ├── matrix.sh
333
+ │   │   ├── mcd.sh
334
+ │   │   ├── mount_read_only.sh
335
+ │   │   ├── myproc.sh
336
+ │   │   ├── prependpath.sh
337
+ │   │   ├── ql.sh
338
+ │   │   ├── rd.sh
339
+ │   │   ├── remove_disk.sh
340
+ │   │   ├── ren.sh
341
+ │   │   ├── showhiddenfiles.sh
342
+ │   │   ├── size.sh
343
+ │   │   ├── stopwatch.sh
344
+ │   │   ├── uppercase.sh
345
+ │   │   ├── view-source.sh
346
+ │   │   ├── vscode.sh
347
+ │   │   ├── whoisport.sh
348
+ │   │   └── zipf.sh
311
349
  │   ├── paths
312
350
  │   │   ├── ant
313
- │   │   │   └── ant.paths.sh # Ant paths.
351
+ │   │   │   └── ant.paths.sh
314
352
  │   │   ├── default
315
- │   │   │   └── default.paths.sh # Default paths.
353
+ │   │   │   └── default.paths.sh
316
354
  │   │   ├── homebrew
317
- │   │   │   └── homebrew.paths.sh # Homebrew paths.
355
+ │   │   │   └── homebrew.paths.sh
318
356
  │   │   ├── java
319
- │   │   │   └── java.paths.sh # Java paths.
357
+ │   │   │   └── java.paths.sh
320
358
  │   │   ├── maven
321
- │   │   │   └── maven.paths.sh # Maven paths.
359
+ │   │   │   └── maven.paths.sh
322
360
  │   │   ├── node
323
- │   │   │   └── node.paths.sh # Node paths.
361
+ │   │   │   └── node.paths.sh
324
362
  │   │   ├── nvm
325
- │   │   │   └── nvm.paths.sh # NVM paths.
363
+ │   │   │   └── nvm.paths.sh
326
364
  │   │   ├── pnpm
327
- │   │   │   └── pnpm.paths.sh # Pnpm paths.
365
+ │   │   │   └── pnpm.paths.sh
328
366
  │   │   ├── python
329
- │   │   │   └── python.paths.sh # Python paths.
367
+ │   │   │   └── python.paths.sh
330
368
  │   │   ├── ruby
331
- │   │   │   └── ruby.paths.sh # Ruby paths.
369
+ │   │   │   └── ruby.paths.sh
332
370
  │   │   └── tmux
333
- │   │   └── tmux.paths.sh # Tmux paths.
334
- │   ├── README.md # Dotfiles documentation.
335
- │   ├── aliases.sh # Aliases loader file.
336
- │   ├── configurations.sh # Configurations loader file.
337
- │   ├── exit.sh # Exit loader file.
338
- │   ├── functions.sh # Functions loader file.
339
- │   ├── history.sh # History loader file.
340
- │   ├── index.d.ts # Typescript type information.
341
- │   ├── index.d.ts.map # Typescript type map information.
342
- │   ├── index.js # Dotfiles main JS file.
343
- │   ├── index.js.map # Dotfiles main JS map file.
344
- │   └── paths.sh # Paths loader file.
345
- ├── Makefile # Makefile.
346
- └── filesizes.txt # Filesizes in the `dist` directory.
347
-
348
- 35 directories, 83 files
371
+ │   │   └── tmux.paths.sh
372
+ │   ├── README.md
373
+ │   ├── aliases.sh
374
+ │   ├── configurations.sh
375
+ │   ├── exit.sh
376
+ │   ├── functions.sh
377
+ │   ├── history.sh
378
+ │   └── paths.sh
379
+ ├── Makefile
380
+ └── filesizes.txt
381
+
382
+ 35 directories, 117 files
349
383
  ```
350
384
 
351
385
  ## 🔗 Releases
@@ -427,7 +461,7 @@ bunch of awesome [contributors](https://github.com/sebastienrousseau/dotfiles/gr
427
461
  [contributing]: https://github.com/sebastienrousseau/dotfiles/blob/master/.github/CONTRIBUTING.md
428
462
  [curl]: https://curl.se/
429
463
  [docs]: https://github.com/sebastienrousseau/dotfiles/docs
430
- [download]: https://github.com/sebastienrousseau/dotfiles/archive/refs/tags/v0.2.457.tar.gz
464
+ [download]: https://github.com/sebastienrousseau/dotfiles/archive/refs/tags/v0.2.458.tar.gz
431
465
  [getting-started]: https://github.com/sebastienrousseau/dotfiles#getting-started
432
466
  [git]: https://git-scm.com/
433
467
  [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.457) - https://dotfiles.io
3
+ # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.458) - https://dotfiles.io
4
4
  # Copyright (c) Sebastien Rousseau 2022. All rights reserved
5
5
  # License: MIT
6
6
 
@@ -16,7 +16,7 @@ backup: ## Backup your current dotfiles.
16
16
  ifdef PNPM
17
17
  pnpm run backup
18
18
  else
19
- sh $(HOMEDIR)/bin/dotfiles.sh backup
19
+ sh $(HOMEDIR)/scripts/dotfiles backup
20
20
  endif
21
21
 
22
22
  .PHONY: assemble
@@ -25,7 +25,7 @@ assemble: ## Prepare the dotfiles on your system.
25
25
  ifdef PNPM
26
26
  pnpm run assemble
27
27
  else
28
- sh $(HOMEDIR)/bin/dotfiles assemble
28
+ sh $(HOMEDIR)/scripts/dotfiles assemble
29
29
  endif
30
30
 
31
31
  .PHONY: copy
@@ -34,7 +34,7 @@ copy: ## Copy the dotfiles on your system.
34
34
  ifdef PNPM
35
35
  pnpm run copy
36
36
  else
37
- sh $(HOMEDIR)/bin/dotfiles copy
37
+ sh $(HOMEDIR)/scripts/dotfiles copy
38
38
  endif
39
39
 
40
40
  .PHONY: download
@@ -43,7 +43,7 @@ download: ## Download the dotfiles on your system.
43
43
  ifdef PNPM
44
44
  pnpm run download
45
45
  else
46
- sh $(HOMEDIR)/bin/dotfiles download
46
+ sh $(HOMEDIR)/scripts/dotfiles download
47
47
  endif
48
48
 
49
49
  .PHONY: unpack
@@ -52,7 +52,7 @@ unpack: ## Unpack the dotfiles on your system.
52
52
  ifdef PNPM
53
53
  pnpm run unpack
54
54
  else
55
- sh $(HOMEDIR)/bin/dotfiles unpack
55
+ sh $(HOMEDIR)/scripts/dotfiles unpack
56
56
  endif
57
57
 
58
58
  .PHONY: clean
@@ -61,7 +61,7 @@ clean:
61
61
  ifdef PNPM
62
62
  pnpm run clean
63
63
  else
64
- sh $(HOMEDIR)/bin/dotfiles clean
64
+ sh $(HOMEDIR)/scripts/dotfiles clean
65
65
  endif
66
66
 
67
67
  .PHONY: help
@@ -1,5 +1,7 @@
1
1
  export const aliases: string[];
2
+ export const config: string[];
2
3
  export const copies: string[];
3
- export const dotfile: "https://registry.npmjs.org/@sebastienrousseau/dotfiles/-/dotfiles-0.2.457.tgz";
4
- export const version: "dotfiles-0.2.457.tgz";
4
+ export const dotfile: "https://registry.npmjs.org/@sebastienrousseau/dotfiles/-/dotfiles-0.2.458.tgz";
5
+ export const tmux: "$DOTFILES/configurations/tmux/";
6
+ export const version: "dotfiles-0.2.458.tgz";
5
7
  //# sourceMappingURL=constants.d.ts.map
@@ -1 +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"}
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../bin/constants.js"],"names":[],"mappings":"AAUA,+BAWE;AAeF,8BAQE;AArBF,8BAWE;AA1BF,sGAA+F;AAsC/F,oDAA+C;AAvC/C,6CAAuC"}
@@ -1,2 +1,2 @@
1
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};
2
+ const version="dotfiles-0.2.458.tgz";const dotfile="https://registry.npmjs.org/@sebastienrousseau/dotfiles/-/dotfiles-0.2.458.tgz";const aliases=[".bashrc","cacert.pem",".curlrc",".inputrc",".jshintrc",".profile",".tmux.conf",".vimrc",".wgetrc",".zshrc"];const copies=["lib/configurations/bash/bashrc","lib/configurations/curl/cacert.pem","lib/configurations/curl/curlrc","lib/configurations/input/inputrc","lib/configurations/jshint/jshintrc","lib/configurations/profile/profile","lib/configurations/tmux/tmux","lib/configurations/vim/vimrc","lib/configurations/wget/wgetrc","lib/configurations/zsh/zshrc",];const config=["lib/configurations/tmux/default","lib/configurations/tmux/display","lib/configurations/tmux/linux","lib/configurations/tmux/navigation","lib/configurations/tmux/panes","lib/configurations/tmux/theme","lib/configurations/tmux/vi"];const tmux="$DOTFILES/configurations/tmux/";module.exports={aliases,config,copies,dotfile,tmux,version};
@@ -1 +1 @@
1
- {"version":3,"file":"constants.js","sourceRoot":"","sources":["../../bin/constants.js"],"names":[],"mappings":";AAOA,IAAM,OAAO,GAAG,sBAAsB,CAAC;AACvC,IAAM,OAAO,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"}
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,gCAAgC;IAChC,oCAAoC;IACpC,gCAAgC;IAChC,kCAAkC;IAClC,oCAAoC;IACpC,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,GAAI,gCAAgC,CAAC;AAE/C,MAAM,CAAC,OAAO,GAAG,EAAE,OAAO,SAAA,EAAE,MAAM,QAAA,EAAE,MAAM,QAAA,EAAE,OAAO,SAAA,EAAE,IAAI,MAAA,EAAE,OAAO,SAAA,EAAE,CAAC"}
@@ -1,4 +1,3 @@
1
1
 
2
- const copy=require('./copy.js');const transfer=require("./transfer.js");const backup=require("./backup.js");const download=require('./download.js');const unpack=require("./unpack.js");const{aliases,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);}
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,config,copies,tmux}=require("./constants.js");const sleep=(waitTimeInMs)=>new Promise((resolve)=>setTimeout(resolve,waitTimeInMs));var fs=require("fs");var os=require("os");var path=require("path");const dir=path.resolve(__dirname,os.homedir());module.exports=async function main(){let i=0;do{backup(aliases[i],aliases[i]);copy(copies[i],aliases[i]);i++;}while(i<aliases.length&&i<copies.length);download();await sleep(2500);unpack();await sleep(2500);if(fs.existsSync(dir)){await transfer(dir);}
4
3
  else{await fs.mkdirSync(dir);await sleep(2500);await transfer(dir);}};
@@ -1 +1 @@
1
- {"version":3,"file":"dotfiles.js","sourceRoot":"","sources":["../../bin/dotfiles.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAOA,IAAM,IAAI,GAAG,OAAO,CAAC,WAAW,CAAC,CAAC;AAClC,IAAM,QAAQ,GAAG,OAAO,CAAC,eAAe,CAAC,CAAC;AAC1C,IAAM,MAAM,GAAG,OAAO,CAAC,aAAa,CAAC,CAAC;AACtC,IAAM,QAAQ,GAAG,OAAO,CAAC,eAAe,CAAC,CAAC;AAC1C,IAAM,MAAM,GAAG,OAAO,CAAC,aAAa,CAAC,CAAC;AAChC,IAAA,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"}
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,KAAoC,OAAO,CAAC,gBAAgB,CAAC,EAA3D,OAAO,aAAA,EAAE,MAAM,YAAA,EAAE,MAAM,YAAA,EAAE,IAAI,UAA8B,CAAC;AACpE,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,CAAC;oBAGV,GAAG;wBACD,MAAM,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC;wBAC/B,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC;wBAC5B,CAAC,EAAE,CAAC;qBACL,QAAQ,CAAC,GAAG,OAAO,CAAC,MAAM,IAAI,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE;oBAGlD,QAAQ,EAAE,CAAC;oBACX,WAAM,KAAK,CAAC,IAAI,CAAC,EAAA;;oBAAjB,SAAiB,CAAC;oBAClB,MAAM,EAAE,CAAC;oBACT,WAAM,KAAK,CAAC,IAAI,CAAC,EAAA;;oBAAjB,SAAiB,CAAC;yBACd,EAAE,CAAC,UAAU,CAAC,GAAG,CAAC,EAAlB,cAAkB;oBACpB,WAAM,QAAQ,CAAC,GAAG,CAAC,EAAA;;oBAAnB,SAAmB,CAAC;;wBAGpB,WAAM,EAAE,CAAC,SAAS,CAAC,GAAG,CAAC,EAAA;;oBAAvB,SAAuB,CAAC;oBACxB,WAAM,KAAK,CAAC,IAAI,CAAC,EAAA;;oBAAjB,SAAiB,CAAC;oBAClB,WAAM,QAAQ,CAAC,GAAG,CAAC,EAAA;;oBAAnB,SAAmB,CAAC;;;;;;CAEvB,CAAC"}
package/dist/bin/index.js CHANGED
File without changes