@sebastienrousseau/dotfiles 0.2.466 β†’ 0.2.468

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 (166) hide show
  1. package/README.md +19 -15
  2. package/dist/Makefile +2 -2
  3. package/dist/bin/backup.js.map +1 -1
  4. package/dist/bin/constants.d.ts +2 -2
  5. package/dist/bin/constants.js +1 -1
  6. package/dist/bin/dotfiles.d.ts +2 -2
  7. package/dist/bin/dotfiles.d.ts.map +1 -1
  8. package/dist/bin/dotfiles.js +1 -2
  9. package/dist/bin/dotfiles.js.map +1 -1
  10. package/dist/bin/download.d.ts +2 -2
  11. package/dist/bin/download.d.ts.map +1 -1
  12. package/dist/bin/download.js +1 -2
  13. package/dist/bin/download.js.map +1 -1
  14. package/dist/bin/index.js +1 -1
  15. package/dist/bin/index.js.map +1 -1
  16. package/dist/filesizes.txt +85 -87
  17. package/dist/lib/README.md +9 -5
  18. package/dist/lib/aliases/README.md +8 -4
  19. package/dist/lib/aliases/archives/README.md +29 -26
  20. package/dist/lib/aliases/archives/archives.aliases.sh +148 -145
  21. package/dist/lib/aliases/cd/README.md +46 -44
  22. package/dist/lib/aliases/cd/cd.aliases.sh +63 -29
  23. package/dist/lib/aliases/chmod/README.md +8 -4
  24. package/dist/lib/aliases/chmod/chmod.aliases.sh +60 -42
  25. package/dist/lib/aliases/clear/README.md +8 -4
  26. package/dist/lib/aliases/clear/clear.aliases.sh +57 -28
  27. package/dist/lib/aliases/configuration/README.md +8 -4
  28. package/dist/lib/aliases/configuration/configuration.aliases.sh +56 -30
  29. package/dist/lib/aliases/default/README.md +8 -4
  30. package/dist/lib/aliases/default/default.aliases.sh +99 -86
  31. package/dist/lib/aliases/dig/README.md +8 -4
  32. package/dist/lib/aliases/dig/dig.aliases.sh +3 -3
  33. package/dist/lib/aliases/disk-usage/README.md +8 -4
  34. package/dist/lib/aliases/disk-usage/du.aliases.sh +2 -2
  35. package/dist/lib/aliases/editor/README.md +8 -4
  36. package/dist/lib/aliases/editor/editor.aliases.sh +3 -3
  37. package/dist/lib/aliases/find/README.md +8 -4
  38. package/dist/lib/aliases/find/find.aliases.sh +3 -3
  39. package/dist/lib/aliases/gcloud/README.md +8 -4
  40. package/dist/lib/aliases/gcloud/gcloud.aliases.sh +3 -3
  41. package/dist/lib/aliases/git/README.md +8 -4
  42. package/dist/lib/aliases/git/git.aliases.sh +2 -2
  43. package/dist/lib/aliases/gnu/README.md +8 -4
  44. package/dist/lib/aliases/gnu/gnucoreutils-aliases.sh +1 -1
  45. package/dist/lib/aliases/heroku/README.md +8 -4
  46. package/dist/lib/aliases/heroku/heroku.aliases.sh +2 -2
  47. package/dist/lib/aliases/interactive/README.md +29 -17
  48. package/dist/lib/aliases/interactive/interactive.aliases.sh +14 -17
  49. package/dist/lib/aliases/jekyll/README.md +8 -4
  50. package/dist/lib/aliases/jekyll/jekyll.aliases.sh +3 -3
  51. package/dist/lib/aliases/list/README.md +8 -4
  52. package/dist/lib/aliases/list/list.aliases.sh +2 -2
  53. package/dist/lib/aliases/macOS/README.md +8 -4
  54. package/dist/lib/aliases/macOS/macos.aliases.sh +2 -2
  55. package/dist/lib/aliases/make/README.md +8 -4
  56. package/dist/lib/aliases/make/make.aliases.sh +2 -2
  57. package/dist/lib/aliases/mkdir/README.md +8 -4
  58. package/dist/lib/aliases/mkdir/mkdir.aliases.sh +2 -2
  59. package/dist/lib/aliases/npm/README.md +8 -4
  60. package/dist/lib/aliases/npm/npm.aliases.sh +2 -2
  61. package/dist/lib/aliases/permission/README.md +8 -4
  62. package/dist/lib/aliases/permission/permission.aliases.sh +2 -2
  63. package/dist/lib/aliases/pnpm/README.md +8 -4
  64. package/dist/lib/aliases/pnpm/pnpm.aliases.sh +2 -2
  65. package/dist/lib/aliases/ps/README.md +8 -4
  66. package/dist/lib/aliases/ps/ps.aliases.sh +2 -2
  67. package/dist/lib/aliases/rsync/README.md +8 -4
  68. package/dist/lib/aliases/rsync/rsync.aliases.sh +2 -2
  69. package/dist/lib/aliases/rust/README.md +8 -4
  70. package/dist/lib/aliases/rust/rust.aliases.sh +23 -23
  71. package/dist/lib/aliases/subversion/README.md +8 -4
  72. package/dist/lib/aliases/subversion/subversion.aliases.sh +2 -2
  73. package/dist/lib/aliases/sudo/README.md +8 -4
  74. package/dist/lib/aliases/sudo/sudo.aliases.sh +2 -2
  75. package/dist/lib/aliases/tmux/README.md +8 -4
  76. package/dist/lib/aliases/tmux/tmux.aliases.sh +2 -2
  77. package/dist/lib/aliases/update/README.md +8 -4
  78. package/dist/lib/aliases/update/update.aliases.sh +2 -2
  79. package/dist/lib/aliases/uuid/README.md +8 -4
  80. package/dist/lib/aliases/uuid/uuid.aliases.sh +2 -2
  81. package/dist/lib/aliases/wget/README.md +8 -4
  82. package/dist/lib/aliases/wget/wget.aliases.sh +2 -2
  83. package/dist/lib/aliases.sh +42 -12
  84. package/dist/lib/configurations/README.md +8 -4
  85. package/dist/lib/configurations/bash/bashrc +3 -3
  86. package/dist/lib/configurations/curl/curlrc +2 -2
  87. package/dist/lib/configurations/default/color.sh +2 -2
  88. package/dist/lib/configurations/default/constants.sh +3 -3
  89. package/dist/lib/configurations/default/editor.sh +2 -2
  90. package/dist/lib/configurations/default/prompt.sh +2 -2
  91. package/dist/lib/configurations/input/inputrc +2 -2
  92. package/dist/lib/configurations/nano/nanorc +2 -2
  93. package/dist/lib/configurations/profile/profile +2 -2
  94. package/dist/lib/configurations/tmux/default +2 -2
  95. package/dist/lib/configurations/tmux/display +2 -2
  96. package/dist/lib/configurations/tmux/linux +2 -2
  97. package/dist/lib/configurations/tmux/navigation +2 -2
  98. package/dist/lib/configurations/tmux/panes +2 -2
  99. package/dist/lib/configurations/tmux/theme +3 -3
  100. package/dist/lib/configurations/tmux/tmux +2 -2
  101. package/dist/lib/configurations/vim/vimrc +1 -1
  102. package/dist/lib/configurations/wget/wgetrc +2 -2
  103. package/dist/lib/configurations/zsh/zshrc +11 -11
  104. package/dist/lib/configurations.sh +27 -9
  105. package/dist/lib/functions/README.md +8 -4
  106. package/dist/lib/functions/cdls.sh +2 -2
  107. package/dist/lib/functions/curlheader.sh +2 -2
  108. package/dist/lib/functions/curlstatus.sh +2 -2
  109. package/dist/lib/functions/curltime.sh +3 -3
  110. package/dist/lib/functions/encode64.sh +2 -2
  111. package/dist/lib/functions/environment.sh +2 -2
  112. package/dist/lib/functions/extract.sh +2 -2
  113. package/dist/lib/functions/freespace.sh +2 -2
  114. package/dist/lib/functions/genpwd.sh +4 -4
  115. package/dist/lib/functions/goto.sh +2 -2
  116. package/dist/lib/functions/hidehiddenfiles.sh +2 -2
  117. package/dist/lib/functions/hostinfo.sh +2 -2
  118. package/dist/lib/functions/hstats.sh +2 -2
  119. package/dist/lib/functions/httpdebug.sh +2 -2
  120. package/dist/lib/functions/keygen.sh +2 -2
  121. package/dist/lib/functions/last.sh +2 -2
  122. package/dist/lib/functions/logout.sh +2 -2
  123. package/dist/lib/functions/lowercase.sh +2 -2
  124. package/dist/lib/functions/matrix.sh +2 -2
  125. package/dist/lib/functions/mount_read_only.sh +2 -2
  126. package/dist/lib/functions/myproc.sh +2 -2
  127. package/dist/lib/functions/prependpath.sh +2 -2
  128. package/dist/lib/functions/ql.sh +2 -2
  129. package/dist/lib/functions/rd.sh +2 -2
  130. package/dist/lib/functions/remove_disk.sh +2 -2
  131. package/dist/lib/functions/ren.sh +2 -2
  132. package/dist/lib/functions/showhiddenfiles.sh +2 -2
  133. package/dist/lib/functions/size.sh +2 -2
  134. package/dist/lib/functions/stopwatch.sh +2 -2
  135. package/dist/lib/functions/uppercase.sh +2 -2
  136. package/dist/lib/functions/view-source.sh +2 -2
  137. package/dist/lib/functions/vscode.sh +2 -2
  138. package/dist/lib/functions/whoisport.sh +2 -2
  139. package/dist/lib/functions/zipf.sh +2 -2
  140. package/dist/lib/functions.sh +27 -10
  141. package/dist/lib/history.sh +58 -21
  142. package/dist/lib/paths/ant/ant.paths.sh +2 -2
  143. package/dist/lib/paths/default/default.paths.sh +2 -2
  144. package/dist/lib/paths/homebrew/homebrew.paths.sh +2 -2
  145. package/dist/lib/paths/java/java.paths.sh +2 -2
  146. package/dist/lib/paths/maven/maven.paths.sh +2 -2
  147. package/dist/lib/paths/node/node.paths.sh +2 -2
  148. package/dist/lib/paths/nvm/nvm.paths.sh +2 -2
  149. package/dist/lib/paths/pnpm/pnpm.paths.sh +2 -2
  150. package/dist/lib/paths/python/python.paths.sh +2 -2
  151. package/dist/lib/paths/ruby/ruby.paths.sh +2 -2
  152. package/dist/lib/paths/tmux/tmux.paths.sh +2 -2
  153. package/dist/lib/paths.sh +28 -12
  154. package/dist/scripts/backup.sh +2 -2
  155. package/dist/scripts/banner.sh +2 -2
  156. package/dist/scripts/build.sh +2 -2
  157. package/dist/scripts/clean.sh +2 -2
  158. package/dist/scripts/compile.sh +2 -2
  159. package/dist/scripts/copy.sh +2 -2
  160. package/dist/scripts/dotfiles.sh +2 -2
  161. package/dist/scripts/download.sh +2 -2
  162. package/dist/scripts/help.sh +2 -2
  163. package/dist/scripts/ssh.sh +2 -2
  164. package/dist/scripts/unpack.sh +2 -2
  165. package/package.json +6 -5
  166. package/dist/lib/configurations/tmux/vi +0 -9
@@ -1,11 +1,15 @@
1
- <!-- markdownlint-disable MD033 MD041 -->
1
+ <!-- markdownlint-disable MD033 MD041 MD043 -->
2
2
 
3
- <img src="https://kura.pro/dotfiles/v2/images/logos/dotfiles.svg"
4
- alt="dotfiles logo" width="261" align="right" />
3
+ <img
4
+ src="https://kura.pro/dotfiles/v2/images/logos/dotfiles.svg"
5
+ alt="dotfiles logo"
6
+ width="261"
7
+ align="right"
8
+ />
5
9
 
6
10
  <!-- markdownlint-enable MD033 MD041 -->
7
11
 
8
- # Dotfiles (v0.2.466)
12
+ # Dotfiles (v0.2.468)
9
13
 
10
14
  Simply designed to fit your shell life 🐚
11
15
 
@@ -1,11 +1,11 @@
1
1
  #!/usr/bin/env bash
2
2
 
3
- # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.466) - <https://dotfiles.io>
3
+ # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.468) - <https://dotfiles.io>
4
4
  # Made with β™₯ in London, UK by @wwdseb
5
- # Copyright (c) 2015-2023. All rights reserved
5
+ # Copyright (c) 2015-2024. All rights reserved
6
6
  # License: MIT
7
7
  # Script: gcloud.aliases.sh
8
- # Version: 0.2.466
8
+ # Version: 0.2.468
9
9
  # Website: https://dotfiles.io
10
10
 
11
11
  # πŸ…ΆπŸ…²πŸ…»πŸ…ΎπŸ†„πŸ…³ πŸ…°πŸ…»πŸ…ΈπŸ…°πŸ†‚πŸ…΄πŸ†‚ - Google Cloud aliases.
@@ -1,11 +1,15 @@
1
- <!-- markdownlint-disable MD033 MD041 -->
1
+ <!-- markdownlint-disable MD033 MD041 MD043 -->
2
2
 
3
- <img src="https://kura.pro/dotfiles/v2/images/logos/dotfiles.svg"
4
- alt="dotfiles logo" width="261" align="right" />
3
+ <img
4
+ src="https://kura.pro/dotfiles/v2/images/logos/dotfiles.svg"
5
+ alt="dotfiles logo"
6
+ width="261"
7
+ align="right"
8
+ />
5
9
 
6
10
  <!-- markdownlint-enable MD033 MD041 -->
7
11
 
8
- # Dotfiles (v0.2.466)
12
+ # Dotfiles (v0.2.468)
9
13
 
10
14
  Simply designed to fit your shell life 🐚
11
15
 
@@ -1,8 +1,8 @@
1
1
  #!/usr/bin/env bash
2
2
 
3
- # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.466) - <https://dotfiles.io>
3
+ # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.468) - <https://dotfiles.io>
4
4
  # Made with β™₯ in London, UK by @wwdseb
5
- # Copyright (c) 2015-2023. All rights reserved
5
+ # Copyright (c) 2015-2024. All rights reserved
6
6
  # License: MIT
7
7
 
8
8
  # πŸ…ΆπŸ…ΈπŸ†ƒ πŸ…°πŸ…»πŸ…ΈπŸ…°πŸ†‚πŸ…΄πŸ†‚ - Git aliases.
@@ -1,11 +1,15 @@
1
- <!-- markdownlint-disable MD033 MD041 -->
1
+ <!-- markdownlint-disable MD033 MD041 MD043 -->
2
2
 
3
- <img src="https://kura.pro/dotfiles/v2/images/logos/dotfiles.svg"
4
- alt="dotfiles logo" width="261" align="right" />
3
+ <img
4
+ src="https://kura.pro/dotfiles/v2/images/logos/dotfiles.svg"
5
+ alt="dotfiles logo"
6
+ width="261"
7
+ align="right"
8
+ />
5
9
 
6
10
  <!-- markdownlint-enable MD033 MD041 -->
7
11
 
8
- # Dotfiles (v0.2.466)
12
+ # Dotfiles (v0.2.468)
9
13
 
10
14
  Simply designed to fit your shell life 🐚
11
15
 
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env bash
2
2
 
3
- # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.466) - <https://dotfiles.io>
3
+ # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.468) - <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,11 +1,15 @@
1
- <!-- markdownlint-disable MD033 MD041 -->
1
+ <!-- markdownlint-disable MD033 MD041 MD043 -->
2
2
 
3
- <img src="https://kura.pro/dotfiles/v2/images/logos/dotfiles.svg"
4
- alt="dotfiles logo" width="261" align="right" />
3
+ <img
4
+ src="https://kura.pro/dotfiles/v2/images/logos/dotfiles.svg"
5
+ alt="dotfiles logo"
6
+ width="261"
7
+ align="right"
8
+ />
5
9
 
6
10
  <!-- markdownlint-enable MD033 MD041 -->
7
11
 
8
- # Dotfiles (v0.2.466)
12
+ # Dotfiles (v0.2.468)
9
13
 
10
14
  Simply designed to fit your shell life 🐚
11
15
 
@@ -1,8 +1,8 @@
1
1
  #!/usr/bin/env bash
2
2
 
3
- # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.466) - <https://dotfiles.io>
3
+ # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.468) - <https://dotfiles.io>
4
4
  # Made with β™₯ in London, UK by @wwdseb
5
- # Copyright (c) 2015-2023. All rights reserved
5
+ # Copyright (c) 2015-2024. All rights reserved
6
6
  # License: MIT
7
7
 
8
8
  # πŸ…·πŸ…΄πŸ†πŸ…ΎπŸ…ΊπŸ†„ πŸ…°πŸ…»πŸ…ΈπŸ…°πŸ†‚πŸ…΄πŸ†‚ - Heroku aliases.
@@ -1,11 +1,15 @@
1
- <!-- markdownlint-disable MD033 MD041 -->
1
+ <!-- markdownlint-disable MD033 MD041 MD043 -->
2
2
 
3
- <img src="https://kura.pro/dotfiles/v2/images/logos/dotfiles.svg"
4
- alt="dotfiles logo" width="261" align="right" />
3
+ <img
4
+ src="https://kura.pro/dotfiles/v2/images/logos/dotfiles.svg"
5
+ alt="dotfiles logo"
6
+ width="261"
7
+ align="right"
8
+ />
5
9
 
6
10
  <!-- markdownlint-enable MD033 MD041 -->
7
11
 
8
- # Dotfiles (v0.2.466)
12
+ # Dotfiles (v0.2.468)
9
13
 
10
14
  Simply designed to fit your shell life 🐚
11
15
 
@@ -20,24 +24,32 @@ destructive operations.
20
24
 
21
25
  ### File manipulation aliases
22
26
 
23
- - `cp` Copy files and directories.
24
- - `del` Remove a file or directory.
25
- - `ln` Create a symbolic link.
26
- - `mv` Move files interactively (ask before overwrite) and verbose.
27
- - `rm` Prompts for every file before removing.
28
- - `zap` Remove files interactively (ask before overwrite).
27
+ * `cp` Copy files and directories interactively (ask before overwrite) with
28
+ verbose output.
29
+ * `del` Remove files or directories interactively (ask before each removal)
30
+ with verbose output, recursively.
31
+ * `ln` Create symbolic links interactively (ask before overwrite) with verbose
32
+ output.
33
+ * `mv` Move or rename files interactively (ask before overwrite) with verbose
34
+ output.
35
+ * `rm` Remove files or directories interactively (ask before each removal) with
36
+ verbose output.
37
+ * `zap` Alias for 'rm', removes files or directories interactively (ask before
38
+ each removal) with verbose output.
29
39
 
30
40
  ### Trash manipulation alias
31
41
 
32
- - `bin` Remove all files in the trash.
42
+ * `bin` Remove all files in the trash directory (user's .Trash) forcefully and
43
+ recursively.
33
44
 
34
45
  ### Other interactive aliases
35
46
 
36
- - `chmod` Change permissions of a file or directory.
37
- - `chown` Change the owner and group of a file or directory.
38
- - `diff` Compare two files and show the differences.
39
- - `grep` Search for a pattern in a file or output.
40
- - `mkdir` Create a new directory and display a message on success.
41
- - `touch` Create a new file and display a message on success.
47
+ * `chmod` Change file or directory permissions with verbose output.
48
+ * `chown` Change file or directory owner and group with verbose output.
49
+ * `diff` Compare and show differences between two files in unified format.
50
+ * `grep` Search for a pattern in files or output, showing line numbers and
51
+ case-insensitively.
52
+ * `mkdir` Create a new directory, making parent directories as needed, with
53
+ verbose output.
42
54
 
43
55
  [banner]: https://kura.pro/dotfiles/v2/images/titles/title-dotfiles.svg
@@ -1,53 +1,50 @@
1
1
  #!/usr/bin/env bash
2
2
 
3
- # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.466) - <https://dotfiles.io>
3
+ # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.468) - <https://dotfiles.io>
4
4
  # Made with β™₯ in London, UK by @wwdseb
5
- # Copyright (c) 2015-2023. All rights reserved
5
+ # Copyright (c) 2015-2024. All rights reserved
6
6
  # License: MIT
7
7
 
8
8
  # πŸ…ΈπŸ…½πŸ†ƒπŸ…΄πŸ†πŸ…°πŸ…²πŸ†ƒπŸ…ΈπŸ†…πŸ…΄ πŸ…°πŸ…»πŸ…ΈπŸ…°πŸ†‚πŸ…΄πŸ†‚
9
9
 
10
10
  # File manipulation aliases
11
11
 
12
- # cp: Copy files and directories.
12
+ # cp: Copy files and directories interactively (ask before overwrite) with verbose output.
13
13
  alias cp="cp -vi"
14
14
 
15
- # del: Remove a file or directory.
15
+ # del: Remove files or directories interactively (ask before each removal) with verbose output, recursively.
16
16
  alias del="rm -rfvi"
17
17
 
18
- # ln: interactive symbolic link
18
+ # ln: Create symbolic links interactively (ask before overwrite) with verbose output.
19
19
  alias ln='ln -vi'
20
20
 
21
- # mv: Move files interactively (ask before overwrite) and verbose.
21
+ # mv: Move or rename files interactively (ask before overwrite) with verbose output.
22
22
  alias mv='mv -vi'
23
23
 
24
- # rm: Prompts for every file before removing.
24
+ # rm: Remove files or directories interactively (ask before each removal) with verbose output.
25
25
  alias rm='rm -vi'
26
26
 
27
- # zap: Remove files interactively (ask before overwrite).
27
+ # zap: Alias for 'rm', removes files or directories interactively (ask before each removal) with verbose output.
28
28
  alias zap='rm -vi'
29
29
 
30
30
  # Trash manipulation alias
31
31
 
32
- # bin: Remove all files in the trash.
32
+ # bin: Remove all files in the trash directory (user's .Trash) forcefully and recursively.
33
33
  alias bin='rm -fr ${HOME}/.Trash'
34
34
 
35
35
  # Other interactive aliases
36
36
 
37
- # chmod: Change permissions of a file or directory.
37
+ # chmod: Change file or directory permissions with verbose output.
38
38
  alias chmod='chmod -v'
39
39
 
40
- # chown: Change the owner and group of a file or directory.
40
+ # chown: Change file or directory owner and group with verbose output.
41
41
  alias chown='chown -v'
42
42
 
43
- # diff: Compare two files and show the differences.
43
+ # diff: Compare and show differences between two files in unified format.
44
44
  alias diff='diff -u'
45
45
 
46
- # grep: Search for a pattern in a file or output.
46
+ # grep: Search for a pattern in files or output, showing line numbers and case-insensitively.
47
47
  alias grep='grep -n -i'
48
48
 
49
- # mkdir: Create a new directory and display a message on success.
49
+ # mkdir: Create a new directory, making parent directories as needed, with verbose output.
50
50
  alias mkdir='mkdir -pv'
51
-
52
- # touch: Create a new file and display a message on success.
53
- alias touch='touch -v'
@@ -1,11 +1,15 @@
1
- <!-- markdownlint-disable MD033 MD041 -->
1
+ <!-- markdownlint-disable MD033 MD041 MD043 -->
2
2
 
3
- <img src="https://kura.pro/dotfiles/v2/images/logos/dotfiles.svg"
4
- alt="dotfiles logo" width="261" align="right" />
3
+ <img
4
+ src="https://kura.pro/dotfiles/v2/images/logos/dotfiles.svg"
5
+ alt="dotfiles logo"
6
+ width="261"
7
+ align="right"
8
+ />
5
9
 
6
10
  <!-- markdownlint-enable MD033 MD041 -->
7
11
 
8
- # Dotfiles (v0.2.466)
12
+ # Dotfiles (v0.2.468)
9
13
 
10
14
  Simply designed to fit your shell life 🐚
11
15
 
@@ -1,8 +1,8 @@
1
1
  #!/usr/bin/env bash
2
2
 
3
- # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.466) - <https://dotfiles.io>
3
+ # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.468) - <https://dotfiles.io>
4
4
  # Made with β™₯ in London, UK by @wwdseb
5
- # Copyright (c) 2015-2023. All rights reserved
5
+ # Copyright (c) 2015-2024. All rights reserved
6
6
  # License: MIT
7
7
 
8
8
  # πŸ…ΉπŸ…΄πŸ…ΊπŸ†ˆπŸ…»πŸ…» πŸ…°πŸ…»πŸ…ΈπŸ…°πŸ†‚πŸ…΄πŸ†‚
@@ -14,7 +14,7 @@ if command -v jekyll &>/dev/null; then
14
14
  # 1.2 Jekyll release aliases.
15
15
  #
16
16
  # Made with β™₯ in London, UK by @wwdseb
17
- # Copyright (c) 2015-2023. All rights reserved
17
+ # Copyright (c) 2015-2024. All rights reserved
18
18
  # Licensed under the MIT license
19
19
  #
20
20
 
@@ -1,11 +1,15 @@
1
- <!-- markdownlint-disable MD033 MD041 -->
1
+ <!-- markdownlint-disable MD033 MD041 MD043 -->
2
2
 
3
- <img src="https://kura.pro/dotfiles/v2/images/logos/dotfiles.svg"
4
- alt="dotfiles logo" width="261" align="right" />
3
+ <img
4
+ src="https://kura.pro/dotfiles/v2/images/logos/dotfiles.svg"
5
+ alt="dotfiles logo"
6
+ width="261"
7
+ align="right"
8
+ />
5
9
 
6
10
  <!-- markdownlint-enable MD033 MD041 -->
7
11
 
8
- # Dotfiles (v0.2.466)
12
+ # Dotfiles (v0.2.468)
9
13
 
10
14
  Simply designed to fit your shell life 🐚
11
15
 
@@ -1,8 +1,8 @@
1
1
  #!/usr/bin/env bash
2
2
 
3
- # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.466) - <https://dotfiles.io>
3
+ # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.468) - <https://dotfiles.io>
4
4
  # Made with β™₯ in London, UK by @wwdseb
5
- # Copyright (c) 2015-2023. All rights reserved
5
+ # Copyright (c) 2015-2024. All rights reserved
6
6
  # License: MIT
7
7
 
8
8
  # πŸ…»πŸ…ΈπŸ†‚πŸ†ƒ πŸ…°πŸ…»πŸ…ΈπŸ…°πŸ†‚πŸ…΄πŸ†‚
@@ -1,11 +1,15 @@
1
- <!-- markdownlint-disable MD033 MD041 -->
1
+ <!-- markdownlint-disable MD033 MD041 MD043 -->
2
2
 
3
- <img src="https://kura.pro/dotfiles/v2/images/logos/dotfiles.svg"
4
- alt="dotfiles logo" width="261" align="right" />
3
+ <img
4
+ src="https://kura.pro/dotfiles/v2/images/logos/dotfiles.svg"
5
+ alt="dotfiles logo"
6
+ width="261"
7
+ align="right"
8
+ />
5
9
 
6
10
  <!-- markdownlint-enable MD033 MD041 -->
7
11
 
8
- # Dotfiles (v0.2.466)
12
+ # Dotfiles (v0.2.468)
9
13
 
10
14
  Simply designed to fit your shell life 🐚
11
15
 
@@ -1,8 +1,8 @@
1
1
  #!/usr/bin/env bash
2
2
 
3
- # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.466) - <https://dotfiles.io>
3
+ # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.468) - <https://dotfiles.io>
4
4
  # Made with β™₯ in London, UK by @wwdseb
5
- # Copyright (c) 2015-2023. All rights reserved
5
+ # Copyright (c) 2015-2024. All rights reserved
6
6
  # License: MIT
7
7
 
8
8
  # πŸ…ΌπŸ…°πŸ…²πŸ…ΎπŸ†‚ πŸ…°πŸ…»πŸ…ΈπŸ…°πŸ†‚πŸ…΄πŸ†‚
@@ -1,11 +1,15 @@
1
- <!-- markdownlint-disable MD033 MD041 -->
1
+ <!-- markdownlint-disable MD033 MD041 MD043 -->
2
2
 
3
- <img src="https://kura.pro/dotfiles/v2/images/logos/dotfiles.svg"
4
- alt="dotfiles logo" width="261" align="right" />
3
+ <img
4
+ src="https://kura.pro/dotfiles/v2/images/logos/dotfiles.svg"
5
+ alt="dotfiles logo"
6
+ width="261"
7
+ align="right"
8
+ />
5
9
 
6
10
  <!-- markdownlint-enable MD033 MD041 -->
7
11
 
8
- # Dotfiles (v0.2.466)
12
+ # Dotfiles (v0.2.468)
9
13
 
10
14
  Simply designed to fit your shell life 🐚
11
15
 
@@ -1,8 +1,8 @@
1
1
  #!/usr/bin/env bash
2
2
 
3
- # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.466) - <https://dotfiles.io>
3
+ # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.468) - <https://dotfiles.io>
4
4
  # Made with β™₯ in London, UK by @wwdseb
5
- # Copyright (c) 2015-2023. All rights reserved
5
+ # Copyright (c) 2015-2024. All rights reserved
6
6
  # License: MIT
7
7
 
8
8
  # πŸ…ΌπŸ…°πŸ…ΊπŸ…΄ πŸ…°πŸ…»πŸ…ΈπŸ…°πŸ†‚πŸ…΄πŸ†‚
@@ -1,11 +1,15 @@
1
- <!-- markdownlint-disable MD033 MD041 -->
1
+ <!-- markdownlint-disable MD033 MD041 MD043 -->
2
2
 
3
- <img src="https://kura.pro/dotfiles/v2/images/logos/dotfiles.svg"
4
- alt="dotfiles logo" width="261" align="right" />
3
+ <img
4
+ src="https://kura.pro/dotfiles/v2/images/logos/dotfiles.svg"
5
+ alt="dotfiles logo"
6
+ width="261"
7
+ align="right"
8
+ />
5
9
 
6
10
  <!-- markdownlint-enable MD033 MD041 -->
7
11
 
8
- # Dotfiles (v0.2.466)
12
+ # Dotfiles (v0.2.468)
9
13
 
10
14
  Simply designed to fit your shell life 🐚
11
15
 
@@ -1,8 +1,8 @@
1
1
  #!/usr/bin/env bash
2
2
 
3
- # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.466) - <https://dotfiles.io>
3
+ # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.468) - <https://dotfiles.io>
4
4
  # Made with β™₯ in London, UK by @wwdseb
5
- # Copyright (c) 2015-2023. All rights reserved
5
+ # Copyright (c) 2015-2024. All rights reserved
6
6
  # License: MIT
7
7
 
8
8
  # πŸ…ΌπŸ…°πŸ…ΊπŸ…΄πŸ…³πŸ…ΈπŸ† πŸ…°πŸ…»πŸ…ΈπŸ…°πŸ†‚πŸ…΄πŸ†‚
@@ -1,11 +1,15 @@
1
- <!-- markdownlint-disable MD033 MD041 -->
1
+ <!-- markdownlint-disable MD033 MD041 MD043 -->
2
2
 
3
- <img src="https://kura.pro/dotfiles/v2/images/logos/dotfiles.svg"
4
- alt="dotfiles logo" width="261" align="right" />
3
+ <img
4
+ src="https://kura.pro/dotfiles/v2/images/logos/dotfiles.svg"
5
+ alt="dotfiles logo"
6
+ width="261"
7
+ align="right"
8
+ />
5
9
 
6
10
  <!-- markdownlint-enable MD033 MD041 -->
7
11
 
8
- # Dotfiles (v0.2.466)
12
+ # Dotfiles (v0.2.468)
9
13
 
10
14
  Simply designed to fit your shell life 🐚
11
15
 
@@ -1,8 +1,8 @@
1
1
  #!/usr/bin/env bash
2
2
 
3
- # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.466) - <https://dotfiles.io>
3
+ # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.468) - <https://dotfiles.io>
4
4
  # Made with β™₯ in London, UK by @wwdseb
5
- # Copyright (c) 2015-2023. All rights reserved
5
+ # Copyright (c) 2015-2024. All rights reserved
6
6
  # License: MIT
7
7
 
8
8
  # πŸ…½πŸ…ΏπŸ…Ό πŸ…°πŸ…»πŸ…ΈπŸ…°πŸ†‚πŸ…΄πŸ†‚
@@ -1,11 +1,15 @@
1
- <!-- markdownlint-disable MD033 MD041 -->
1
+ <!-- markdownlint-disable MD033 MD041 MD043 -->
2
2
 
3
- <img src="https://kura.pro/dotfiles/v2/images/logos/dotfiles.svg"
4
- alt="dotfiles logo" width="261" align="right" />
3
+ <img
4
+ src="https://kura.pro/dotfiles/v2/images/logos/dotfiles.svg"
5
+ alt="dotfiles logo"
6
+ width="261"
7
+ align="right"
8
+ />
5
9
 
6
10
  <!-- markdownlint-enable MD033 MD041 -->
7
11
 
8
- # Dotfiles (v0.2.466)
12
+ # Dotfiles (v0.2.468)
9
13
 
10
14
  Simply designed to fit your shell life 🐚
11
15
 
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env bash
2
- # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.466) - https://dotfiles.io
2
+ # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.468) - https://dotfiles.io
3
3
  # Made with β™₯ in London, UK by @wwdseb
4
- # Copyright (c) 2015-2023. All rights reserved
4
+ # Copyright (c) 2015-2024. All rights reserved
5
5
  # License: MIT
6
6
 
7
7
  # πŸ…ΏπŸ…΄πŸ†πŸ…ΌπŸ…ΈπŸ†‚πŸ†‚πŸ…ΈπŸ…ΎπŸ…½ πŸ…°πŸ…»πŸ…ΈπŸ…°πŸ†‚πŸ…΄πŸ†‚
@@ -1,11 +1,15 @@
1
- <!-- markdownlint-disable MD033 MD041 -->
1
+ <!-- markdownlint-disable MD033 MD041 MD043 -->
2
2
 
3
- <img src="https://kura.pro/dotfiles/v2/images/logos/dotfiles.svg"
4
- alt="dotfiles logo" width="261" align="right" />
3
+ <img
4
+ src="https://kura.pro/dotfiles/v2/images/logos/dotfiles.svg"
5
+ alt="dotfiles logo"
6
+ width="261"
7
+ align="right"
8
+ />
5
9
 
6
10
  <!-- markdownlint-enable MD033 MD041 -->
7
11
 
8
- # Dotfiles (v0.2.466)
12
+ # Dotfiles (v0.2.468)
9
13
 
10
14
  Simply designed to fit your shell life 🐚
11
15
 
@@ -1,8 +1,8 @@
1
1
  #!/usr/bin/env bash
2
2
 
3
- # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.466) - <https://dotfiles.io>
3
+ # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.468) - <https://dotfiles.io>
4
4
  # Made with β™₯ in London, UK by @wwdseb
5
- # Copyright (c) 2015-2023. All rights reserved
5
+ # Copyright (c) 2015-2024. All rights reserved
6
6
  # License: MIT
7
7
 
8
8
  # πŸ…ΏπŸ…½πŸ…ΏπŸ…Ό πŸ…°πŸ…»πŸ…ΈπŸ…°πŸ†‚πŸ…΄πŸ†‚
@@ -1,11 +1,15 @@
1
- <!-- markdownlint-disable MD033 MD041 -->
1
+ <!-- markdownlint-disable MD033 MD041 MD043 -->
2
2
 
3
- <img src="https://kura.pro/dotfiles/v2/images/logos/dotfiles.svg"
4
- alt="dotfiles logo" width="261" align="right" />
3
+ <img
4
+ src="https://kura.pro/dotfiles/v2/images/logos/dotfiles.svg"
5
+ alt="dotfiles logo"
6
+ width="261"
7
+ align="right"
8
+ />
5
9
 
6
10
  <!-- markdownlint-enable MD033 MD041 -->
7
11
 
8
- # Dotfiles (v0.2.466)
12
+ # Dotfiles (v0.2.468)
9
13
 
10
14
  Simply designed to fit your shell life 🐚
11
15
 
@@ -1,8 +1,8 @@
1
1
  #!/usr/bin/env bash
2
2
 
3
- # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.466) - <https://dotfiles.io>
3
+ # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.468) - <https://dotfiles.io>
4
4
  # Made with β™₯ in London, UK by @wwdseb
5
- # Copyright (c) 2015-2023. All rights reserved
5
+ # Copyright (c) 2015-2024. All rights reserved
6
6
  # License: MIT
7
7
 
8
8
  # πŸ…ΏπŸ†‚ πŸ…°πŸ…»πŸ…ΈπŸ…°πŸ†‚πŸ…΄πŸ†‚
@@ -1,11 +1,15 @@
1
- <!-- markdownlint-disable MD033 MD041 -->
1
+ <!-- markdownlint-disable MD033 MD041 MD043 -->
2
2
 
3
- <img src="https://kura.pro/dotfiles/v2/images/logos/dotfiles.svg"
4
- alt="dotfiles logo" width="261" align="right" />
3
+ <img
4
+ src="https://kura.pro/dotfiles/v2/images/logos/dotfiles.svg"
5
+ alt="dotfiles logo"
6
+ width="261"
7
+ align="right"
8
+ />
5
9
 
6
10
  <!-- markdownlint-enable MD033 MD041 -->
7
11
 
8
- # Dotfiles (v0.2.466)
12
+ # Dotfiles (v0.2.468)
9
13
 
10
14
  Simply designed to fit your shell life 🐚
11
15
 
@@ -1,8 +1,8 @@
1
1
  #!/usr/bin/env bash
2
2
 
3
- # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.466) - <https://dotfiles.io>
3
+ # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.468) - <https://dotfiles.io>
4
4
  # Made with β™₯ in London, UK by @wwdseb
5
- # Copyright (c) 2015-2023. All rights reserved
5
+ # Copyright (c) 2015-2024. All rights reserved
6
6
  # License: MIT
7
7
 
8
8
  # πŸ†πŸ†‚πŸ†ˆπŸ…½πŸ…² πŸ…°πŸ…»πŸ…ΈπŸ…°πŸ†‚πŸ…΄πŸ†‚
@@ -1,11 +1,15 @@
1
- <!-- markdownlint-disable MD033 MD041 -->
1
+ <!-- markdownlint-disable MD033 MD041 MD043 -->
2
2
 
3
- <img src="https://kura.pro/dotfiles/v2/images/logos/dotfiles.svg"
4
- alt="dotfiles logo" width="261" align="right" />
3
+ <img
4
+ src="https://kura.pro/dotfiles/v2/images/logos/dotfiles.svg"
5
+ alt="dotfiles logo"
6
+ width="261"
7
+ align="right"
8
+ />
5
9
 
6
10
  <!-- markdownlint-enable MD033 MD041 -->
7
11
 
8
- # Dotfiles (v0.2.466)
12
+ # Dotfiles (v0.2.468)
9
13
 
10
14
  Simply designed to fit your shell life 🐚
11
15