@sebastienrousseau/dotfiles 0.2.453 → 0.2.454

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 (103) hide show
  1. package/README.md +172 -156
  2. package/{Makefile → dist/Makefile} +7 -8
  3. package/dist/bin/compile.sh +16 -0
  4. package/dist/bin/copy.sh +21 -0
  5. package/{bin → dist/bin}/dotfiles.sh +56 -28
  6. package/dist/filesizes.txt +176 -0
  7. package/{shell → dist/shell}/README.md +0 -0
  8. package/{shell → dist/shell}/aliases/default/default.aliases.sh +1 -1
  9. package/{shell → dist/shell}/aliases/gcloud/gcloud.aliases.sh +1 -1
  10. package/{shell → dist/shell}/aliases/heroku/heroku.aliases.sh +1 -1
  11. package/{shell → dist/shell}/aliases/jekyll/jekyll.aliases.sh +1 -1
  12. package/{shell → dist/shell}/aliases/pnpm/pnpm.aliases.sh +1 -1
  13. package/{shell → dist/shell}/aliases/subversion/subversion.aliases.sh +1 -1
  14. package/{shell → dist/shell}/aliases/tmux/tmux.aliases.sh +1 -1
  15. package/{shell → dist/shell}/aliases.sh +1 -1
  16. package/{shell → dist/shell}/configurations/README.md +0 -0
  17. package/{shell → dist/shell}/configurations/bash/bashrc +2 -2
  18. package/{shell → dist/shell}/configurations/curl/cacert.pem +0 -0
  19. package/{shell → dist/shell}/configurations/curl/curlrc +1 -1
  20. package/{shell → dist/shell}/configurations/default/color.sh +1 -1
  21. package/{shell → dist/shell}/configurations/default/editor.sh +1 -1
  22. package/{shell → dist/shell}/configurations/default/prompt.sh +1 -1
  23. package/{shell → dist/shell}/configurations/inputrc/inputrc +1 -1
  24. package/{shell → dist/shell}/configurations/jshint/jshintrc +0 -0
  25. package/{shell → dist/shell}/configurations/profile/profile +1 -1
  26. package/{shell → dist/shell}/configurations/tmux/tmux +1 -1
  27. package/{shell → dist/shell}/configurations/vim/vimrc +1 -1
  28. package/{shell → dist/shell}/configurations/wget/wgetrc +1 -1
  29. package/{shell → dist/shell}/configurations/zsh/zshrc +2 -2
  30. package/{shell → dist/shell}/configurations.sh +1 -1
  31. package/{shell → dist/shell}/exit.sh +1 -1
  32. package/{shell → dist/shell}/functions/README.md +0 -0
  33. package/{shell → dist/shell}/functions/cdls.sh +1 -1
  34. package/{shell → dist/shell}/functions/curlheader.sh +1 -1
  35. package/{shell → dist/shell}/functions/curltime.sh +1 -1
  36. package/{shell → dist/shell}/functions/encode64.sh +1 -1
  37. package/{shell → dist/shell}/functions/environment.sh +1 -1
  38. package/{shell → dist/shell}/functions/extract.sh +1 -1
  39. package/{shell → dist/shell}/functions/filehead.sh +0 -0
  40. package/{shell → dist/shell}/functions/genpwd.sh +1 -1
  41. package/{shell → dist/shell}/functions/goto.sh +1 -1
  42. package/{shell → dist/shell}/functions/hidehiddenfiles.sh +1 -1
  43. package/{shell → dist/shell}/functions/hostinfo.sh +1 -1
  44. package/{shell → dist/shell}/functions/hstats.sh +1 -1
  45. package/{shell → dist/shell}/functions/httpdebug.sh +1 -1
  46. package/{shell → dist/shell}/functions/keygen.sh +1 -1
  47. package/{shell → dist/shell}/functions/last.sh +1 -1
  48. package/{shell → dist/shell}/functions/logout.sh +1 -1
  49. package/{shell → dist/shell}/functions/lowercase.sh +1 -1
  50. package/{shell → dist/shell}/functions/macos.sh +1 -1
  51. package/{shell → dist/shell}/functions/matrix.sh +1 -1
  52. package/{shell → dist/shell}/functions/mcd.sh +1 -1
  53. package/{shell → dist/shell}/functions/mount_read_only.sh +1 -1
  54. package/{shell → dist/shell}/functions/myproc.sh +1 -1
  55. package/{shell → dist/shell}/functions/prependpath.sh +1 -1
  56. package/{shell → dist/shell}/functions/ql.sh +1 -1
  57. package/{shell → dist/shell}/functions/rd.sh +1 -1
  58. package/{shell → dist/shell}/functions/remove_disk.sh +1 -1
  59. package/{shell → dist/shell}/functions/ren.sh +1 -1
  60. package/{shell → dist/shell}/functions/showhiddenfiles.sh +1 -1
  61. package/{shell → dist/shell}/functions/size.sh +1 -1
  62. package/{shell → dist/shell}/functions/stopwatch.sh +1 -1
  63. package/{shell → dist/shell}/functions/uppercase.sh +1 -1
  64. package/{shell → dist/shell}/functions/view-source.sh +1 -1
  65. package/{shell → dist/shell}/functions/vscode.sh +1 -1
  66. package/{shell → dist/shell}/functions/whoisport.sh +1 -1
  67. package/{shell → dist/shell}/functions/zipf.sh +1 -1
  68. package/{shell → dist/shell}/functions.sh +1 -1
  69. package/{shell → dist/shell}/history.sh +1 -1
  70. package/dist/shell/index.d.ts +2 -0
  71. package/dist/shell/index.d.ts.map +1 -0
  72. package/dist/shell/index.js +2 -0
  73. package/dist/shell/index.js.map +1 -0
  74. package/{shell → dist/shell}/paths/ant/ant.paths.sh +1 -1
  75. package/{shell → dist/shell}/paths/default/default.paths.sh +1 -1
  76. package/{shell → dist/shell}/paths/homebrew/homebrew.paths.sh +1 -1
  77. package/{shell → dist/shell}/paths/java/java.paths.sh +1 -1
  78. package/{shell → dist/shell}/paths/maven/maven.paths.sh +1 -1
  79. package/{shell → dist/shell}/paths/node/node.paths.sh +1 -1
  80. package/{shell → dist/shell}/paths/nvm/nvm.paths.sh +1 -1
  81. package/{shell → dist/shell}/paths/pnpm/pnpm.paths.sh +1 -1
  82. package/{shell → dist/shell}/paths/python/python.paths.sh +13 -3
  83. package/{shell → dist/shell}/paths/ruby/ruby.paths.sh +1 -1
  84. package/{shell → dist/shell}/paths/tmux/tmux.paths.sh +3 -2
  85. package/{shell → dist/shell}/paths.sh +1 -1
  86. package/package.json +33 -27
  87. package/COPYRIGHT +0 -5
  88. package/index.js +0 -24
  89. package/pnpm-lock.yaml +0 -232
  90. package/pnpm-workspace.yaml +0 -2
  91. package/shell/aliases/default/README.md +0 -0
  92. package/shell/aliases/git/git.aliases.wip +0 -586
  93. package/shell/functions/changediskpwd.wip +0 -19
  94. package/shell/functions/code.wip +0 -18
  95. package/shell/functions/countdown.wip +0 -33
  96. package/shell/functions/headers.wip +0 -4
  97. package/shell/functions/history-all.wip +0 -7
  98. package/shell/functions/print.wip +0 -13
  99. package/shell/functions/rm.wip +0 -13
  100. package/shell/functions/rps.wip +0 -103
  101. package/shell/functions/trash.wip +0 -13
  102. package/shell/functions/tree.wip +0 -13
  103. package/shell/functions/uuidgen.wip +0 -27
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Dotfiles v0.2.453
1
+ # Dotfiles
2
2
 
3
3
  [![Banner representing the Dotfiles Library][logo]][website]
4
4
 
@@ -13,14 +13,16 @@
13
13
  • [Request Feature][issues]
14
14
  • [Contributing Guidelines][contributing]**
15
15
 
16
- ## 👋 Welcome to Dotfiles
16
+ ## 👋 Welcome to Dotfiles (v0.2.454)
17
17
 
18
- Dotfiles are set of macOS / Linux and Windows configuration files.
18
+ ### Simply designed to fit your shell life
19
19
 
20
- [![Getting Started][getting started]](#getting-started)
21
- [![Download Dotfiles v0.2.453][download_button]][download]
20
+ Dotfiles are a set of macOS, Linux and Windows configuration files. They are
21
+ aimed at making your life easier by providing a set of scripts and configuration
22
+ files with new ways to get things done.
22
23
 
23
- ### Simply designed to fit your shell life
24
+ [![Getting Started][getting_started]][getting-started]
25
+ [![Download Dotfiles v0.2.454][download_button]][download]
24
26
 
25
27
  Dotfiles aggregates a collection of standalone configuration files (dotfiles)
26
28
  combined into a `shell` directory that can be used to customize your development
@@ -42,31 +44,44 @@ To read the documentation for Dotfiles, please visit:
42
44
 
43
45
  ![divider][divider]
44
46
 
45
- ## Getting Started
46
-
47
- ### 🔧 Installation
47
+ ## 🚀 Getting Started
48
48
 
49
49
  We are so delighted that you have decided to try Dotfiles, and are sure that you
50
50
  will find Dotfiles unique and helpful.
51
51
 
52
- Dotfiles seeks to bring you high quality and easy to use standalone and modular configuration files that can be used to customize your development environment
52
+ Dotfiles seeks to bring you high quality and easy to use standalone and modular
53
+ configuration files that can be used to customize your development environment
53
54
  across numerous computers and operating systems (macOS, Windows, Linux).
54
55
 
56
+ ### 🔧 Installation
57
+
55
58
  We understand that you may want to install Dotfiles without reading long manuals
56
- and lengthy documentation. So we have tried to make the installation process as
57
- easy as possible.
59
+ and lengthy documentation. In that respect, we have tried to make the
60
+ installation process as easy as possible.
61
+
62
+ A range of installation methods are available, and we recommend that you choose
63
+ the one that best suits your needs.
58
64
 
59
- ### 📦 Prerequisites
65
+ Before you begin your installation, use this information to ensure that you meet
66
+ all the hardware, software, and system requirements for installing Dotfiles.
60
67
 
61
- However, we recommend that you read the below guidelines before installing
62
- Dotfiles. A range of installation methods are available, and we recommend that
63
- you choose the one that best suits your needs.
68
+ #### 📋 System Requirements
69
+
70
+ You need a modern operating system to install Dotfiles. Here's an non-exhaustive
71
+ list of the recommended operating systems that we support.
72
+
73
+ If you don't see your operating system listed, it may still work, but we have
74
+ yet been able to test it. If you have any issues, please let us know.
75
+
76
+ - macOS 10.15 or later
77
+ - Windows 10 or later
78
+ - A Debian based distribution (Debian, Ubuntu, PoP!_OS, Zorin OS, Q4OS, Kali Linux, Devuan, Deepin, etc.)
64
79
 
65
80
  ![divider][divider]
66
81
 
67
- ### ✔️ Requirements
82
+ #### ✔️ Software Requirements
68
83
 
69
- The following requirements are needed to install Dotfiles:
84
+ The following programs must be installed on your system to install Dotfiles:
70
85
 
71
86
  - [**Bash**][bash] - a shell, or command language interpreter, for the GNU
72
87
  operating system.
@@ -86,7 +101,7 @@ The following requirements are needed to install Dotfiles:
86
101
 
87
102
  ### 1️⃣ Download Dotfiles
88
103
 
89
- You can download the latest version (v0.2.453) with the following options:
104
+ You can download the latest version (v0.2.454) with the following options:
90
105
 
91
106
  - [**Manual download**][releases] - **The easiest way to install Dotfiles.**
92
107
  - [**Install with PnPM**](https://www.npmjs.com/package/@sebastienrousseau/dotfiles)
@@ -143,27 +158,36 @@ could be required to restore your previous installation.
143
158
 
144
159
  To install the latest version of the dotfiles, run the following command:
145
160
 
146
- #### Using make (highly recommended)
161
+ #### Using make (easiest)
147
162
 
148
- Simply run the following command in your terminal / shell:
163
+ The easiest way to install Dotfiles is to use the `make` command. This will
164
+ install the latest version of the dotfiles and will automatically backup
165
+ any existing dotfiles you may have into a backup directory
166
+ `$HOME/dotfiles_backup`.
167
+
168
+ The installer will check if you have PnPM installed to switch to the PnPM installation method. If not, it will fallback to equivalent shell scripts.
169
+
170
+ Switch to the `dist` directory and run:
149
171
 
150
172
  ```bash
151
- make installer
173
+ make prepare
152
174
  ```
153
175
 
154
- or if you want to just check the options available, run the following command:
176
+ You can also just check the installer options available, by simply running:
155
177
 
156
178
  ```bash
157
179
  make help
158
180
  ```
159
181
 
160
- #### Using PnPM (recommended if you have PnPM installed)
182
+ #### Using PnPM (highly recommended if you have PnPM installed)
161
183
 
162
184
  PnPM is a key dependency of the dotfiles package. It will help you install the
163
185
  dotfiles rapidly and very efficiently.
164
186
 
187
+ Switch to the `dist` directory and run:
188
+
165
189
  ```bash
166
- pnpm installer
190
+ pnpm run prepare
167
191
  ```
168
192
 
169
193
  ### Post installation
@@ -190,135 +214,126 @@ You'll see something like this:
190
214
 
191
215
  ```bash
192
216
  .
193
- ├── aliases
194
- │   ├── default
195
- │   │   ├── README.md
196
- │   │   └── default.aliases.sh # Default aliases
197
- │   ├── gcloud
198
- │   │   ├── README.md
199
- │   │   └── gcloud.aliases.sh # GCloud aliases
200
- │   ├── git
201
- │   │   ├── README.md
202
- │   │   └── git.aliases.wip # Git aliases (WIP)
203
- │   ├── heroku
204
- │   │   ├── README.md
205
- │   │   └── heroku.aliases.sh # Heroku aliases
206
- │   ├── jekyll
207
- │   │   ├── README.md
208
- │   │   └── jekyll.aliases.sh # Jekyll aliases
209
- │   ├── pnpm
210
- │   │   ├── README.md
211
- │   │   └── pnpm.aliases.sh # PnPM aliases
212
- │   ├── subversion
213
- │   │   ├── README.md
214
- │   │   └── subversion.aliases.sh # Subversion aliases
215
- │   ├── tmux
216
- │   │   ├── README.md
217
- │   │   └── tmux.aliases.sh # Tmux aliases
218
- │   └── README.md
219
- ├── configurations
220
- │   ├── bash
221
- │   │   └── bashrc # Bash configurations
222
- │   ├── curl
223
- │   │   ├── cacert.pem # CA Certificates
224
- │   │   └── curlrc # Curl configurations
225
- │   ├── default
226
- │   │   ├── color.sh # Color definitions
227
- │   │   ├── editor.sh # Editor definitions
228
- │   │   └── prompt.sh # Prompt definitions
229
- │   ├── inputrc
230
- │   │   └── inputrc # Inputrc configurations
231
- │   ├── jshint
232
- │   │   └── jshintrc # JSHint configurations
233
- │   ├── profile
234
- │   │   └── profile # Profile configurations
235
- │   ├── tmux
236
- │   │   └── tmux # Tmux configurations
237
- │   ├── vim
238
- │   │   └── vimrc # Vim configurations
239
- │   ├── wget
240
- │   │   └── wgetrc # Wget configurations
241
- │   ├── zsh
242
- │   │   └── zshrc # Zsh configurations
243
- │   └── README.md
244
- ├── functions
245
- │   ├── README.md
246
- │   ├── cdls.sh # cdls function
247
- │   ├── changediskpwd.sh # changediskpwd function
248
- │   ├── code.sh # code function
249
- │   ├── countdown.sh # countdown function
250
- │   ├── curlheader.sh # curlheader function
251
- │   ├── curltime.sh # curltime function
252
- │   ├── encode64.sh # encode64 function
253
- │   ├── environment.sh # environment function
254
- │   ├── extract.sh # extract function
255
- │   ├── filehead.sh # filehead function
256
- │   ├── genpwd.sh # genpwd function
257
- │   ├── goto.sh # goto function
258
- │   ├── headers.sh # headers function
259
- │   ├── hidehiddenfiles.sh # hidehiddenfiles function
260
- │   ├── history-all.sh # history-all function
261
- │   ├── hostinfo.sh # hostinfo function
262
- │   ├── hstats.sh # hstats function
263
- │   ├── httpdebug.sh # httpdebug function
264
- │   ├── keygen.sh # keygen function
265
- │   ├── last.sh # last function
266
- │   ├── logout.sh # logout function
267
- │   ├── lowercase.sh # lowercase function
268
- │   ├── macos.sh # macos function
269
- │   ├── matrix.sh # matrix function
270
- │   ├── mcd.sh # mcd function
271
- │   ├── mount_read_only.sh # mount_read_only function
272
- │   ├── myproc.sh # myproc function
273
- │   ├── prependpath.sh # prependpath function
274
- │   ├── print.sh # print function
275
- │   ├── ql.sh # ql function
276
- │   ├── rd.sh # rd function
277
- │   ├── remove_disk.sh # remove_disk function
278
- │   ├── ren.sh # ren function
279
- │   ├── rm.sh # rm function
280
- │   ├── rps.sh # rps function
281
- │   ├── showhiddenfiles.sh # showhiddenfiles function
282
- │   ├── size.sh # size function
283
- │   ├── stopwatch.sh # stopwatch function
284
- │   ├── trash.sh # trash function
285
- │   ├── tree.sh # tree function
286
- │   ├── uppercase.sh # uppercase function
287
- │   ├── uuidgen.sh # uuidgen function
288
- │   ├── view-source.sh # view-source function
289
- │   ├── vscode.sh # vscode function
290
- │   ├── whoisport.sh # whoisport function
291
- │   └── zipf.sh # zipf function
292
- ├── paths
293
- │   ├── ant
294
- │   │   └── ant.paths.sh # Ant paths
295
- │   ├── default
296
- │   │   └── default.paths.sh # Default paths
297
- │   ├── homebrew
298
- │   │   └── homebrew.paths.sh # Homebrew paths
299
- │   ├── java
300
- │   │   └── java.paths.sh # Java paths
301
- │   ├── maven
302
- │   │   └── maven.paths.sh # Maven paths
303
- │   ├── node
304
- │   │   └── node.paths.sh # Node paths
305
- │   ├── nvm
306
- │   │   └── nvm.paths.sh # Nvm paths
307
- │   ├── pnpm
308
- │   │   └── pnpm.paths.sh # Pnpm paths
309
- │   ├── ruby
310
- │   │   └── ruby.paths.sh # Ruby paths
311
- │   └── tmux
312
- │   └── tmux.paths.sh # Tmux paths
313
- ├── README.md
314
- ├── aliases.sh # aliases loader
315
- ├── configurations.sh # configurations loader
316
- ├── exit.sh # exit loader
317
- ├── functions.sh # functions loader
318
- ├── history.sh # history loader
319
- └── paths.sh # paths loader
320
-
321
- 32 directories, 95 files
217
+ ├── bin
218
+ │   └── dotfiles.sh
219
+ ├── shell
220
+ │   ├── aliases
221
+ │   │   ├── default
222
+ │   │   │   ├── README.md
223
+ │   │   │   └── default.aliases.sh # Default aliases.
224
+ │   │   ├── gcloud
225
+ │   │   │   └── gcloud.aliases.sh # GCloud aliases.
226
+ │   │   ├── git
227
+ │   │   ├── heroku
228
+ │   │   │   └── heroku.aliases.sh # Heroku aliases.
229
+ │   │   ├── jekyll
230
+ │   │   │   └── jekyll.aliases.sh # Jekyll aliases.
231
+ │   │   ├── pnpm
232
+ │   │   │   └── pnpm.aliases.sh # Pnpm aliases.
233
+ │   │   ├── subversion
234
+ │   │   │   └── subversion.aliases.sh # Subversion aliases.
235
+ │   │   └── tmux
236
+ │   │   └── tmux.aliases.sh # Tmux aliases.
237
+ │   ├── configurations
238
+ │   │   ├── bash
239
+ │   │   │   └── bashrc # Bashrc configuration file.
240
+ │   │   ├── curl
241
+ │   │   │   ├── cacert.pem # CA Certificates.
242
+ │   │   │   └── curlrc # Curlrc configuration file.
243
+ │   │   ├── default
244
+ │   │   │   ├── color.sh # Color definitions.
245
+ │   │   │   ├── editor.sh # Editor definitions.
246
+ │   │   │   └── prompt.sh # Prompt definitions.
247
+ │   │   ├── inputrc
248
+ │   │   │   └── inputrc # Inputrc configuration file.
249
+ │   │   ├── jshint
250
+ │   │   │   └── jshintrc # Jshintrc configuration file.
251
+ │   │   ├── profile
252
+ │   │   │   └── profile # Profile configuration file.
253
+ │   │   ├── tmux
254
+ │   │   │   └── tmux # Tmux configuration file.
255
+ │   │   ├── vim
256
+ │   │   │   └── vimrc # Vimrc configuration file.
257
+ │   │   ├── wget
258
+ │   │   │   └── wgetrc # Wgetrc configuration file.
259
+ │   │   ├── zsh
260
+ │   │   │   └── zshrc # Zshrc configuration file.
261
+ │   │   └── README.md
262
+ │   ├── functions
263
+ │   │   ├── README.md # Functions documentation.
264
+ │   │   ├── cdls.sh # cdls function.
265
+ │   │   ├── curlheader.sh # curlheader function.
266
+ │   │   ├── curltime.sh # curltime function.
267
+ │   │   ├── encode64.sh # encode64 function.
268
+ │   │   ├── environment.sh # environment function.
269
+ │   │   ├── extract.sh # extract function.
270
+ │   │   ├── filehead.sh # filehead function.
271
+ │   │   ├── genpwd.sh # genpwd function.
272
+ │   │   ├── goto.sh # goto function.
273
+ │   │   ├── hidehiddenfiles.sh # hidehiddenfiles function.
274
+ │   │   ├── hostinfo.sh # hostinfo function.
275
+ │   │   ├── hstats.sh # hstats function.
276
+ │   │   ├── httpdebug.sh # httpdebug function.
277
+ │   │   ├── keygen.sh # keygen function.
278
+ │   │   ├── last.sh # last function.
279
+ │   │   ├── logout.sh # logout function.
280
+ │   │   ├── lowercase.sh # lowercase function.
281
+ │   │   ├── macos.sh # macos function.
282
+ │   │   ├── matrix.sh # matrix function.
283
+ │   │   ├── mcd.sh # mcd function.
284
+ │   │   ├── mount_read_only.sh # mount_read_only function.
285
+ │   │   ├── myproc.sh # myproc function.
286
+ │   │   ├── prependpath.sh # prependpath function.
287
+ │   │   ├── ql.sh # ql function.
288
+ │   │   ├── rd.sh # rd function.
289
+ │   │   ├── remove_disk.sh # remove_disk function.
290
+ │   │   ├── ren.sh # ren function.
291
+ │   │   ├── showhiddenfiles.sh # showhiddenfiles function.
292
+ │   │   ├── size.sh # size function.
293
+ │   │   ├── stopwatch.sh # stopwatch function.
294
+ │   │   ├── uppercase.sh # uppercase function.
295
+ │   │   ├── view-source.sh # view-source function.
296
+ │   │   ├── vscode.sh # vscode function.
297
+ │   │   ├── whoisport.sh # whoisport function.
298
+ │   │   └── zipf.sh # zipf function.
299
+ │   ├── paths
300
+ │   │   ├── ant
301
+ │   │   │   └── ant.paths.sh # Ant paths.
302
+ │   │   ├── default
303
+ │   │   │   └── default.paths.sh # Default paths.
304
+ │   │   ├── homebrew
305
+ │   │   │   └── homebrew.paths.sh # Homebrew paths.
306
+ │   │   ├── java
307
+ │   │   │   └── java.paths.sh # Java paths.
308
+ │   │   ├── maven
309
+ │   │   │   └── maven.paths.sh # Maven paths.
310
+ │   │   ├── node
311
+ │   │   │   └── node.paths.sh # Node paths.
312
+ │   │   ├── nvm
313
+ │   │   │   └── nvm.paths.sh # NVM paths.
314
+ │   │   ├── pnpm
315
+ │   │   │   └── pnpm.paths.sh # Pnpm paths.
316
+ │   │   ├── python
317
+ │   │   │   └── python.paths.sh # Python paths.
318
+ │   │   ├── ruby
319
+ │   │   │   └── ruby.paths.sh # Ruby paths.
320
+ │   │   └── tmux
321
+ │   │   └── tmux.paths.sh # Tmux paths.
322
+ │   ├── README.md # Dotfiles documentation.
323
+ │   ├── aliases.sh # Aliases loader file.
324
+ │   ├── configurations.sh # Configurations loader file.
325
+ │   ├── exit.sh # Exit loader file.
326
+ │   ├── functions.sh # Functions loader file.
327
+ │   ├── history.sh # History loader file.
328
+ │   ├── index.d.ts # Typescript type information.
329
+ │   ├── index.d.ts.map # Typescript type map information.
330
+ │   ├── index.js # Dotfiles main JS file.
331
+ │   ├── index.js.map # Dotfiles main JS map file.
332
+ │   └── paths.sh # Paths loader file.
333
+ ├── Makefile # Makefile.
334
+ └── filesizes.txt # Filesizes in the `dist` directory.
335
+
336
+ 35 directories, 83 files
322
337
  ```
323
338
 
324
339
  ## 🔗 Releases
@@ -400,7 +415,8 @@ bunch of awesome [contributors](https://github.com/sebastienrousseau/dotfiles/gr
400
415
  [contributing]: https://github.com/sebastienrousseau/dotfiles/blob/master/.github/CONTRIBUTING.md
401
416
  [curl]: https://curl.se/
402
417
  [docs]: https://github.com/sebastienrousseau/dotfiles/docs
403
- [download]: https://github.com/sebastienrousseau/dotfiles/archive/refs/tags/v0.2.453.tar.gz
418
+ [download]: https://github.com/sebastienrousseau/dotfiles/archive/refs/tags/v0.2.454.tar.gz
419
+ [getting-started]: https://github.com/sebastienrousseau/dotfiles#getting-started
404
420
  [git]: https://git-scm.com/
405
421
  [github]: https://github.com/sebastienrousseau/dotfiles
406
422
  [issues]: https://github.com/sebastienrousseau/dotfiles/issues
@@ -414,7 +430,7 @@ bunch of awesome [contributors](https://github.com/sebastienrousseau/dotfiles/gr
414
430
 
415
431
  [logo]: https://github.com/sebastienrousseau/dotfiles/raw/master/assets/dotfiles.svg
416
432
  [download_button]: https://github.com/sebastienrousseau/dotfiles/raw/master/assets/button-secondary.svg
417
- [getting started]: https://github.com/sebastienrousseau/dotfiles/raw/master/assets/button-primary.svg
433
+ [getting_started]: https://github.com/sebastienrousseau/dotfiles/raw/master/assets/button-primary.svg
418
434
  [codacy-grade]: https://img.shields.io/codacy/grade/634cfc4de08e492ebcbb341631066241?style=for-the-badge
419
435
  [codacy-url]:https://www.codacy.com/gh/sebastienrousseau/dotfiles/dashboard
420
436
  [contributors-shield]: https://img.shields.io/github/contributors/sebastienrousseau/dotfiles.svg?style=for-the-badge
@@ -1,12 +1,11 @@
1
1
  #!/usr/bin/env make -f
2
2
 
3
- # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.453) - https://dotfiles.io
3
+ # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.454) - https://dotfiles.io
4
4
  # Copyright (c) Sebastien Rousseau 2022. All rights reserved
5
5
  # License: MIT
6
6
 
7
7
  .DEFAULT_GOAL := help
8
8
 
9
- homedir := ./installer
10
9
  language := en
11
10
  PNPM := $(shell command -v pnpm 2> /dev/null)
12
11
  HOMEDIR:= $(shell pwd)
@@ -20,13 +19,13 @@ else
20
19
  sh $(HOMEDIR)/bin/dotfiles.sh backup
21
20
  endif
22
21
 
23
- .PHONY: installer
24
- installer: # @HELP Install the dotfiles on your system.
25
- installer: ## Install the dotfiles on your system.
22
+ .PHONY: prepare
23
+ prepare: # @HELP Prepare the dotfiles on your system.
24
+ prepare: ## Prepare the dotfiles on your system.
26
25
  ifdef PNPM
27
- pnpm run installer
26
+ pnpm run prepare
28
27
  else
29
- sh $(HOMEDIR)/bin/dotfiles installer
28
+ sh $(HOMEDIR)/bin/dotfiles prepare
30
29
  endif
31
30
 
32
31
  .PHONY: copy
@@ -57,7 +56,7 @@ else
57
56
  endif
58
57
 
59
58
  .PHONY: clean
60
- clean: # @HELP Removes any previous setup directories. (site, theme source and theme folders)
59
+ clean: # @HELP Removes any previous setup directories.
61
60
  clean:
62
61
  ifdef PNPM
63
62
  pnpm run clean
@@ -0,0 +1,16 @@
1
+ #!/usr/bin/env bash
2
+ # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.454) - https://dotfiles.io
3
+ # Copyright (c) Sebastien Rousseau 2022. All rights reserved
4
+ # License: MIT
5
+
6
+ ## 🅲🅾🅼🅿🅸🅻🅴 🅳🅾🆃🅵🅸🅻🅴🆂 - Compile dotfiles.
7
+
8
+ compile() {
9
+ pnpm run cp:shell &&
10
+ pnpm run cl:tmp &&
11
+ pnpm run cp:bin &&
12
+ pnpm run cp:make &&
13
+ pnpm run minify &&
14
+ pnpm run filesizes
15
+ }
16
+ compile
@@ -0,0 +1,21 @@
1
+ #!/usr/bin/env bash
2
+ # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.454) - https://dotfiles.io
3
+ # Copyright (c) Sebastien Rousseau 2022. All rights reserved
4
+ # License: MIT
5
+
6
+ ## 🅲🅾🅿🆈 🅳🅾🆃🅵🅸🅻🅴🆂 - Copy dotfiles.
7
+
8
+ copy() {
9
+ pnpm run cp:bash &&
10
+ pnpm run cp:cert &&
11
+ pnpm run cp:curl &&
12
+ pnpm run cp:dirs &&
13
+ pnpm run cp:inpt &&
14
+ pnpm run cp:jsht &&
15
+ pnpm run cp:prof &&
16
+ pnpm run cp:tmux &&
17
+ pnpm run cp:vimr &&
18
+ pnpm run cp:wget &&
19
+ pnpm run cp:zshr
20
+ }
21
+ copy