@sebastienrousseau/dotfiles 0.2.454 → 0.2.456
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 +9 -11
- package/dist/Makefile +6 -6
- package/dist/bin/compile.sh +1 -1
- package/dist/bin/copy.sh +1 -1
- package/dist/bin/dotfiles.sh +7 -7
- package/dist/filesizes.txt +33 -33
- package/dist/shell/aliases/default/default.aliases.sh +1 -1
- package/dist/shell/aliases/gcloud/gcloud.aliases.sh +1 -1
- package/dist/shell/aliases/heroku/heroku.aliases.sh +1 -1
- package/dist/shell/aliases/jekyll/jekyll.aliases.sh +1 -1
- package/dist/shell/aliases/pnpm/pnpm.aliases.sh +1 -1
- package/dist/shell/aliases/subversion/subversion.aliases.sh +1 -1
- package/dist/shell/aliases/tmux/tmux.aliases.sh +1 -1
- package/dist/shell/aliases.sh +1 -1
- package/dist/shell/configurations/bash/bashrc +2 -2
- package/dist/shell/configurations/curl/curlrc +1 -1
- package/dist/shell/configurations/default/color.sh +8 -3
- package/dist/shell/configurations/default/editor.sh +1 -1
- package/dist/shell/configurations/default/prompt.sh +1 -1
- package/dist/shell/configurations/inputrc/inputrc +1 -1
- package/dist/shell/configurations/profile/profile +1 -1
- package/dist/shell/configurations/tmux/tmux +1 -1
- package/dist/shell/configurations/vim/vimrc +1 -1
- package/dist/shell/configurations/wget/wgetrc +1 -1
- package/dist/shell/configurations/zsh/zshrc +2 -2
- package/dist/shell/configurations.sh +1 -1
- package/dist/shell/exit.sh +1 -1
- package/dist/shell/functions/cdls.sh +1 -1
- package/dist/shell/functions/curlheader.sh +1 -1
- package/dist/shell/functions/curltime.sh +1 -1
- package/dist/shell/functions/encode64.sh +1 -1
- package/dist/shell/functions/environment.sh +1 -1
- package/dist/shell/functions/extract.sh +1 -1
- package/dist/shell/functions/genpwd.sh +1 -1
- package/dist/shell/functions/goto.sh +1 -1
- package/dist/shell/functions/hidehiddenfiles.sh +1 -1
- package/dist/shell/functions/hostinfo.sh +1 -1
- package/dist/shell/functions/hstats.sh +1 -1
- package/dist/shell/functions/httpdebug.sh +1 -1
- package/dist/shell/functions/keygen.sh +1 -1
- package/dist/shell/functions/last.sh +1 -1
- package/dist/shell/functions/logout.sh +1 -1
- package/dist/shell/functions/lowercase.sh +1 -1
- package/dist/shell/functions/macos.sh +1 -1
- package/dist/shell/functions/matrix.sh +1 -1
- package/dist/shell/functions/mcd.sh +1 -1
- package/dist/shell/functions/mount_read_only.sh +1 -1
- package/dist/shell/functions/myproc.sh +1 -1
- package/dist/shell/functions/prependpath.sh +1 -1
- package/dist/shell/functions/ql.sh +1 -1
- package/dist/shell/functions/rd.sh +1 -1
- package/dist/shell/functions/remove_disk.sh +1 -1
- package/dist/shell/functions/ren.sh +1 -1
- package/dist/shell/functions/showhiddenfiles.sh +1 -1
- package/dist/shell/functions/size.sh +1 -1
- package/dist/shell/functions/stopwatch.sh +1 -1
- package/dist/shell/functions/uppercase.sh +1 -1
- package/dist/shell/functions/view-source.sh +1 -1
- package/dist/shell/functions/vscode.sh +1 -1
- package/dist/shell/functions/whoisport.sh +1 -1
- package/dist/shell/functions/zipf.sh +1 -1
- package/dist/shell/functions.sh +1 -1
- package/dist/shell/history.sh +1 -1
- package/dist/shell/index.js +1 -1
- package/dist/shell/index.js.map +1 -1
- package/dist/shell/paths/ant/ant.paths.sh +1 -1
- package/dist/shell/paths/default/default.paths.sh +1 -1
- package/dist/shell/paths/homebrew/homebrew.paths.sh +1 -1
- package/dist/shell/paths/java/java.paths.sh +1 -1
- package/dist/shell/paths/maven/maven.paths.sh +1 -1
- package/dist/shell/paths/node/node.paths.sh +1 -1
- package/dist/shell/paths/nvm/nvm.paths.sh +1 -1
- package/dist/shell/paths/pnpm/pnpm.paths.sh +1 -1
- package/dist/shell/paths/python/python.paths.sh +1 -1
- package/dist/shell/paths/ruby/ruby.paths.sh +1 -1
- package/dist/shell/paths/tmux/tmux.paths.sh +3 -3
- package/dist/shell/paths.sh +1 -1
- package/package.json +7 -4
package/README.md
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
• [Request Feature][issues]
|
|
14
14
|
• [Contributing Guidelines][contributing]**
|
|
15
15
|
|
|
16
|
-
## 👋 Welcome to Dotfiles (v0.2.
|
|
16
|
+
## 👋 Welcome to Dotfiles (v0.2.456)
|
|
17
17
|
|
|
18
18
|
### Simply designed to fit your shell life
|
|
19
19
|
|
|
@@ -22,7 +22,7 @@ aimed at making your life easier by providing a set of scripts and configuration
|
|
|
22
22
|
files with new ways to get things done.
|
|
23
23
|
|
|
24
24
|
[![Getting Started][getting_started]][getting-started]
|
|
25
|
-
[![Download Dotfiles v0.2.
|
|
25
|
+
[![Download Dotfiles v0.2.456][download_button]][download]
|
|
26
26
|
|
|
27
27
|
Dotfiles aggregates a collection of standalone configuration files (dotfiles)
|
|
28
28
|
combined into a `shell` directory that can be used to customize your development
|
|
@@ -101,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.
|
|
104
|
+
You can download the latest version (v0.2.456) 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)
|
|
@@ -119,7 +119,7 @@ You can download the latest version (v0.2.454) with the following options:
|
|
|
119
119
|
Before installing Dotfiles, we strongly recommend that you back up your existing
|
|
120
120
|
data. The Dotfiles installer will try to automatically backup any previous
|
|
121
121
|
installation of known dotfiles into a backup directory
|
|
122
|
-
`$HOME/.
|
|
122
|
+
`$HOME/.dotfiles_backup`.
|
|
123
123
|
|
|
124
124
|
The backup files are the following:
|
|
125
125
|
|
|
@@ -150,9 +150,7 @@ The backup files are the following:
|
|
|
150
150
|
cacert.pem
|
|
151
151
|
```
|
|
152
152
|
|
|
153
|
-
|
|
154
|
-
directory. It is always a good idea to backup as there might be situations in which you
|
|
155
|
-
could be required to restore your previous installation.
|
|
153
|
+
It is always a good idea to backup as there might be situations in which you could be required to restore your previous installation.
|
|
156
154
|
|
|
157
155
|
### 3️⃣ Try it out and let us know what you think
|
|
158
156
|
|
|
@@ -170,7 +168,7 @@ The installer will check if you have PnPM installed to switch to the PnPM instal
|
|
|
170
168
|
Switch to the `dist` directory and run:
|
|
171
169
|
|
|
172
170
|
```bash
|
|
173
|
-
make
|
|
171
|
+
make assemble
|
|
174
172
|
```
|
|
175
173
|
|
|
176
174
|
You can also just check the installer options available, by simply running:
|
|
@@ -187,7 +185,7 @@ dotfiles rapidly and very efficiently.
|
|
|
187
185
|
Switch to the `dist` directory and run:
|
|
188
186
|
|
|
189
187
|
```bash
|
|
190
|
-
pnpm run
|
|
188
|
+
pnpm run assemble
|
|
191
189
|
```
|
|
192
190
|
|
|
193
191
|
### Post installation
|
|
@@ -208,7 +206,7 @@ Please refer to the [documentation][docs] for more information.
|
|
|
208
206
|
Dotfiles contains core elements that are used to configure your shell, and other components catered for your environment setup.
|
|
209
207
|
|
|
210
208
|
Within the download you'll find all the Dotfiles source files grouped within the
|
|
211
|
-
`
|
|
209
|
+
`dist` folder.
|
|
212
210
|
|
|
213
211
|
You'll see something like this:
|
|
214
212
|
|
|
@@ -415,7 +413,7 @@ bunch of awesome [contributors](https://github.com/sebastienrousseau/dotfiles/gr
|
|
|
415
413
|
[contributing]: https://github.com/sebastienrousseau/dotfiles/blob/master/.github/CONTRIBUTING.md
|
|
416
414
|
[curl]: https://curl.se/
|
|
417
415
|
[docs]: https://github.com/sebastienrousseau/dotfiles/docs
|
|
418
|
-
[download]: https://github.com/sebastienrousseau/dotfiles/archive/refs/tags/v0.2.
|
|
416
|
+
[download]: https://github.com/sebastienrousseau/dotfiles/archive/refs/tags/v0.2.456.tar.gz
|
|
419
417
|
[getting-started]: https://github.com/sebastienrousseau/dotfiles#getting-started
|
|
420
418
|
[git]: https://git-scm.com/
|
|
421
419
|
[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.
|
|
3
|
+
# 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.456) - https://dotfiles.io
|
|
4
4
|
# Copyright (c) Sebastien Rousseau 2022. All rights reserved
|
|
5
5
|
# License: MIT
|
|
6
6
|
|
|
@@ -19,13 +19,13 @@ else
|
|
|
19
19
|
sh $(HOMEDIR)/bin/dotfiles.sh backup
|
|
20
20
|
endif
|
|
21
21
|
|
|
22
|
-
.PHONY:
|
|
23
|
-
|
|
24
|
-
|
|
22
|
+
.PHONY: assemble
|
|
23
|
+
assemble: # @HELP Assemble the dotfiles on your system.
|
|
24
|
+
assemble: ## Prepare the dotfiles on your system.
|
|
25
25
|
ifdef PNPM
|
|
26
|
-
pnpm run
|
|
26
|
+
pnpm run assemble
|
|
27
27
|
else
|
|
28
|
-
sh $(HOMEDIR)/bin/dotfiles
|
|
28
|
+
sh $(HOMEDIR)/bin/dotfiles assemble
|
|
29
29
|
endif
|
|
30
30
|
|
|
31
31
|
.PHONY: copy
|
package/dist/bin/compile.sh
CHANGED
package/dist/bin/copy.sh
CHANGED
package/dist/bin/dotfiles.sh
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
# 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.
|
|
2
|
+
# 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.456) - https://dotfiles.io
|
|
3
3
|
# Copyright (c) Sebastien Rousseau 2022. All rights reserved
|
|
4
4
|
# License: MIT
|
|
5
5
|
|
|
@@ -10,7 +10,7 @@ BIRed='\033[1;91m' # Red color.
|
|
|
10
10
|
DOTFILESDIR="${HOME}/.dotfiles" # Location of dotfiles.
|
|
11
11
|
DOWNLOADDIR="${HOME}/Downloads" # Download directory.
|
|
12
12
|
NC='\033[0m' # Reset/No Color
|
|
13
|
-
VERSION="0.2.
|
|
13
|
+
VERSION="0.2.456" # Dotfiles Version number.
|
|
14
14
|
|
|
15
15
|
## 🅱🅰🅲🅺🆄🅿 - Backup existing files.
|
|
16
16
|
backup() {
|
|
@@ -78,8 +78,8 @@ unpack() {
|
|
|
78
78
|
rm "${DOWNLOADDIR}/v${VERSION}.zip"
|
|
79
79
|
}
|
|
80
80
|
|
|
81
|
-
##
|
|
82
|
-
|
|
81
|
+
## 🅰🆂🆂🅴🅼🅱🅻🅴 - Assemble the dotfiles on your system.
|
|
82
|
+
assemble() {
|
|
83
83
|
echo "${BIRed}❭${NC} Preparing the dotfiles on your system."
|
|
84
84
|
backup &&
|
|
85
85
|
download &&
|
|
@@ -146,7 +146,7 @@ COMMANDS:
|
|
|
146
146
|
clean - Removes any previous setup directories
|
|
147
147
|
copy - Copy the new dotfiles files to your '${HOME}' directory
|
|
148
148
|
download - Download the latest Dotfiles (v${VERSION})
|
|
149
|
-
|
|
149
|
+
assemble - Run the full installation process
|
|
150
150
|
unpack - Unpack the Dotfiles
|
|
151
151
|
help - Show the help menu
|
|
152
152
|
|
|
@@ -174,9 +174,9 @@ elif [ "$1" = "download" ]; then
|
|
|
174
174
|
download
|
|
175
175
|
elif [ "$1" = "help" ]; then
|
|
176
176
|
help
|
|
177
|
-
elif [ "$1" = "
|
|
177
|
+
elif [ "$1" = "assemble" ]; then
|
|
178
178
|
echo "${BIRed}❭${NC} Installing ${BIGreen}Dotfiles v${VERSION}${NC}."
|
|
179
|
-
|
|
179
|
+
assemble
|
|
180
180
|
elif [ "$1" = "unpack" ]; then
|
|
181
181
|
echo "${BIRed}❭${NC} Unpacking ${BIGreen}Dotfiles v${VERSION}${NC}."
|
|
182
182
|
unpack
|
package/dist/filesizes.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
┌────────────────────────────────────────────────┬───────────┬────────────────┐
|
|
2
2
|
│ File │ Size │ Size (gzipped) │
|
|
3
3
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
4
|
-
│ Makefile │ 1.
|
|
4
|
+
│ Makefile │ 1.65 kB │ 656 B │
|
|
5
5
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
6
6
|
│ filesizes.txt │ 0 B │ 20 B │
|
|
7
7
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
10
10
|
│ bin/copy.sh │ 491 B │ 272 B │
|
|
11
11
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
12
|
-
│ bin/dotfiles.sh │ 6.
|
|
12
|
+
│ bin/dotfiles.sh │ 6.52 kB │ 1.8 kB │
|
|
13
13
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
14
14
|
│ shell/README.md │ 86 B │ 93 B │
|
|
15
15
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
20
20
|
│ shell/exit.sh │ 288 B │ 260 B │
|
|
21
21
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
22
|
-
│ shell/functions.sh │ 326 B │
|
|
22
|
+
│ shell/functions.sh │ 326 B │ 273 B │
|
|
23
23
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
24
24
|
│ shell/history.sh │ 6.2 kB │ 2.42 kB │
|
|
25
25
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
@@ -27,25 +27,25 @@
|
|
|
27
27
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
28
28
|
│ shell/index.d.ts.map │ 109 B │ 109 B │
|
|
29
29
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
30
|
-
│ shell/index.js │
|
|
30
|
+
│ shell/index.js │ 99 B │ 104 B │
|
|
31
31
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
32
32
|
│ shell/index.js.map │ 255 B │ 179 B │
|
|
33
33
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
34
|
-
│ shell/paths.sh │ 333 B │
|
|
34
|
+
│ shell/paths.sh │ 333 B │ 284 B │
|
|
35
35
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
36
|
-
│ shell/aliases/default/default.aliases.sh │ 15.2 kB │ 4.
|
|
36
|
+
│ shell/aliases/default/default.aliases.sh │ 15.2 kB │ 4.38 kB │
|
|
37
37
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
38
38
|
│ shell/aliases/gcloud/gcloud.aliases.sh │ 8.32 kB │ 2.01 kB │
|
|
39
39
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
40
40
|
│ shell/aliases/heroku/heroku.aliases.sh │ 32.6 kB │ 7.05 kB │
|
|
41
41
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
42
|
-
│ shell/aliases/jekyll/jekyll.aliases.sh │ 1.95 kB │
|
|
42
|
+
│ shell/aliases/jekyll/jekyll.aliases.sh │ 1.95 kB │ 587 B │
|
|
43
43
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
44
|
-
│ shell/aliases/pnpm/pnpm.aliases.sh │ 1.21 kB │
|
|
44
|
+
│ shell/aliases/pnpm/pnpm.aliases.sh │ 1.21 kB │ 477 B │
|
|
45
45
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
46
|
-
│ shell/aliases/subversion/subversion.aliases.sh │ 3.83 kB │ 1.
|
|
46
|
+
│ shell/aliases/subversion/subversion.aliases.sh │ 3.83 kB │ 1.39 kB │
|
|
47
47
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
48
|
-
│ shell/aliases/tmux/tmux.aliases.sh │ 765 B │
|
|
48
|
+
│ shell/aliases/tmux/tmux.aliases.sh │ 765 B │ 363 B │
|
|
49
49
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
50
50
|
│ shell/configurations/README.md │ 86 B │ 93 B │
|
|
51
51
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
56
56
|
│ shell/configurations/curl/curlrc │ 1.79 kB │ 1.03 kB │
|
|
57
57
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
58
|
-
│ shell/configurations/default/color.sh │
|
|
58
|
+
│ shell/configurations/default/color.sh │ 659 B │ 473 B │
|
|
59
59
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
60
60
|
│ shell/configurations/default/editor.sh │ 381 B │ 278 B │
|
|
61
61
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
@@ -71,13 +71,13 @@
|
|
|
71
71
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
72
72
|
│ shell/configurations/vim/vimrc │ 4.26 kB │ 1.14 kB │
|
|
73
73
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
74
|
-
│ shell/configurations/wget/wgetrc │ 1.31 kB │
|
|
74
|
+
│ shell/configurations/wget/wgetrc │ 1.31 kB │ 797 B │
|
|
75
75
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
76
76
|
│ shell/configurations/zsh/zshrc │ 2.2 kB │ 935 B │
|
|
77
77
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
78
78
|
│ shell/functions/README.md │ 86 B │ 93 B │
|
|
79
79
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
80
|
-
│ shell/functions/cdls.sh │ 520 B │
|
|
80
|
+
│ shell/functions/cdls.sh │ 520 B │ 394 B │
|
|
81
81
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
82
82
|
│ shell/functions/curlheader.sh │ 668 B │ 375 B │
|
|
83
83
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
86
86
|
│ shell/functions/encode64.sh │ 584 B │ 336 B │
|
|
87
87
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
88
|
-
│ shell/functions/environment.sh │ 877 B │
|
|
88
|
+
│ shell/functions/environment.sh │ 877 B │ 413 B │
|
|
89
89
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
90
90
|
│ shell/functions/extract.sh │ 796 B │ 462 B │
|
|
91
91
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
@@ -93,9 +93,9 @@
|
|
|
93
93
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
94
94
|
│ shell/functions/genpwd.sh │ 537 B │ 356 B │
|
|
95
95
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
96
|
-
│ shell/functions/goto.sh │ 342 B │
|
|
96
|
+
│ shell/functions/goto.sh │ 342 B │ 288 B │
|
|
97
97
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
98
|
-
│ shell/functions/hidehiddenfiles.sh │ 400 B │
|
|
98
|
+
│ shell/functions/hidehiddenfiles.sh │ 400 B │ 296 B │
|
|
99
99
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
100
100
|
│ shell/functions/hostinfo.sh │ 551 B │ 378 B │
|
|
101
101
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
@@ -103,63 +103,63 @@
|
|
|
103
103
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
104
104
|
│ shell/functions/httpdebug.sh │ 439 B │ 316 B │
|
|
105
105
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
106
|
-
│ shell/functions/keygen.sh │ 553 B │
|
|
106
|
+
│ shell/functions/keygen.sh │ 553 B │ 381 B │
|
|
107
107
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
108
|
-
│ shell/functions/last.sh │ 254 B │
|
|
108
|
+
│ shell/functions/last.sh │ 254 B │ 231 B │
|
|
109
109
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
110
|
-
│ shell/functions/logout.sh │ 310 B │
|
|
110
|
+
│ shell/functions/logout.sh │ 310 B │ 265 B │
|
|
111
111
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
112
112
|
│ shell/functions/lowercase.sh │ 860 B │ 491 B │
|
|
113
113
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
114
114
|
│ shell/functions/macos.sh │ 2.42 kB │ 1.2 kB │
|
|
115
115
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
116
|
-
│ shell/functions/matrix.sh │ 659 B │
|
|
116
|
+
│ shell/functions/matrix.sh │ 659 B │ 508 B │
|
|
117
117
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
118
118
|
│ shell/functions/mcd.sh │ 451 B │ 352 B │
|
|
119
119
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
120
120
|
│ shell/functions/mount_read_only.sh │ 318 B │ 265 B │
|
|
121
121
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
122
|
-
│ shell/functions/myproc.sh │ 298 B │
|
|
122
|
+
│ shell/functions/myproc.sh │ 298 B │ 264 B │
|
|
123
123
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
124
|
-
│ shell/functions/prependpath.sh │ 728 B │
|
|
124
|
+
│ shell/functions/prependpath.sh │ 728 B │ 322 B │
|
|
125
125
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
126
126
|
│ shell/functions/ql.sh │ 263 B │ 247 B │
|
|
127
127
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
128
128
|
│ shell/functions/rd.sh │ 429 B │ 348 B │
|
|
129
129
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
130
|
-
│ shell/functions/remove_disk.sh │ 245 B │
|
|
130
|
+
│ shell/functions/remove_disk.sh │ 245 B │ 225 B │
|
|
131
131
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
132
|
-
│ shell/functions/ren.sh │ 277 B │
|
|
132
|
+
│ shell/functions/ren.sh │ 277 B │ 247 B │
|
|
133
133
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
134
|
-
│ shell/functions/showhiddenfiles.sh │ 401 B │
|
|
134
|
+
│ shell/functions/showhiddenfiles.sh │ 401 B │ 296 B │
|
|
135
135
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
136
|
-
│ shell/functions/size.sh │ 366 B │
|
|
136
|
+
│ shell/functions/size.sh │ 366 B │ 309 B │
|
|
137
137
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
138
138
|
│ shell/functions/stopwatch.sh │ 350 B │ 286 B │
|
|
139
139
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
140
|
-
│ shell/functions/uppercase.sh │ 848 B │
|
|
140
|
+
│ shell/functions/uppercase.sh │ 848 B │ 481 B │
|
|
141
141
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
142
142
|
│ shell/functions/view-source.sh │ 352 B │ 296 B │
|
|
143
143
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
144
144
|
│ shell/functions/vscode.sh │ 653 B │ 405 B │
|
|
145
145
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
146
|
-
│ shell/functions/whoisport.sh │ 368 B │
|
|
146
|
+
│ shell/functions/whoisport.sh │ 368 B │ 299 B │
|
|
147
147
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
148
148
|
│ shell/functions/zipf.sh │ 409 B │ 324 B │
|
|
149
149
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
150
|
-
│ shell/paths/ant/ant.paths.sh │ 461 B │
|
|
150
|
+
│ shell/paths/ant/ant.paths.sh │ 461 B │ 334 B │
|
|
151
151
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
152
152
|
│ shell/paths/default/default.paths.sh │ 867 B │ 328 B │
|
|
153
153
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
154
154
|
│ shell/paths/homebrew/homebrew.paths.sh │ 879 B │ 523 B │
|
|
155
155
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
156
|
-
│ shell/paths/java/java.paths.sh │ 661 B │
|
|
156
|
+
│ shell/paths/java/java.paths.sh │ 661 B │ 454 B │
|
|
157
157
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
158
158
|
│ shell/paths/maven/maven.paths.sh │ 556 B │ 371 B │
|
|
159
159
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
160
|
-
│ shell/paths/node/node.paths.sh │ 448 B │
|
|
160
|
+
│ shell/paths/node/node.paths.sh │ 448 B │ 336 B │
|
|
161
161
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
162
|
-
│ shell/paths/nvm/nvm.paths.sh │ 863 B │
|
|
162
|
+
│ shell/paths/nvm/nvm.paths.sh │ 863 B │ 401 B │
|
|
163
163
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
164
164
|
│ shell/paths/pnpm/pnpm.paths.sh │ 439 B │ 316 B │
|
|
165
165
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
@@ -167,7 +167,7 @@
|
|
|
167
167
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
168
168
|
│ shell/paths/ruby/ruby.paths.sh │ 664 B │ 396 B │
|
|
169
169
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
170
|
-
│ shell/paths/tmux/tmux.paths.sh │
|
|
170
|
+
│ shell/paths/tmux/tmux.paths.sh │ 407 B │ 319 B │
|
|
171
171
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
172
172
|
├────────────────────────────────────────────────┼───────────┼────────────────┤
|
|
173
173
|
│ Total files: 84 │ 355 kB │ 177 kB │
|
package/dist/shell/aliases.sh
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
# 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.
|
|
2
|
+
# 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.456) - https://dotfiles.io
|
|
3
3
|
# Copyright (c) Sebastien Rousseau 2022. All rights reserved
|
|
4
4
|
# License: MIT
|
|
5
5
|
|
|
@@ -15,7 +15,7 @@ USER=$(whoami) # current user name.
|
|
|
15
15
|
|
|
16
16
|
## 🅴🆇🅿🅾🆁🆃🆂 - Export the variables.
|
|
17
17
|
export ARCHFLAGS="-arch ${OS_ARCH}" # archflags for the current machine.
|
|
18
|
-
export DOTFILES_VERSION='0.2.
|
|
18
|
+
export DOTFILES_VERSION='0.2.456' # version of the dotfiles.
|
|
19
19
|
export DOTFILES="${HOME}"/.dotfiles/shell # path to the cross plaform dotfiles.
|
|
20
20
|
export HOSTNAME=${HOSTNAME} # hostname of the machine.
|
|
21
21
|
export INPUTRC=${INPUTRC} # set INPUTRC (so that .inputrc is respected)
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
# 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.
|
|
2
|
+
# 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.456) - https://dotfiles.io
|
|
3
3
|
# Copyright (c) Sebastien Rousseau 2022. All rights reserved
|
|
4
4
|
# License: MIT
|
|
5
5
|
|
|
@@ -7,11 +7,16 @@
|
|
|
7
7
|
export colorflag='-G' # Enable color output
|
|
8
8
|
|
|
9
9
|
# Enable colored output from ls, etc. on FreeBSD-based systems
|
|
10
|
-
unset LSCOLORS
|
|
10
|
+
unset LSCOLORS LS_COLORS
|
|
11
11
|
export CLICOLOR=1
|
|
12
12
|
export CLICOLOR_FORCE=1
|
|
13
13
|
|
|
14
|
-
|
|
14
|
+
# LSCOLORS
|
|
15
|
+
if [[ "${OSTYPE}" == "darwin"* ]]; then
|
|
16
|
+
export LSCOLORS="GxFxCxDxbxegedabagaced"
|
|
17
|
+
else
|
|
18
|
+
export LS_COLORS="di=1;36:ln=1;35:so=1;32:pi=1;33:ex=1;31:bd=34;46:cd=34;43:su=30;41:sg=30;46:tw=30;42:ow=34;43"
|
|
19
|
+
fi
|
|
15
20
|
|
|
16
21
|
# Tell grep to highlight matches
|
|
17
22
|
export GREP_OPTIONS='--color=auto'
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
# 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.
|
|
2
|
+
# 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.456) - https://dotfiles.io
|
|
3
3
|
# Copyright (c) Sebastien Rousseau 2022. All rights reserved
|
|
4
4
|
# License: MIT
|
|
5
5
|
|
|
@@ -15,7 +15,7 @@ USER=$(whoami) # current user name.
|
|
|
15
15
|
|
|
16
16
|
## 🅴🆇🅿🅾🆁🆃🆂 - Export the variables.
|
|
17
17
|
export ARCHFLAGS="-arch ${OS_ARCH}" # archflags for the current machine.
|
|
18
|
-
export DOTFILES_VERSION='0.2.
|
|
18
|
+
export DOTFILES_VERSION='0.2.456' # version of the dotfiles.
|
|
19
19
|
export DOTFILES="${HOME}"/.dotfiles/shell # path to the cross plaform dotfiles.
|
|
20
20
|
export HOSTNAME=${HOSTNAME} # hostname of the machine.
|
|
21
21
|
export INPUTRC=${INPUTRC} # set INPUTRC (so that .inputrc is respected)
|
package/dist/shell/exit.sh
CHANGED
package/dist/shell/functions.sh
CHANGED
package/dist/shell/history.sh
CHANGED
package/dist/shell/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var shell=require("shelljs");function main(){shell.exec("pnpm run
|
|
1
|
+
"use strict";var shell=require("shelljs");function main(){shell.exec("pnpm run assemble");}
|
|
2
2
|
main();
|
package/dist/shell/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../shell/index.js"],"names":[],"mappings":"AAAA,YAAY,CAAC;AACb,IAAI,KAAK,GAAG,OAAO,CAAC,SAAS,CAAC,CAAC;AAE/B,SAAS,IAAI;IACX,KAAK,CAAC,IAAI,CAAC,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../shell/index.js"],"names":[],"mappings":"AAAA,YAAY,CAAC;AACb,IAAI,KAAK,GAAG,OAAO,CAAC,SAAS,CAAC,CAAC;AAE/B,SAAS,IAAI;IACX,KAAK,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC;AAClC,CAAC;AAED,IAAI,EAAE,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
# 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.
|
|
2
|
+
# 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.456) - https://dotfiles.io
|
|
3
3
|
# Copyright (c) Sebastien Rousseau 2022. All rights reserved
|
|
4
4
|
# License: MIT
|
|
5
5
|
|
|
@@ -10,6 +10,6 @@ if command -v 'tmux' >/dev/null; then
|
|
|
10
10
|
fi
|
|
11
11
|
|
|
12
12
|
if [[ -z "${TMUX}" ]] && [[ ${UID} != 0 ]]; then
|
|
13
|
-
tmux kill-session -t
|
|
14
|
-
tmux new-session -t
|
|
13
|
+
tmux kill-session -t 2>/dev/null
|
|
14
|
+
tmux new-session -t
|
|
15
15
|
fi
|
package/dist/shell/paths.sh
CHANGED
package/package.json
CHANGED
|
@@ -27,14 +27,15 @@
|
|
|
27
27
|
"description": "Dotfiles - A set of macOS / Linux and Windows configuration files - Simply designed to fit your shell life.",
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@types/node": "^16.11.64",
|
|
30
|
+
"@types/shelljs": "0.8.11",
|
|
30
31
|
"filesizes": "^0.1.2",
|
|
31
|
-
"pnpm": "^7.13.2",
|
|
32
32
|
"jsmin": "^1.0.1",
|
|
33
|
+
"pnpm": "^7.13.2",
|
|
33
34
|
"rimraf": "^3.0.2",
|
|
34
35
|
"shelljs": "^0.8.5",
|
|
35
|
-
"shelljs-nodecli": "^0.1.1",
|
|
36
36
|
"tsd": "0.24.1",
|
|
37
|
-
"typescript": "^4.8.4"
|
|
37
|
+
"typescript": "^4.8.4",
|
|
38
|
+
"shelljs-nodecli": "^0.1.1"
|
|
38
39
|
},
|
|
39
40
|
"directories": {
|
|
40
41
|
"bin": "./bin",
|
|
@@ -73,7 +74,7 @@
|
|
|
73
74
|
"url": "git@github.com:sebastienrousseau/dotfiles.git"
|
|
74
75
|
},
|
|
75
76
|
"types": "./dist/index.d.ts",
|
|
76
|
-
"version": "0.2.
|
|
77
|
+
"version": "0.2.456",
|
|
77
78
|
"scripts": {
|
|
78
79
|
"backup": "pnpm run bk:dir && pnpm run bk:bsh && pnpm run bk:zsh",
|
|
79
80
|
"bk:bsh": "if [ -z $HOME/.bashrc ]; then mv -f $HOME/.bashrc $HOME/.dotfiles_backup/bashrc.bk; fi ",
|
|
@@ -96,7 +97,9 @@
|
|
|
96
97
|
"cp:zshr": "cp ./shell/configurations/zsh/zshrc $HOME/.zshrc",
|
|
97
98
|
"clean": "rimraf \"dist/\" && tsc --build --clean",
|
|
98
99
|
"cl:tmp": "rimraf \"./dist/shell/**/*.tmp\"",
|
|
100
|
+
"assemble": "pnpm run backup && pnpm run directory && pnpm run copy",
|
|
99
101
|
"build": "pnpm run clean && tsc --build tsconfig.json && pnpm run compile",
|
|
102
|
+
"changeset": "changeset",
|
|
100
103
|
"compile": "chmod 755 \"./bin/compile.sh\" && ./bin/compile.sh",
|
|
101
104
|
"directory": "mkdir $HOME/.dotfiles",
|
|
102
105
|
"filesizes": "filesizes ./dist/ > ./dist/filesizes.txt",
|