@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.
- package/LICENSE +20 -17
- package/README.md +141 -150
- package/dist/Makefile +1 -1
- package/dist/bin/constants.d.ts +2 -2
- package/dist/bin/constants.js +1 -1
- package/dist/filesizes.txt +18 -18
- package/dist/lib/aliases/README.md +9 -5
- package/dist/lib/aliases/archives/README.md +1 -1
- package/dist/lib/aliases/archives/archives.aliases.sh +2 -2
- package/dist/lib/aliases/cd/README.md +1 -1
- package/dist/lib/aliases/cd/cd.aliases.sh +1 -1
- package/dist/lib/aliases/chmod/README.md +1 -1
- package/dist/lib/aliases/chmod/chmod.aliases.sh +1 -1
- package/dist/lib/aliases/clear/README.md +1 -1
- package/dist/lib/aliases/clear/clear.aliases.sh +2 -2
- package/dist/lib/aliases/configuration/README.md +1 -1
- package/dist/lib/aliases/configuration/configuration.aliases.sh +2 -2
- package/dist/lib/aliases/default/README.md +1 -1
- package/dist/lib/aliases/default/default.aliases.sh +2 -2
- package/dist/lib/aliases/dig/README.md +1 -1
- package/dist/lib/aliases/dig/dig.aliases.sh +2 -2
- package/dist/lib/aliases/disk-usage/README.md +1 -1
- package/dist/lib/aliases/disk-usage/du.aliases.sh +1 -1
- package/dist/lib/aliases/editor/README.md +1 -1
- package/dist/lib/aliases/editor/editor.aliases.sh +2 -2
- package/dist/lib/aliases/find/README.md +1 -1
- package/dist/lib/aliases/find/find.aliases.sh +2 -2
- package/dist/lib/aliases/gcloud/README.md +1 -1
- package/dist/lib/aliases/gcloud/gcloud.aliases.sh +2 -2
- package/dist/lib/aliases/git/README.md +1 -1
- package/dist/lib/aliases/git/git.aliases.sh +1 -1
- package/dist/lib/aliases/gnu/README.md +1 -1
- package/dist/lib/aliases/gnu/gnucoreutils-aliases.sh +1 -1
- package/dist/lib/aliases/heroku/README.md +1 -1
- package/dist/lib/aliases/heroku/heroku.aliases.sh +1 -1
- package/dist/lib/aliases/interactive/README.md +1 -1
- package/dist/lib/aliases/interactive/interactive.aliases.sh +1 -1
- package/dist/lib/aliases/jekyll/README.md +1 -1
- package/dist/lib/aliases/jekyll/jekyll.aliases.sh +1 -1
- package/dist/lib/aliases/list/README.md +1 -1
- package/dist/lib/aliases/list/list.aliases.sh +1 -1
- package/dist/lib/aliases/{macos → macOS}/README.md +1 -1
- package/dist/lib/aliases/{macos → macOS}/macos.aliases.sh +1 -1
- package/dist/lib/aliases/make/README.md +1 -1
- package/dist/lib/aliases/make/make.aliases.sh +1 -1
- package/dist/lib/aliases/mkdir/README.md +1 -1
- package/dist/lib/aliases/mkdir/mkdir.aliases.sh +1 -1
- package/dist/lib/aliases/npm/README.md +1 -1
- package/dist/lib/aliases/npm/npm.aliases.sh +1 -1
- package/dist/lib/aliases/permission/README.md +1 -1
- package/dist/lib/aliases/permission/permission.aliases.sh +1 -1
- package/dist/lib/aliases/pnpm/README.md +1 -1
- package/dist/lib/aliases/pnpm/pnpm.aliases.sh +1 -1
- package/dist/lib/aliases/ps/README.md +1 -1
- package/dist/lib/aliases/ps/ps.aliases.sh +1 -1
- package/dist/lib/aliases/rsync/README.md +1 -1
- package/dist/lib/aliases/rsync/rsync.aliases.sh +1 -1
- package/dist/lib/aliases/rust/README.md +1 -1
- package/dist/lib/aliases/rust/rust.aliases.sh +1 -1
- package/dist/lib/aliases/subversion/README.md +1 -1
- package/dist/lib/aliases/subversion/subversion.aliases.sh +1 -1
- package/dist/lib/aliases/sudo/README.md +1 -1
- package/dist/lib/aliases/sudo/sudo.aliases.sh +1 -1
- package/dist/lib/aliases/tmux/README.md +1 -1
- package/dist/lib/aliases/tmux/tmux.aliases.sh +1 -1
- package/dist/lib/aliases/update/README.md +1 -1
- package/dist/lib/aliases/update/update.aliases.sh +1 -1
- package/dist/lib/aliases/uuid/README.md +1 -1
- package/dist/lib/aliases/uuid/uuid.aliases.sh +1 -1
- package/dist/lib/aliases/wget/README.md +1 -1
- package/dist/lib/aliases/wget/wget.aliases.sh +1 -1
- package/dist/lib/aliases.sh +2 -2
- package/dist/lib/configurations/README.md +1 -1
- package/dist/lib/configurations/bash/bashrc +2 -2
- package/dist/lib/configurations/curl/curlrc +1 -1
- package/dist/lib/configurations/default/color.sh +1 -1
- package/dist/lib/configurations/default/constants.sh +2 -2
- package/dist/lib/configurations/default/editor.sh +1 -1
- package/dist/lib/configurations/default/prompt.sh +1 -1
- package/dist/lib/configurations/input/inputrc +1 -1
- package/dist/lib/configurations/nano/nanorc +1 -1
- package/dist/lib/configurations/profile/profile +1 -1
- package/dist/lib/configurations/tmux/default +1 -1
- package/dist/lib/configurations/tmux/display +1 -1
- package/dist/lib/configurations/tmux/linux +1 -1
- package/dist/lib/configurations/tmux/navigation +1 -1
- package/dist/lib/configurations/tmux/panes +1 -1
- package/dist/lib/configurations/tmux/theme +2 -2
- package/dist/lib/configurations/tmux/tmux +1 -1
- package/dist/lib/configurations/tmux/vi +1 -1
- package/dist/lib/configurations/vim/vimrc +1 -1
- package/dist/lib/configurations/wget/wgetrc +1 -1
- package/dist/lib/configurations/zsh/zshrc +2 -2
- package/dist/lib/configurations.sh +2 -2
- package/dist/lib/functions/README.md +5 -1
- package/dist/lib/functions/cdls.sh +1 -1
- package/dist/lib/functions/curlheader.sh +1 -1
- package/dist/lib/functions/curlstatus.sh +1 -1
- package/dist/lib/functions/curltime.sh +1 -1
- package/dist/lib/functions/encode64.sh +1 -1
- package/dist/lib/functions/environment.sh +1 -1
- package/dist/lib/functions/extract.sh +1 -1
- package/dist/lib/functions/freespace.sh +1 -1
- package/dist/lib/functions/genpwd.sh +2 -2
- package/dist/lib/functions/goto.sh +1 -1
- package/dist/lib/functions/hidehiddenfiles.sh +1 -1
- package/dist/lib/functions/hostinfo.sh +1 -1
- package/dist/lib/functions/hstats.sh +1 -1
- package/dist/lib/functions/httpdebug.sh +1 -1
- package/dist/lib/functions/keygen.sh +1 -1
- package/dist/lib/functions/last.sh +1 -1
- package/dist/lib/functions/logout.sh +1 -1
- package/dist/lib/functions/lowercase.sh +1 -1
- package/dist/lib/functions/matrix.sh +1 -1
- package/dist/lib/functions/mount_read_only.sh +1 -1
- package/dist/lib/functions/myproc.sh +1 -1
- package/dist/lib/functions/prependpath.sh +1 -1
- package/dist/lib/functions/ql.sh +1 -1
- package/dist/lib/functions/rd.sh +1 -1
- package/dist/lib/functions/remove_disk.sh +1 -1
- package/dist/lib/functions/ren.sh +1 -1
- package/dist/lib/functions/showhiddenfiles.sh +1 -1
- package/dist/lib/functions/size.sh +1 -1
- package/dist/lib/functions/stopwatch.sh +1 -1
- package/dist/lib/functions/uppercase.sh +1 -1
- package/dist/lib/functions/view-source.sh +1 -1
- package/dist/lib/functions/vscode.sh +1 -1
- package/dist/lib/functions/whoisport.sh +1 -1
- package/dist/lib/functions/zipf.sh +1 -1
- package/dist/lib/functions.sh +2 -2
- package/dist/lib/history.sh +2 -2
- package/dist/lib/paths/ant/ant.paths.sh +1 -1
- package/dist/lib/paths/default/default.paths.sh +1 -1
- package/dist/lib/paths/homebrew/homebrew.paths.sh +1 -1
- package/dist/lib/paths/java/java.paths.sh +1 -1
- package/dist/lib/paths/maven/maven.paths.sh +1 -1
- package/dist/lib/paths/node/node.paths.sh +1 -1
- package/dist/lib/paths/nvm/nvm.paths.sh +1 -1
- package/dist/lib/paths/pnpm/pnpm.paths.sh +1 -1
- package/dist/lib/paths/python/python.paths.sh +1 -1
- package/dist/lib/paths/ruby/ruby.paths.sh +1 -1
- package/dist/lib/paths/tmux/tmux.paths.sh +1 -1
- package/dist/lib/paths.sh +2 -2
- package/dist/scripts/backup.sh +1 -1
- package/dist/scripts/banner.sh +1 -1
- package/dist/scripts/build.sh +1 -1
- package/dist/scripts/clean.sh +1 -1
- package/dist/scripts/compile.sh +1 -1
- package/dist/scripts/copy.sh +1 -1
- package/dist/scripts/dotfiles.sh +1 -1
- package/dist/scripts/download.sh +1 -1
- package/dist/scripts/help.sh +1 -1
- package/dist/scripts/ssh.sh +1 -1
- package/dist/scripts/unpack.sh +1 -1
- 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)
|
|
7
|
+
Copyright (c) 2023 Sebastien Rousseau
|
|
6
8
|
|
|
7
|
-
Permission is hereby granted, free of charge, to any person obtaining a
|
|
8
|
-
of this software and associated documentation files (the "Software
|
|
9
|
-
in the Software without restriction, including without
|
|
10
|
-
to use, copy, modify, merge, publish, distribute,
|
|
11
|
-
copies of the Software, and to permit persons to
|
|
12
|
-
furnished to do so, subject to the following
|
|
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
|
|
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
|
|
18
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
19
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
|
|
20
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
21
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
22
|
-
|
|
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
|
-
|
|
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.
|
|
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]][
|
|
15
|
-
[![Contributors][contributors-shield]][
|
|
16
|
-
[![Forks][forks-shield]][
|
|
17
|
-
[![License][license]][
|
|
18
|
-
[![Love][love]][
|
|
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][
|
|
21
|
-
• [Report Bug][
|
|
22
|
-
• [Contributing Guidelines][
|
|
24
|
+
• [Website][00] • [Documentation][16]
|
|
25
|
+
• [Report Bug][17] • [Request Feature][17]
|
|
26
|
+
• [Contributing Guidelines][05]
|
|
23
27
|
|
|
24
|
-
|
|
28
|
+
<!-- markdownlint-disable MD033 MD041 -->
|
|
29
|
+
</center>
|
|
30
|
+
<!-- markdownlint-enable MD033 MD041 -->
|
|
25
31
|
|
|
26
|
-
|
|
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.
|
|
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][
|
|
100
|
-
[
|
|
101
|
-
[
|
|
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**][
|
|
110
|
-
|
|
111
|
-
- Or [**Zsh**][
|
|
112
|
-
|
|
113
|
-
- [**Git**][
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
- [**Curl**][
|
|
117
|
-
|
|
118
|
-
- [**Wget**][
|
|
119
|
-
|
|
120
|
-
- [**Make**][
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
- [**Shell**][
|
|
124
|
-
|
|
125
|
-
- [**PnPM**][
|
|
126
|
-
|
|
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][
|
|
154
|
-
- [Dotfiles Docs GitHub repository][
|
|
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.
|
|
167
|
+
You can download the latest version (v0.2.466) with the following
|
|
168
|
+
options:
|
|
163
169
|
|
|
164
|
-
- [**Manual download**][
|
|
165
|
-
- [**Install with PnPM**][
|
|
166
|
-
|
|
167
|
-
- [**Install with
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
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
|
|
178
|
-
data. The Dotfiles installer will try to automatically backup
|
|
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
|
|
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
|
|
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
|
|
221
|
-
install the latest version of the dotfiles and will automatically
|
|
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
|
|
226
|
-
installation method. If not, it will fallback to equivalent shell
|
|
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
|
|
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/@
|
|
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
|
|
251
|
-
backup any existing dotfiles you may have into a backup
|
|
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
|
|
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
|
|
266
|
-
backup any existing dotfiles you may have into a backup
|
|
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
|
|
275
|
-
should be able to see a new interface of your terminal
|
|
276
|
-
using the dotfiles aliases and other
|
|
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][
|
|
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][
|
|
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
|
|
291
|
-
compatibility, `Dotfiles` follows
|
|
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][
|
|
305
|
+
- See [Dotfiles Release][24] for a list of changes.
|
|
298
306
|
|
|
299
|
-
## ✅
|
|
307
|
+
## Changelog ✅
|
|
300
308
|
|
|
301
|
-
- [GitHub Releases][
|
|
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
|
|
308
|
-
Please read our [Code of Conduct][
|
|
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
|
|
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
|
-
|
|
323
|
-
|
|
331
|
+
We welcome contributions to `Dotfiles`. Please see the
|
|
332
|
+
[contributing guidelines][05] for more information.
|
|
324
333
|
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
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
|
-
|
|
343
|
+
The project is licensed under the terms of both the MIT license and the
|
|
344
|
+
Apache License (Version 2.0).
|
|
343
345
|
|
|
344
|
-
[
|
|
346
|
+
- [Apache License, Version 2.0][01]
|
|
347
|
+
- [MIT license][02]
|
|
345
348
|
|
|
346
349
|
![divider][divider]
|
|
347
350
|
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
[
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
[
|
|
358
|
-
[
|
|
359
|
-
[
|
|
360
|
-
[
|
|
361
|
-
[
|
|
362
|
-
[
|
|
363
|
-
[
|
|
364
|
-
[
|
|
365
|
-
[
|
|
366
|
-
[
|
|
367
|
-
[
|
|
368
|
-
[
|
|
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
|
-
|
|
371
|
-
[
|
|
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
|
-
|
|
395
|
-
[divider]: https://
|
|
396
|
-
[download_button]: https://
|
|
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
|
-
[
|
|
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://
|
|
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
package/dist/bin/constants.d.ts
CHANGED
|
@@ -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.
|
|
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.
|
|
6
|
+
export const version: "dotfiles-0.2.466.tgz";
|
|
7
7
|
//# sourceMappingURL=constants.d.ts.map
|
package/dist/bin/constants.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
|
|
2
|
-
const version="dotfiles-0.2.
|
|
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};
|