@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.
- package/README.md +172 -156
- package/{Makefile → dist/Makefile} +7 -8
- package/dist/bin/compile.sh +16 -0
- package/dist/bin/copy.sh +21 -0
- package/{bin → dist/bin}/dotfiles.sh +56 -28
- package/dist/filesizes.txt +176 -0
- package/{shell → dist/shell}/README.md +0 -0
- package/{shell → dist/shell}/aliases/default/default.aliases.sh +1 -1
- package/{shell → dist/shell}/aliases/gcloud/gcloud.aliases.sh +1 -1
- package/{shell → dist/shell}/aliases/heroku/heroku.aliases.sh +1 -1
- package/{shell → dist/shell}/aliases/jekyll/jekyll.aliases.sh +1 -1
- package/{shell → dist/shell}/aliases/pnpm/pnpm.aliases.sh +1 -1
- package/{shell → dist/shell}/aliases/subversion/subversion.aliases.sh +1 -1
- package/{shell → dist/shell}/aliases/tmux/tmux.aliases.sh +1 -1
- package/{shell → dist/shell}/aliases.sh +1 -1
- package/{shell → dist/shell}/configurations/README.md +0 -0
- package/{shell → dist/shell}/configurations/bash/bashrc +2 -2
- package/{shell → dist/shell}/configurations/curl/cacert.pem +0 -0
- package/{shell → dist/shell}/configurations/curl/curlrc +1 -1
- package/{shell → dist/shell}/configurations/default/color.sh +1 -1
- package/{shell → dist/shell}/configurations/default/editor.sh +1 -1
- package/{shell → dist/shell}/configurations/default/prompt.sh +1 -1
- package/{shell → dist/shell}/configurations/inputrc/inputrc +1 -1
- package/{shell → dist/shell}/configurations/jshint/jshintrc +0 -0
- package/{shell → dist/shell}/configurations/profile/profile +1 -1
- package/{shell → dist/shell}/configurations/tmux/tmux +1 -1
- package/{shell → dist/shell}/configurations/vim/vimrc +1 -1
- package/{shell → dist/shell}/configurations/wget/wgetrc +1 -1
- package/{shell → dist/shell}/configurations/zsh/zshrc +2 -2
- package/{shell → dist/shell}/configurations.sh +1 -1
- package/{shell → dist/shell}/exit.sh +1 -1
- package/{shell → dist/shell}/functions/README.md +0 -0
- package/{shell → dist/shell}/functions/cdls.sh +1 -1
- package/{shell → dist/shell}/functions/curlheader.sh +1 -1
- package/{shell → dist/shell}/functions/curltime.sh +1 -1
- package/{shell → dist/shell}/functions/encode64.sh +1 -1
- package/{shell → dist/shell}/functions/environment.sh +1 -1
- package/{shell → dist/shell}/functions/extract.sh +1 -1
- package/{shell → dist/shell}/functions/filehead.sh +0 -0
- package/{shell → dist/shell}/functions/genpwd.sh +1 -1
- package/{shell → dist/shell}/functions/goto.sh +1 -1
- package/{shell → dist/shell}/functions/hidehiddenfiles.sh +1 -1
- package/{shell → dist/shell}/functions/hostinfo.sh +1 -1
- package/{shell → dist/shell}/functions/hstats.sh +1 -1
- package/{shell → dist/shell}/functions/httpdebug.sh +1 -1
- package/{shell → dist/shell}/functions/keygen.sh +1 -1
- package/{shell → dist/shell}/functions/last.sh +1 -1
- package/{shell → dist/shell}/functions/logout.sh +1 -1
- package/{shell → dist/shell}/functions/lowercase.sh +1 -1
- package/{shell → dist/shell}/functions/macos.sh +1 -1
- package/{shell → dist/shell}/functions/matrix.sh +1 -1
- package/{shell → dist/shell}/functions/mcd.sh +1 -1
- package/{shell → dist/shell}/functions/mount_read_only.sh +1 -1
- package/{shell → dist/shell}/functions/myproc.sh +1 -1
- package/{shell → dist/shell}/functions/prependpath.sh +1 -1
- package/{shell → dist/shell}/functions/ql.sh +1 -1
- package/{shell → dist/shell}/functions/rd.sh +1 -1
- package/{shell → dist/shell}/functions/remove_disk.sh +1 -1
- package/{shell → dist/shell}/functions/ren.sh +1 -1
- package/{shell → dist/shell}/functions/showhiddenfiles.sh +1 -1
- package/{shell → dist/shell}/functions/size.sh +1 -1
- package/{shell → dist/shell}/functions/stopwatch.sh +1 -1
- package/{shell → dist/shell}/functions/uppercase.sh +1 -1
- package/{shell → dist/shell}/functions/view-source.sh +1 -1
- package/{shell → dist/shell}/functions/vscode.sh +1 -1
- package/{shell → dist/shell}/functions/whoisport.sh +1 -1
- package/{shell → dist/shell}/functions/zipf.sh +1 -1
- package/{shell → dist/shell}/functions.sh +1 -1
- package/{shell → dist/shell}/history.sh +1 -1
- package/dist/shell/index.d.ts +2 -0
- package/dist/shell/index.d.ts.map +1 -0
- package/dist/shell/index.js +2 -0
- package/dist/shell/index.js.map +1 -0
- package/{shell → dist/shell}/paths/ant/ant.paths.sh +1 -1
- package/{shell → dist/shell}/paths/default/default.paths.sh +1 -1
- package/{shell → dist/shell}/paths/homebrew/homebrew.paths.sh +1 -1
- package/{shell → dist/shell}/paths/java/java.paths.sh +1 -1
- package/{shell → dist/shell}/paths/maven/maven.paths.sh +1 -1
- package/{shell → dist/shell}/paths/node/node.paths.sh +1 -1
- package/{shell → dist/shell}/paths/nvm/nvm.paths.sh +1 -1
- package/{shell → dist/shell}/paths/pnpm/pnpm.paths.sh +1 -1
- package/{shell → dist/shell}/paths/python/python.paths.sh +13 -3
- package/{shell → dist/shell}/paths/ruby/ruby.paths.sh +1 -1
- package/{shell → dist/shell}/paths/tmux/tmux.paths.sh +3 -2
- package/{shell → dist/shell}/paths.sh +1 -1
- package/package.json +33 -27
- package/COPYRIGHT +0 -5
- package/index.js +0 -24
- package/pnpm-lock.yaml +0 -232
- package/pnpm-workspace.yaml +0 -2
- package/shell/aliases/default/README.md +0 -0
- package/shell/aliases/git/git.aliases.wip +0 -586
- package/shell/functions/changediskpwd.wip +0 -19
- package/shell/functions/code.wip +0 -18
- package/shell/functions/countdown.wip +0 -33
- package/shell/functions/headers.wip +0 -4
- package/shell/functions/history-all.wip +0 -7
- package/shell/functions/print.wip +0 -13
- package/shell/functions/rm.wip +0 -13
- package/shell/functions/rps.wip +0 -103
- package/shell/functions/trash.wip +0 -13
- package/shell/functions/tree.wip +0 -13
- package/shell/functions/uuidgen.wip +0 -27
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Dotfiles
|
|
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
|
-
|
|
18
|
+
### Simply designed to fit your shell life
|
|
19
19
|
|
|
20
|
-
|
|
21
|
-
|
|
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
|
-
|
|
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
|
|
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.
|
|
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
|
-
|
|
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
|
-
|
|
62
|
-
|
|
63
|
-
|
|
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
|
-
|
|
82
|
+
#### ✔️ Software Requirements
|
|
68
83
|
|
|
69
|
-
The following
|
|
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.
|
|
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 (
|
|
161
|
+
#### Using make (easiest)
|
|
147
162
|
|
|
148
|
-
|
|
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
|
|
173
|
+
make prepare
|
|
152
174
|
```
|
|
153
175
|
|
|
154
|
-
|
|
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
|
|
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
|
-
├──
|
|
194
|
-
│
|
|
195
|
-
|
|
196
|
-
│
|
|
197
|
-
│ ├──
|
|
198
|
-
│ │ ├── README.md
|
|
199
|
-
│ │ └──
|
|
200
|
-
│ ├──
|
|
201
|
-
│ │
|
|
202
|
-
│ │
|
|
203
|
-
│ ├── heroku
|
|
204
|
-
│ │
|
|
205
|
-
│ │
|
|
206
|
-
│
|
|
207
|
-
│ │ ├──
|
|
208
|
-
│ │ └──
|
|
209
|
-
│ ├──
|
|
210
|
-
│ │
|
|
211
|
-
│ │ └──
|
|
212
|
-
│
|
|
213
|
-
│
|
|
214
|
-
│ │
|
|
215
|
-
│
|
|
216
|
-
│ │ ├──
|
|
217
|
-
│ │
|
|
218
|
-
│ └──
|
|
219
|
-
├──
|
|
220
|
-
│ ├──
|
|
221
|
-
│ │
|
|
222
|
-
│
|
|
223
|
-
│ │ ├──
|
|
224
|
-
│ │ └──
|
|
225
|
-
│ ├──
|
|
226
|
-
│ │
|
|
227
|
-
│ │ ├──
|
|
228
|
-
│ │ └──
|
|
229
|
-
│ ├──
|
|
230
|
-
│ │ └──
|
|
231
|
-
│ ├──
|
|
232
|
-
│ │ └──
|
|
233
|
-
│ ├──
|
|
234
|
-
│ │ └──
|
|
235
|
-
│ ├──
|
|
236
|
-
│ │ └──
|
|
237
|
-
│
|
|
238
|
-
│
|
|
239
|
-
│ ├──
|
|
240
|
-
│ │
|
|
241
|
-
│ ├──
|
|
242
|
-
│ │
|
|
243
|
-
│
|
|
244
|
-
├──
|
|
245
|
-
│ ├──
|
|
246
|
-
│ ├──
|
|
247
|
-
│ ├──
|
|
248
|
-
│ ├──
|
|
249
|
-
│ ├──
|
|
250
|
-
│ ├──
|
|
251
|
-
│ ├──
|
|
252
|
-
│ ├──
|
|
253
|
-
│ ├──
|
|
254
|
-
│ ├──
|
|
255
|
-
│ ├──
|
|
256
|
-
│ ├──
|
|
257
|
-
│ ├──
|
|
258
|
-
│ ├──
|
|
259
|
-
│ ├──
|
|
260
|
-
│ ├──
|
|
261
|
-
│ ├──
|
|
262
|
-
│ ├──
|
|
263
|
-
│ ├──
|
|
264
|
-
│ ├──
|
|
265
|
-
│ ├──
|
|
266
|
-
│ ├──
|
|
267
|
-
│ ├──
|
|
268
|
-
│ ├──
|
|
269
|
-
│ ├──
|
|
270
|
-
│ ├──
|
|
271
|
-
│ ├──
|
|
272
|
-
│ ├──
|
|
273
|
-
│ ├──
|
|
274
|
-
│
|
|
275
|
-
│ ├──
|
|
276
|
-
│ ├──
|
|
277
|
-
│
|
|
278
|
-
│ ├──
|
|
279
|
-
│
|
|
280
|
-
│ ├──
|
|
281
|
-
│
|
|
282
|
-
│ ├──
|
|
283
|
-
│
|
|
284
|
-
│ ├──
|
|
285
|
-
│
|
|
286
|
-
│ ├──
|
|
287
|
-
│
|
|
288
|
-
│ ├──
|
|
289
|
-
│
|
|
290
|
-
│ ├──
|
|
291
|
-
│ └──
|
|
292
|
-
├──
|
|
293
|
-
│
|
|
294
|
-
│ │
|
|
295
|
-
│
|
|
296
|
-
│ │ └──
|
|
297
|
-
│
|
|
298
|
-
│
|
|
299
|
-
│ ├──
|
|
300
|
-
│
|
|
301
|
-
│ ├──
|
|
302
|
-
│
|
|
303
|
-
│ ├──
|
|
304
|
-
│
|
|
305
|
-
│ ├──
|
|
306
|
-
│
|
|
307
|
-
│ ├──
|
|
308
|
-
│
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
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.
|
|
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
|
-
[
|
|
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.
|
|
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:
|
|
24
|
-
|
|
25
|
-
|
|
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
|
|
26
|
+
pnpm run prepare
|
|
28
27
|
else
|
|
29
|
-
sh $(HOMEDIR)/bin/dotfiles
|
|
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.
|
|
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
|
package/dist/bin/copy.sh
ADDED
|
@@ -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
|