@sebastienrousseau/dotfiles 0.2.465 → 0.2.466

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 (155) hide show
  1. package/LICENSE +20 -17
  2. package/README.md +141 -150
  3. package/dist/Makefile +1 -1
  4. package/dist/bin/constants.d.ts +2 -2
  5. package/dist/bin/constants.js +1 -1
  6. package/dist/filesizes.txt +18 -18
  7. package/dist/lib/aliases/README.md +9 -5
  8. package/dist/lib/aliases/archives/README.md +1 -1
  9. package/dist/lib/aliases/archives/archives.aliases.sh +2 -2
  10. package/dist/lib/aliases/cd/README.md +1 -1
  11. package/dist/lib/aliases/cd/cd.aliases.sh +1 -1
  12. package/dist/lib/aliases/chmod/README.md +1 -1
  13. package/dist/lib/aliases/chmod/chmod.aliases.sh +1 -1
  14. package/dist/lib/aliases/clear/README.md +1 -1
  15. package/dist/lib/aliases/clear/clear.aliases.sh +2 -2
  16. package/dist/lib/aliases/configuration/README.md +1 -1
  17. package/dist/lib/aliases/configuration/configuration.aliases.sh +2 -2
  18. package/dist/lib/aliases/default/README.md +1 -1
  19. package/dist/lib/aliases/default/default.aliases.sh +2 -2
  20. package/dist/lib/aliases/dig/README.md +1 -1
  21. package/dist/lib/aliases/dig/dig.aliases.sh +2 -2
  22. package/dist/lib/aliases/disk-usage/README.md +1 -1
  23. package/dist/lib/aliases/disk-usage/du.aliases.sh +1 -1
  24. package/dist/lib/aliases/editor/README.md +1 -1
  25. package/dist/lib/aliases/editor/editor.aliases.sh +2 -2
  26. package/dist/lib/aliases/find/README.md +1 -1
  27. package/dist/lib/aliases/find/find.aliases.sh +2 -2
  28. package/dist/lib/aliases/gcloud/README.md +1 -1
  29. package/dist/lib/aliases/gcloud/gcloud.aliases.sh +2 -2
  30. package/dist/lib/aliases/git/README.md +1 -1
  31. package/dist/lib/aliases/git/git.aliases.sh +1 -1
  32. package/dist/lib/aliases/gnu/README.md +1 -1
  33. package/dist/lib/aliases/gnu/gnucoreutils-aliases.sh +1 -1
  34. package/dist/lib/aliases/heroku/README.md +1 -1
  35. package/dist/lib/aliases/heroku/heroku.aliases.sh +1 -1
  36. package/dist/lib/aliases/interactive/README.md +1 -1
  37. package/dist/lib/aliases/interactive/interactive.aliases.sh +1 -1
  38. package/dist/lib/aliases/jekyll/README.md +1 -1
  39. package/dist/lib/aliases/jekyll/jekyll.aliases.sh +1 -1
  40. package/dist/lib/aliases/list/README.md +1 -1
  41. package/dist/lib/aliases/list/list.aliases.sh +1 -1
  42. package/dist/lib/aliases/{macos → macOS}/README.md +1 -1
  43. package/dist/lib/aliases/{macos → macOS}/macos.aliases.sh +1 -1
  44. package/dist/lib/aliases/make/README.md +1 -1
  45. package/dist/lib/aliases/make/make.aliases.sh +1 -1
  46. package/dist/lib/aliases/mkdir/README.md +1 -1
  47. package/dist/lib/aliases/mkdir/mkdir.aliases.sh +1 -1
  48. package/dist/lib/aliases/npm/README.md +1 -1
  49. package/dist/lib/aliases/npm/npm.aliases.sh +1 -1
  50. package/dist/lib/aliases/permission/README.md +1 -1
  51. package/dist/lib/aliases/permission/permission.aliases.sh +1 -1
  52. package/dist/lib/aliases/pnpm/README.md +1 -1
  53. package/dist/lib/aliases/pnpm/pnpm.aliases.sh +1 -1
  54. package/dist/lib/aliases/ps/README.md +1 -1
  55. package/dist/lib/aliases/ps/ps.aliases.sh +1 -1
  56. package/dist/lib/aliases/rsync/README.md +1 -1
  57. package/dist/lib/aliases/rsync/rsync.aliases.sh +1 -1
  58. package/dist/lib/aliases/rust/README.md +1 -1
  59. package/dist/lib/aliases/rust/rust.aliases.sh +1 -1
  60. package/dist/lib/aliases/subversion/README.md +1 -1
  61. package/dist/lib/aliases/subversion/subversion.aliases.sh +1 -1
  62. package/dist/lib/aliases/sudo/README.md +1 -1
  63. package/dist/lib/aliases/sudo/sudo.aliases.sh +1 -1
  64. package/dist/lib/aliases/tmux/README.md +1 -1
  65. package/dist/lib/aliases/tmux/tmux.aliases.sh +1 -1
  66. package/dist/lib/aliases/update/README.md +1 -1
  67. package/dist/lib/aliases/update/update.aliases.sh +1 -1
  68. package/dist/lib/aliases/uuid/README.md +1 -1
  69. package/dist/lib/aliases/uuid/uuid.aliases.sh +1 -1
  70. package/dist/lib/aliases/wget/README.md +1 -1
  71. package/dist/lib/aliases/wget/wget.aliases.sh +1 -1
  72. package/dist/lib/aliases.sh +2 -2
  73. package/dist/lib/configurations/README.md +1 -1
  74. package/dist/lib/configurations/bash/bashrc +2 -2
  75. package/dist/lib/configurations/curl/curlrc +1 -1
  76. package/dist/lib/configurations/default/color.sh +1 -1
  77. package/dist/lib/configurations/default/constants.sh +2 -2
  78. package/dist/lib/configurations/default/editor.sh +1 -1
  79. package/dist/lib/configurations/default/prompt.sh +1 -1
  80. package/dist/lib/configurations/input/inputrc +1 -1
  81. package/dist/lib/configurations/nano/nanorc +1 -1
  82. package/dist/lib/configurations/profile/profile +1 -1
  83. package/dist/lib/configurations/tmux/default +1 -1
  84. package/dist/lib/configurations/tmux/display +1 -1
  85. package/dist/lib/configurations/tmux/linux +1 -1
  86. package/dist/lib/configurations/tmux/navigation +1 -1
  87. package/dist/lib/configurations/tmux/panes +1 -1
  88. package/dist/lib/configurations/tmux/theme +2 -2
  89. package/dist/lib/configurations/tmux/tmux +1 -1
  90. package/dist/lib/configurations/tmux/vi +1 -1
  91. package/dist/lib/configurations/vim/vimrc +1 -1
  92. package/dist/lib/configurations/wget/wgetrc +1 -1
  93. package/dist/lib/configurations/zsh/zshrc +2 -2
  94. package/dist/lib/configurations.sh +2 -2
  95. package/dist/lib/functions/README.md +5 -1
  96. package/dist/lib/functions/cdls.sh +1 -1
  97. package/dist/lib/functions/curlheader.sh +1 -1
  98. package/dist/lib/functions/curlstatus.sh +1 -1
  99. package/dist/lib/functions/curltime.sh +1 -1
  100. package/dist/lib/functions/encode64.sh +1 -1
  101. package/dist/lib/functions/environment.sh +1 -1
  102. package/dist/lib/functions/extract.sh +1 -1
  103. package/dist/lib/functions/freespace.sh +1 -1
  104. package/dist/lib/functions/genpwd.sh +2 -2
  105. package/dist/lib/functions/goto.sh +1 -1
  106. package/dist/lib/functions/hidehiddenfiles.sh +1 -1
  107. package/dist/lib/functions/hostinfo.sh +1 -1
  108. package/dist/lib/functions/hstats.sh +1 -1
  109. package/dist/lib/functions/httpdebug.sh +1 -1
  110. package/dist/lib/functions/keygen.sh +1 -1
  111. package/dist/lib/functions/last.sh +1 -1
  112. package/dist/lib/functions/logout.sh +1 -1
  113. package/dist/lib/functions/lowercase.sh +1 -1
  114. package/dist/lib/functions/matrix.sh +1 -1
  115. package/dist/lib/functions/mount_read_only.sh +1 -1
  116. package/dist/lib/functions/myproc.sh +1 -1
  117. package/dist/lib/functions/prependpath.sh +1 -1
  118. package/dist/lib/functions/ql.sh +1 -1
  119. package/dist/lib/functions/rd.sh +1 -1
  120. package/dist/lib/functions/remove_disk.sh +1 -1
  121. package/dist/lib/functions/ren.sh +1 -1
  122. package/dist/lib/functions/showhiddenfiles.sh +1 -1
  123. package/dist/lib/functions/size.sh +1 -1
  124. package/dist/lib/functions/stopwatch.sh +1 -1
  125. package/dist/lib/functions/uppercase.sh +1 -1
  126. package/dist/lib/functions/view-source.sh +1 -1
  127. package/dist/lib/functions/vscode.sh +1 -1
  128. package/dist/lib/functions/whoisport.sh +1 -1
  129. package/dist/lib/functions/zipf.sh +1 -1
  130. package/dist/lib/functions.sh +2 -2
  131. package/dist/lib/history.sh +2 -2
  132. package/dist/lib/paths/ant/ant.paths.sh +1 -1
  133. package/dist/lib/paths/default/default.paths.sh +1 -1
  134. package/dist/lib/paths/homebrew/homebrew.paths.sh +1 -1
  135. package/dist/lib/paths/java/java.paths.sh +1 -1
  136. package/dist/lib/paths/maven/maven.paths.sh +1 -1
  137. package/dist/lib/paths/node/node.paths.sh +1 -1
  138. package/dist/lib/paths/nvm/nvm.paths.sh +1 -1
  139. package/dist/lib/paths/pnpm/pnpm.paths.sh +1 -1
  140. package/dist/lib/paths/python/python.paths.sh +1 -1
  141. package/dist/lib/paths/ruby/ruby.paths.sh +1 -1
  142. package/dist/lib/paths/tmux/tmux.paths.sh +1 -1
  143. package/dist/lib/paths.sh +2 -2
  144. package/dist/scripts/backup.sh +1 -1
  145. package/dist/scripts/banner.sh +1 -1
  146. package/dist/scripts/build.sh +1 -1
  147. package/dist/scripts/clean.sh +1 -1
  148. package/dist/scripts/compile.sh +1 -1
  149. package/dist/scripts/copy.sh +1 -1
  150. package/dist/scripts/dotfiles.sh +1 -1
  151. package/dist/scripts/download.sh +1 -1
  152. package/dist/scripts/help.sh +1 -1
  153. package/dist/scripts/ssh.sh +1 -1
  154. package/dist/scripts/unpack.sh +1 -1
  155. package/package.json +1 -1
package/LICENSE CHANGED
@@ -1,26 +1,29 @@
1
+ # Dotfiles
2
+
1
3
  Dotfiles uses the following under the MIT License
2
4
 
3
5
  The MIT License (MIT)
4
6
 
5
- Copyright (c) 2022 Sebastien Rousseau
7
+ Copyright (c) 2023 Sebastien Rousseau
6
8
 
7
- Permission is hereby granted, free of charge, to any person obtaining a copy
8
- of this software and associated documentation files (the "Software"), to deal
9
- in the Software without restriction, including without limitation the rights
10
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11
- copies of the Software, and to permit persons to whom the Software is
12
- furnished to do so, subject to the following conditions:
9
+ Permission is hereby granted, free of charge, to any person obtaining a
10
+ copy of this software and associated documentation files (the "Software
11
+ "), to deal in the Software without restriction, including without
12
+ limitation the rights to use, copy, modify, merge, publish, distribute,
13
+ sublicense, and/or sell copies of the Software, and to permit persons to
14
+ whom the Software is furnished to do so, subject to the following
15
+ conditions:
13
16
 
14
- The above copyright notice and this permission notice shall be included in all
15
- copies or substantial portions of the Software.
17
+ The above copyright notice and this permission notice shall be included
18
+ in all copies or substantial portions of the Software.
16
19
 
17
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19
- FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE
20
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
23
- SOFTWARE.
20
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
21
+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
22
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
23
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
24
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
25
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
26
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
24
27
 
25
28
  Dotfiles uses the following under the GPL-3.0 license:
26
29
 
@@ -1260,7 +1263,7 @@ Dotfiles uses the following under the Apache License Version 2.0:
1260
1263
 
1261
1264
  ==============================================================
1262
1265
 
1263
- # This product also include the following sof§tware
1266
+ ## This product also include the following software
1264
1267
 
1265
1268
  QRCode for JavaScript
1266
1269
 
package/README.md CHANGED
@@ -5,25 +5,31 @@ alt="dotfiles logo" width="261" align="right" />
5
5
 
6
6
  <!-- markdownlint-enable MD033 MD041 -->
7
7
 
8
- # Dotfiles (v0.2.465)
8
+ # Dotfiles (v0.2.466)
9
9
 
10
10
  Simply designed to fit your shell life 🐚
11
11
 
12
+ <!-- markdownlint-disable MD033 MD041 -->
13
+ <center>
14
+ <!-- markdownlint-enable MD033 MD041 -->
15
+
12
16
  ![Dotfiles banner][banner]
13
17
 
14
- [![Codacy][codacy-grade]][codacy-url]
15
- [![Contributors][contributors-shield]][contributors-url]
16
- [![Forks][forks-shield]][forks-url]
17
- [![License][license]][license-url]
18
- [![Love][love]][website-url]
18
+ [![Codacy][codacy-grade]][06]
19
+ [![Contributors][contributors-shield]][14]
20
+ [![Forks][forks-shield]][13]
21
+ [![License][license]][02]
22
+ [![Love][love]][00]
19
23
 
20
- • [Website][website-url] • [Documentation][github-url]
21
- • [Report Bug][issues-url] • [Request Feature][issues-url]
22
- • [Contributing Guidelines][contributing-url]
24
+ • [Website][00] • [Documentation][16]
25
+ • [Report Bug][17] • [Request Feature][17]
26
+ • [Contributing Guidelines][05]
23
27
 
24
- ![divider][divider]
28
+ <!-- markdownlint-disable MD033 MD041 -->
29
+ </center>
30
+ <!-- markdownlint-enable MD033 MD041 -->
25
31
 
26
- ## Welcome to Dotfiles (v0.2.465) 👋
32
+ ![divider][divider]
27
33
 
28
34
  ## Overview 📖
29
35
 
@@ -43,11 +49,11 @@ productivity no matter where you work.
43
49
  <!-- markdownlint-enable MD033 MD041 -->
44
50
 
45
51
  [![Getting Started][getting_started]][getting-started-url]
46
- [![Download Dotfiles v0.2.465][download_button]][download-url]
52
+ [![Download Dotfiles v0.2.466][download_button]][12]
47
53
 
48
54
  <!-- markdownlint-disable MD033 MD041 -->
49
55
  </center>
50
- <br>
56
+ <br />
51
57
  <!-- markdownlint-enable MD033 MD041 -->
52
58
 
53
59
  ## Features ✨
@@ -96,34 +102,33 @@ know.
96
102
 
97
103
  - macOS 10.15 or later
98
104
  - Windows 10 or later
99
- - A Debian based distribution ([Debian][debian-url],
100
- [Ubuntu][ubuntu-url], [PoP!_OS][pop-url], [Zorin OS][zorin-url],
101
- [Q4OS][q4-url], [Kali Linux][kali-url], [Devuan][devuan-url],
102
- [Deepin][deepin-url], etc.)
105
+ - A Debian based distribution ([Debian][08], [Ubuntu][27],
106
+ [PoP!_OS][22], [Zorin OS][29], [Q4OS][23], [Kali Linux][18],
107
+ [Devuan][10], [Deepin][09], etc.)
103
108
 
104
109
  #### 2) Software Requirements
105
110
 
106
111
  The following programs must be installed on your system to install
107
112
  Dotfiles:
108
113
 
109
- - [**Bash**][bash-url] - a shell, or command language interpreter, for
110
- the GNU operating system.
111
- - Or [**Zsh**][zsh-url] - a shell designed for interactive use, although
112
- it is also a powerful scripting language.
113
- - [**Git**][git-url] - a free and open source distributed version
114
- control system designed to handle everything from small to very large
115
- projects with speed and efficiency.
116
- - [**Curl**][curl-url] - a command line tool for transferring data with
117
- URL syntax.
118
- - [**Wget**][wget-url] - a free software package for retrieving files
119
- using HTTP, HTTPS and FTP, the most widely-used Internet protocols.
120
- - [**Make**][make-url] - a tool which controls the generation of
121
- executables and other non-source files of a program from the
122
- program's source files.
123
- - [**Shell**][shell-url] - a shell command line interpreter program for
124
- Unix-like operating systems.
125
- - [**PnPM**][pnpm-url] - a package manager for JavaScript and Node.js.
126
- It is fast, disk space efficient and reliable.
114
+ - [**Bash**][03] - a shell, or command language interpreter, for the GNU
115
+ operating system.
116
+ - Or [**Zsh**][30] - a shell designed for interactive use, although it
117
+ is also a powerful scripting language.
118
+ - [**Git**][15] - a free and open source distributed version control
119
+ system designed to handle everything from small to very large projects
120
+ with speed and efficiency.
121
+ - [**Curl**][07] - a command line tool for transferring data with URL
122
+ syntax.
123
+ - [**Wget**][28] - a free software package for retrieving files using
124
+ HTTP, HTTPS and FTP, the most widely-used Internet protocols.
125
+ - [**Make**][19] - a tool which controls the generation of executables
126
+ and other non-source files of a program from the program's source
127
+ files.
128
+ - [**Shell**][26] - a shell command line interpreter program for Unix-
129
+ like operating systems.
130
+ - [**PnPM**][21] - a package manager for JavaScript and Node.js. It is
131
+ fast, disk space efficient and reliable.
127
132
 
128
133
  #### 3) Font Requirements
129
134
 
@@ -150,8 +155,8 @@ sudo apt install fonts-roboto-mono-for-powerline
150
155
 
151
156
  To read the documentation for Dotfiles, please visit:
152
157
 
153
- - [Dotfiles website][website-url]
154
- - [Dotfiles Docs GitHub repository][docs-url]
158
+ - [Dotfiles website][00]
159
+ - [Dotfiles Docs GitHub repository][11]
155
160
 
156
161
  ![divider][divider]
157
162
 
@@ -159,24 +164,22 @@ To read the documentation for Dotfiles, please visit:
159
164
 
160
165
  ### 1️⃣ Download Dotfiles
161
166
 
162
- You can download the latest version (v0.2.465) with the following options:
167
+ You can download the latest version (v0.2.466) with the following
168
+ options:
163
169
 
164
- - [**Manual download**][releases-url] - **The easiest way to install Dotfiles.**
165
- - [**Install with PnPM**][package-url]
166
- `pnpm i @wwdseb/dotfiles`.
167
- - [**Install with Npm**][package-url]
168
- `npm install @wwdseb/dotfiles`.
169
- - [**Install with Yarn**][package-url]
170
- `yarn add @wwdseb/dotfiles`.
171
- - **Clone the main repository** to get all source files including build scripts:
172
- `git clone https://github.com/sebastienrousseau/dotfiles.git`. This will clone
173
- the latest version of the Dotfiles repository.
170
+ - [**Manual download**][24] - **The easiest way to install Dotfiles.**
171
+ - [**Install with PnPM**][20] `pnpm i @sebastienrousseau/dotfiles`.
172
+ - [**Install with Npm**][20] `npm install @sebastienrousseau/dotfiles`.
173
+ - [**Install with Yarn**][20] `yarn add @sebastienrousseau/dotfiles`.
174
+ - **Clone the main repository** to get all source files including build
175
+ scripts: `git clone https://github.com/sebastienrousseau/dotfiles.git`
176
+ . This will clone the latest version of the Dotfiles repository.
174
177
 
175
178
  ### 2️⃣ Back Up Your Existing Data
176
179
 
177
- Before installing Dotfiles, we strongly recommend that you back up your existing
178
- data. The Dotfiles installer will try to automatically backup any previous
179
- installation of known dotfiles into a backup directory
180
+ Before installing Dotfiles, we strongly recommend that you back up your
181
+ existing data. The Dotfiles installer will try to automatically backup
182
+ any previous installation of known dotfiles into a backup directory
180
183
  `$HOME/dotfiles_backup`.
181
184
 
182
185
  The backup files are the following:
@@ -208,22 +211,24 @@ The backup files are the following:
208
211
  cacert.pem
209
212
  ```
210
213
 
211
- It is always a good idea to backup as there might be situations in which you
212
- could be required to restore your previous installation.
214
+ It is always a good idea to backup as there might be situations in which
215
+ you could be required to restore your previous installation.
213
216
 
214
217
  ### 3️⃣ Try it out and let us know what you think
215
218
 
216
- To install the latest version of the dotfiles, run the following command:
219
+ To install the latest version of the dotfiles, run the following
220
+ command:
217
221
 
218
- #### Using make (easiest)
222
+ #### Using make (easiest and recommended)
219
223
 
220
- The easiest way to install Dotfiles is to use the `make` command. This will
221
- install the latest version of the dotfiles and will automatically backup
222
- any existing dotfiles you may have into a backup directory
224
+ The easiest way to install Dotfiles is to use the `make` command. This
225
+ will install the latest version of the dotfiles and will automatically
226
+ backup any existing dotfiles you may have into a backup directory
223
227
  `$HOME/dotfiles_backup`.
224
228
 
225
- The installer will check if you have PnPM installed to switch to the PnPM
226
- installation method. If not, it will fallback to equivalent shell scripts.
229
+ The installer will check if you have PnPM installed to switch to the
230
+ PnPM installation method. If not, it will fallback to equivalent shell
231
+ scripts.
227
232
 
228
233
  Switch to the `dist` directory and run:
229
234
 
@@ -231,7 +236,8 @@ Switch to the `dist` directory and run:
231
236
  make build
232
237
  ```
233
238
 
234
- You can also just check the installer options available, by simply running:
239
+ You can also just check the installer options available, by simply
240
+ running:
235
241
 
236
242
  ```bash
237
243
  make help
@@ -241,20 +247,20 @@ make help
241
247
 
242
248
  If you want to install Dotfiles using Node.js, you can run the following
243
249
  command in the `dist` directory located in your
244
- `node_modules/@wwdseb/dotfiles/dist` directory:
250
+ `node_modules/@sebastienrousseau/dotfiles/dist` directory:
245
251
 
246
252
  ```bash
247
253
  node .
248
254
  ```
249
255
 
250
- This will install the latest version of the dotfiles and will automatically
251
- backup any existing dotfiles you may have into a backup directory
252
- `$HOME/dotfiles_backup`.
256
+ This will install the latest version of the dotfiles and will
257
+ automatically backup any existing dotfiles you may have into a backup
258
+ directory `$HOME/dotfiles_backup`.
253
259
 
254
260
  #### Using PnPM (highly recommended if you have PnPM installed)
255
261
 
256
- PnPM is a key dependency of the dotfiles package. It will help you install the
257
- dotfiles rapidly and very efficiently.
262
+ PnPM is a key dependency of the dotfiles package. It will help you
263
+ install the dotfiles rapidly and very efficiently.
258
264
 
259
265
  Switch to the `dist` directory and run:
260
266
 
@@ -262,50 +268,52 @@ Switch to the `dist` directory and run:
262
268
  pnpm run build
263
269
  ```
264
270
 
265
- This will install the latest version of the dotfiles and will automatically
266
- backup any existing dotfiles you may have into a backup directory
267
- `$HOME/dotfiles_backup`.
271
+ This will install the latest version of the dotfiles and will
272
+ automatically backup any existing dotfiles you may have into a backup
273
+ directory `$HOME/dotfiles_backup`.
268
274
 
269
275
  ### Post installation
270
276
 
271
277
  Following the installation, you can verify that the dotfiles package is
272
278
  installed in the following directory `$HOME/dotfiles_backup`.
273
279
 
274
- Just quit your terminal and restart it. If the installation is successful, you
275
- should be able to see a new interface of your terminal and be able to start
276
- using the dotfiles aliases and other configurations.
280
+ Just quit your terminal and restart it. If the installation is
281
+ successful, you should be able to see a new interface of your terminal
282
+ and be able to start using the dotfiles aliases and other
283
+ configurations.
277
284
 
278
- Please refer to the [documentation][docs-url] for more information.
285
+ Please refer to the [documentation][11] for more information.
279
286
 
280
287
  ![divider][divider]
281
288
 
282
289
  ## Releases 🔗
283
290
 
284
- Releases are available on the [GitHub releases page][releases-url].
291
+ Releases are available on the [GitHub releases page][24].
285
292
 
286
293
  ![divider][divider]
287
294
 
288
295
  ## Semantic versioning policy 🚥
289
296
 
290
- For transparency into our release cycle and in striving to maintain backward
291
- compatibility, `Dotfiles` follows [Semantic Versioning][semver-url].
297
+ For transparency into our release cycle and in striving to maintain
298
+ backward compatibility, `Dotfiles` follows
299
+ [Semantic Versioning][25].
292
300
 
293
301
  ![divider][divider]
294
302
 
295
303
  ## History
296
304
 
297
- - See [Dotfiles Release][releases-url] for a list of changes.
305
+ - See [Dotfiles Release][24] for a list of changes.
298
306
 
299
- ## ✅ Changelog
307
+ ## Changelog
300
308
 
301
- - [GitHub Releases][releases-url] are used for changelogs.
309
+ - [GitHub Releases][24] are used for changelogs.
302
310
 
303
311
  ![divider][divider]
304
312
 
305
313
  ## 📖 Code of Conduct
306
314
 
307
- We are committed to preserving and fostering a diverse, welcoming community.
308
- Please read our [Code of Conduct][code-of-conduct-url].
315
+ We are committed to preserving and fostering a diverse, welcoming
316
+ community. Please read our [Code of Conduct][04].
309
317
 
310
318
  ![divider][divider]
311
319
 
@@ -313,91 +321,74 @@ Please read our [Code of Conduct][code-of-conduct-url].
313
321
 
314
322
  - We believe perfection must consider everything.
315
323
  - We take our passion beyond code into our daily practices.
316
- - We are just obsessed about creating and delivering exceptional solutions.
324
+ - We are just obsessed about creating and delivering exceptional
325
+ solutions.
317
326
 
318
327
  ![divider][divider]
319
328
 
320
329
  ## Contribution 🤝
321
330
 
322
- Thank you for using Dotfiles! If you like the library, it would be
323
- great if you can give it a star ⭐ on [Github][github-url].
331
+ We welcome contributions to `Dotfiles`. Please see the
332
+ [contributing guidelines][05] for more information.
324
333
 
325
- There are also many ways in which you can participate in this project, for
326
- example:
327
-
328
- - [Submit bugs and feature requests][issues-url], and help us verify as they are
329
- checked in,
330
- - Review [source code changes][download-url], and help us improve our code quality,
331
- - Review the [documentation][docs-url] and make pull requests for anything from
332
- typos to additional and new content.
333
-
334
- Please read carefully through our
335
- [Contributing Guidelines][contributing-url]
336
- for further details on the process for submitting pull requests to us.
334
+ Unless you explicitly state otherwise, any contribution intentionally
335
+ submitted for inclusion in the work by you, as defined in the
336
+ Apache-2.0 license, shall be dual licensed as above, without any
337
+ additional terms or conditions.
337
338
 
338
339
  ![divider][divider]
339
340
 
340
341
  ## License 📝
341
342
 
342
- This project is licensed under the [MIT License][license-url] file for details.
343
+ The project is licensed under the terms of both the MIT license and the
344
+ Apache License (Version 2.0).
343
345
 
344
- [![FOSSA Status][fossa]][fossa-url]
346
+ - [Apache License, Version 2.0][01]
347
+ - [MIT license][02]
345
348
 
346
349
  ![divider][divider]
347
350
 
348
- ## Acknowledgements 💙
349
-
350
- [Dotfiles][website-url] is beautifully crafted by these people and a bunch of
351
- awesome [contributors][contributors-url]
352
-
353
- | [![sr]][sr-url] | [![gr]][gr-url] |
354
- |:-----------------:|:------------------------------------:|
355
- | [Sebastien Rousseau][sr-url]| [Graham Colgate][gr-url] |
356
-
357
- [bash-url]: https://www.gnu.org/software/bash/
358
- [codacy-url]:https://www.codacy.com/gh/sebastienrousseau/dotfiles/dashboard
359
- [code-of-conduct-url]: https://github.com/sebastienrousseau/dotfiles/blob/master/.github/CODE-OF-CONDUCT.md
360
- [contributing-url]: https://github.com/sebastienrousseau/dotfiles/blob/master/.github/CONTRIBUTING.md
361
- [curl-url]: https://curl.se/
362
- [debian-url]: https://www.debian.org/
363
- [deepin-url]: https://www.deepin.org/en/
364
- [devuan-url]: https://devuan.org/
365
- [docs-url]: https://github.com/sebastienrousseau/dotfiles/docs
366
- [download-url]: https://github.com/sebastienrousseau/dotfiles/archive/refs/tags/v0.2.465.tar.gz
367
- [forks-url]: https://github.com/sebastienrousseau/dotfiles/network/members
368
- [fossa-url]: https://app.fossa.io/projects/git%2Bgithub.com%2Freedia%2Fdotfiles?ref=badge_large
351
+ [00]: https://dotfiles.io
352
+ [01]: https://opensource.org/license/apache-2-0/ "Apache License, Version 2.0"
353
+ [02]: https://opensource.org/licenses/MIT "The MIT License"
354
+ [03]: https://www.gnu.org/software/bash/ "GNU Bash"
355
+ [04]: https://github.com/sebastienrousseau/dotfiles/blob/master/.github/CODE-OF-CONDUCT.md "Code of Conduct"
356
+ [05]: https://github.com/sebastienrousseau/dotfiles/blob/master/.github/CONTRIBUTING.md "Contributing Guidelines"
357
+ [06]:https://www.codacy.com/gh/sebastienrousseau/dotfiles/dashboard "Codacy"
358
+ [07]: https://curl.se/ "cURL"
359
+ [08]: https://www.debian.org/ "Debian"
360
+ [09]: https://www.deepin.org/en/ "Deepin"
361
+ [10]: https://devuan.org/ "Devuan"
362
+ [11]: https://github.com/sebastienrousseau/dotfiles/docs "Documentation"
363
+ [12]: https://github.com/sebastienrousseau/dotfiles/archive/refs/tags/v0.2.466.tar.gz "Download Dotfiles v0.2.466"
364
+ [13]: https://github.com/sebastienrousseau/dotfiles/network/members "List of members"
365
+ [14]: https://github.com/sebastienrousseau/dotfiles/graphs/contributors "List of contributors"
366
+ [15]: https://git-scm.com/ "Git"
367
+ [16]: https://github.com/sebastienrousseau/dotfiles "Dotfiles"
368
+ [17]: https://github.com/sebastienrousseau/dotfiles/issues "Issues"
369
+ [18]: https://www.kali.org/ "Kali Linux"
370
+ [19]: https://www.gnu.org/software/make/ "GNU Make"
371
+ [20]:https://www.npmjs.com/package/@sebastienrousseau/dotfiles "Dotfiles on NPM"
372
+ [21]: https://pnpm.io "PnPM"
373
+ [22]: https://pop.system76.com/ "Pop!_OS"
374
+ [23]: https://q4os.org/ "Q4OS"
375
+ [24]: https://github.com/sebastienrousseau/dotfiles/releases "Dotfiles Releases"
376
+ [25]: http://semver.org/ "Semantic Versioning"
377
+ [26]: https://www.gnu.org/software/shell/ "GNU Shell"
378
+ [27]: https://ubuntu.com/ "Ubuntu"
379
+ [28]: https://www.gnu.org/software/wget/ "GNU Wget"
380
+ [29]: https://zorinos.com/ "Zorin OS"
381
+ [30]: https://www.zsh.org/ "Zsh"
382
+
369
383
  [getting-started-url]: https://github.com/sebastienrousseau/dotfiles#getting-started
370
- [git-url]: https://git-scm.com/
371
- [github-url]: https://github.com/sebastienrousseau/dotfiles
372
- [gr-url]: https://github.com/gramtech
373
- [issues-url]: https://github.com/sebastienrousseau/dotfiles/issues
374
- [kali-url]: https://www.kali.org/
375
- [license-url]: https://opensource.org/licenses/MIT
376
- [make-url]: https://www.gnu.org/software/make/
377
- [package-url]:https://www.npmjs.com/package/@wwdseb/dotfiles
378
- [pnpm-url]: https://pnpm.io
379
- [pop-url]: https://pop.system76.com/
380
- [q4-url]: https://q4os.org/
381
- [releases-url]: https://github.com/sebastienrousseau/dotfiles/releases
382
- [semver-url]: http://semver.org/
383
- [shell-url]: https://www.gnu.org/software/shell/
384
- [sr-url]: https://github.com/sebastienrousseau
385
- [ubuntu-url]: https://ubuntu.com/
386
- [website-url]: https://dotfiles.io
387
- [wget-url]: https://www.gnu.org/software/wget/
388
- [zorin-url]: https://zorinos.com/
389
- [zsh-url]: https://www.zsh.org/
390
-
391
- [banner]: https://kura.pro/dotfiles/v2/images/titles/title-dotfiles.svg
384
+
385
+ [banner]: https://kura.pro/dotfiles/v2/images/titles/title-dotfiles.svg "Banner of Dotfiles"
392
386
  [codacy-grade]: https://img.shields.io/codacy/grade/634cfc4de08e492ebcbb341631066241?style=for-the-badge "Codacy grade"
393
387
  [contributors-shield]: https://img.shields.io/github/contributors/sebastienrousseau/dotfiles.svg?style=for-the-badge "Contributors"
394
- [contributors-url]: https://github.com/sebastienrousseau/dotfiles/graphs/contributors "List of contributors"
395
- [divider]: https://raw.githubusercontent.com/sebastienrousseau/dotfiles/master/assets/divider.svg "Divider"
396
- [download_button]: https://github.com/sebastienrousseau/dotfiles/raw/master/assets/button-secondary.svg "Download"
388
+
389
+ [divider]: https://kura.pro/assets/elements/divider.svg "Divider"
390
+ [download_button]: https://kura.pro/assets/buttons/button-secondary.svg "Download"
397
391
  [forks-shield]: https://img.shields.io/github/forks/sebastienrousseau/dotfiles.svg?style=for-the-badge "Forks"
398
- [fossa]: https://app.fossa.io/api/projects/git%2Bgithub.com%2Freedia%2Fdotfiles.svg?type=large "FOSSA"
399
- [getting_started]: https://github.com/sebastienrousseau/dotfiles/raw/master/assets/button-primary.svg "Getting Started"
400
- [gr]: https://avatars0.githubusercontent.com/u/35816108?s=117 "Graham Colgate"
392
+ [getting_started]: https://kura.pro/assets/buttons/button-primary.svg "Getting Started"
401
393
  [license]: https://img.shields.io/badge/License-MIT-green.svg?style=for-the-badge\&color=ff69b4 "License"
402
- [love]: https://github.com/sebastienrousseau/dotfiles/raw/master/assets/made-with-love.svg "Made with Love"
403
- [sr]: https://avatars0.githubusercontent.com/u/1394998?s=117 "Sebastien Rousseau"
394
+ [love]: https://kura.pro/assets/shields/made-with-love.svg "Made with Love"
package/dist/Makefile CHANGED
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env make -f
2
2
 
3
- # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.465) - <https://dotfiles.io>
3
+ # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.466) - <https://dotfiles.io>
4
4
  # Made with ♥ in London, UK by @wwdseb
5
5
  # Copyright (c) 2015-2023. All rights reserved
6
6
  # License: MIT
@@ -1,7 +1,7 @@
1
1
  export const aliases: string[];
2
2
  export const config: string[];
3
3
  export const copies: string[];
4
- export const dotfile: "https://registry.npmjs.org/@wwdseb/dotfiles/-/dotfiles-0.2.465.tgz";
4
+ export const dotfile: "https://registry.npmjs.org/@wwdseb/dotfiles/-/dotfiles-0.2.466.tgz";
5
5
  export const tmux: "$DOTFILES/configurations/tmux/";
6
- export const version: "dotfiles-0.2.465.tgz";
6
+ export const version: "dotfiles-0.2.466.tgz";
7
7
  //# sourceMappingURL=constants.d.ts.map
@@ -1,2 +1,2 @@
1
1
 
2
- const version="dotfiles-0.2.465.tgz";const dotfile="https://registry.npmjs.org/@wwdseb/dotfiles/-/dotfiles-0.2.465.tgz";const aliases=[".bashrc","cacert.pem",".curlrc",".gemrc",".inputrc",".jshintrc",".nanorc",".profile",".tmux.conf",".vimrc",".wgetrc",".zshrc"];const copies=["lib/configurations/bash/bashrc","lib/configurations/curl/cacert.pem","lib/configurations/curl/curlrc","lib/configurations/gem/gemrc","lib/configurations/input/inputrc","lib/configurations/jshint/jshintrc","lib/configurations/nano/nanorc","lib/configurations/profile/profile","lib/configurations/tmux/tmux","lib/configurations/vim/vimrc","lib/configurations/wget/wgetrc","lib/configurations/zsh/zshrc",];const config=["lib/configurations/tmux/default","lib/configurations/tmux/display","lib/configurations/tmux/linux","lib/configurations/tmux/navigation","lib/configurations/tmux/panes","lib/configurations/tmux/theme","lib/configurations/tmux/vi"];const tmux="$DOTFILES/configurations/tmux/";module.exports={aliases,config,copies,dotfile,tmux,version};
2
+ const version="dotfiles-0.2.466.tgz";const dotfile="https://registry.npmjs.org/@wwdseb/dotfiles/-/dotfiles-0.2.466.tgz";const aliases=[".bashrc","cacert.pem",".curlrc",".gemrc",".inputrc",".jshintrc",".nanorc",".profile",".tmux.conf",".vimrc",".wgetrc",".zshrc"];const copies=["lib/configurations/bash/bashrc","lib/configurations/curl/cacert.pem","lib/configurations/curl/curlrc","lib/configurations/gem/gemrc","lib/configurations/input/inputrc","lib/configurations/jshint/jshintrc","lib/configurations/nano/nanorc","lib/configurations/profile/profile","lib/configurations/tmux/tmux","lib/configurations/vim/vimrc","lib/configurations/wget/wgetrc","lib/configurations/zsh/zshrc",];const config=["lib/configurations/tmux/default","lib/configurations/tmux/display","lib/configurations/tmux/linux","lib/configurations/tmux/navigation","lib/configurations/tmux/panes","lib/configurations/tmux/theme","lib/configurations/tmux/vi"];const tmux="$DOTFILES/configurations/tmux/";module.exports={aliases,config,copies,dotfile,tmux,version};