@sebastienrousseau/dotfiles 0.2.466 β†’ 0.2.469

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 (184) hide show
  1. package/README.md +19 -15
  2. package/dist/Makefile +126 -43
  3. package/dist/bin/backup.js.map +1 -1
  4. package/dist/bin/constants.d.ts +2 -2
  5. package/dist/bin/constants.d.ts.map +1 -1
  6. package/dist/bin/constants.js +1 -1
  7. package/dist/bin/dotfiles.d.ts +2 -2
  8. package/dist/bin/dotfiles.d.ts.map +1 -1
  9. package/dist/bin/dotfiles.js +1 -2
  10. package/dist/bin/dotfiles.js.map +1 -1
  11. package/dist/bin/download.d.ts +2 -2
  12. package/dist/bin/download.d.ts.map +1 -1
  13. package/dist/bin/download.js +1 -2
  14. package/dist/bin/download.js.map +1 -1
  15. package/dist/bin/index.js +1 -1
  16. package/dist/bin/index.js.map +1 -1
  17. package/dist/filesizes.txt +161 -161
  18. package/dist/lib/README.md +83 -5
  19. package/dist/lib/aliases/README.md +49 -43
  20. package/dist/lib/aliases/archives/README.md +126 -37
  21. package/dist/lib/aliases/archives/archives.aliases.sh +112 -152
  22. package/dist/lib/aliases/cd/README.md +138 -55
  23. package/dist/lib/aliases/cd/cd.aliases.sh +45 -33
  24. package/dist/lib/aliases/chmod/README.md +151 -96
  25. package/dist/lib/aliases/chmod/chmod.aliases.sh +103 -69
  26. package/dist/lib/aliases/clear/README.md +8 -4
  27. package/dist/lib/aliases/clear/clear.aliases.sh +57 -28
  28. package/dist/lib/aliases/configuration/README.md +8 -4
  29. package/dist/lib/aliases/configuration/configuration.aliases.sh +53 -30
  30. package/dist/lib/aliases/default/README.md +8 -4
  31. package/dist/lib/aliases/default/default.aliases.sh +99 -86
  32. package/dist/lib/aliases/dig/README.md +8 -4
  33. package/dist/lib/aliases/dig/dig.aliases.sh +4 -4
  34. package/dist/lib/aliases/disk-usage/README.md +8 -4
  35. package/dist/lib/aliases/disk-usage/du.aliases.sh +2 -2
  36. package/dist/lib/aliases/editor/README.md +8 -4
  37. package/dist/lib/aliases/editor/editor.aliases.sh +4 -4
  38. package/dist/lib/aliases/find/README.md +8 -4
  39. package/dist/lib/aliases/find/find.aliases.sh +4 -4
  40. package/dist/lib/aliases/gcloud/README.md +8 -4
  41. package/dist/lib/aliases/gcloud/gcloud.aliases.sh +4 -4
  42. package/dist/lib/aliases/git/README.md +8 -4
  43. package/dist/lib/aliases/git/git.aliases.sh +3 -3
  44. package/dist/lib/aliases/gnu/README.md +8 -4
  45. package/dist/lib/aliases/gnu/gnucoreutils-aliases.sh +2 -2
  46. package/dist/lib/aliases/heroku/README.md +8 -4
  47. package/dist/lib/aliases/heroku/heroku.aliases.sh +3 -3
  48. package/dist/lib/aliases/interactive/README.md +29 -17
  49. package/dist/lib/aliases/interactive/interactive.aliases.sh +15 -18
  50. package/dist/lib/aliases/list/README.md +118 -25
  51. package/dist/lib/aliases/list/list.aliases.sh +130 -84
  52. package/dist/lib/aliases/macOS/README.md +8 -4
  53. package/dist/lib/aliases/macOS/macos.aliases.sh +3 -3
  54. package/dist/lib/aliases/make/README.md +8 -4
  55. package/dist/lib/aliases/make/make.aliases.sh +3 -3
  56. package/dist/lib/aliases/mkdir/README.md +8 -4
  57. package/dist/lib/aliases/mkdir/mkdir.aliases.sh +3 -3
  58. package/dist/lib/aliases/npm/README.md +8 -4
  59. package/dist/lib/aliases/npm/npm.aliases.sh +3 -3
  60. package/dist/lib/aliases/permission/README.md +8 -4
  61. package/dist/lib/aliases/permission/permission.aliases.sh +3 -3
  62. package/dist/lib/aliases/pnpm/README.md +8 -4
  63. package/dist/lib/aliases/pnpm/pnpm.aliases.sh +3 -3
  64. package/dist/lib/aliases/ps/README.md +8 -4
  65. package/dist/lib/aliases/ps/ps.aliases.sh +3 -3
  66. package/dist/lib/aliases/python/python.aliases.sh +141 -0
  67. package/dist/lib/aliases/rsync/README.md +8 -4
  68. package/dist/lib/aliases/rsync/rsync.aliases.sh +3 -3
  69. package/dist/lib/aliases/rust/README.md +171 -46
  70. package/dist/lib/aliases/rust/rust.aliases.sh +109 -117
  71. package/dist/lib/aliases/subversion/README.md +8 -4
  72. package/dist/lib/aliases/subversion/subversion.aliases.sh +3 -3
  73. package/dist/lib/aliases/sudo/README.md +8 -4
  74. package/dist/lib/aliases/sudo/sudo.aliases.sh +3 -3
  75. package/dist/lib/aliases/tmux/README.md +8 -4
  76. package/dist/lib/aliases/tmux/tmux.aliases.sh +3 -3
  77. package/dist/lib/aliases/update/README.md +8 -4
  78. package/dist/lib/aliases/update/update.aliases.sh +307 -66
  79. package/dist/lib/aliases/uuid/README.md +8 -4
  80. package/dist/lib/aliases/uuid/uuid.aliases.sh +3 -3
  81. package/dist/lib/aliases/wget/README.md +8 -4
  82. package/dist/lib/aliases/wget/wget.aliases.sh +3 -3
  83. package/dist/lib/aliases.sh +42 -12
  84. package/dist/lib/configurations/README.md +8 -4
  85. package/dist/lib/configurations/bash/bashrc +163 -35
  86. package/dist/lib/configurations/curl/curlrc +3 -6
  87. package/dist/lib/configurations/default/color.sh +3 -3
  88. package/dist/lib/configurations/default/constants.sh +4 -4
  89. package/dist/lib/configurations/default/editor.sh +3 -3
  90. package/dist/lib/configurations/default/prompt.sh +20 -11
  91. package/dist/lib/configurations/input/inputrc +3 -3
  92. package/dist/lib/configurations/nano/nanorc +3 -3
  93. package/dist/lib/configurations/profile/profile +3 -3
  94. package/dist/lib/configurations/prompt/prompt.sh +81 -0
  95. package/dist/lib/configurations/tmux/default +3 -3
  96. package/dist/lib/configurations/tmux/display +3 -3
  97. package/dist/lib/configurations/tmux/linux +3 -3
  98. package/dist/lib/configurations/tmux/navigation +3 -3
  99. package/dist/lib/configurations/tmux/panes +3 -3
  100. package/dist/lib/configurations/tmux/theme +4 -4
  101. package/dist/lib/configurations/tmux/tmux +3 -3
  102. package/dist/lib/configurations/vim/vimrc +191 -71
  103. package/dist/lib/configurations/wget/wgetrc +3 -3
  104. package/dist/lib/configurations/zsh/zshrc +11 -12
  105. package/dist/lib/configurations.sh +39 -9
  106. package/dist/lib/functions/README.md +73 -55
  107. package/dist/lib/functions/apihealth.sh +277 -0
  108. package/dist/lib/functions/apilatency.sh +157 -0
  109. package/dist/lib/functions/apiload.sh +165 -0
  110. package/dist/lib/functions/backup.sh +143 -0
  111. package/dist/lib/functions/cdls.sh +52 -6
  112. package/dist/lib/functions/curlheader.sh +66 -10
  113. package/dist/lib/functions/curlstatus.sh +64 -7
  114. package/dist/lib/functions/curltime.sh +56 -14
  115. package/dist/lib/functions/encode64.sh +87 -7
  116. package/dist/lib/functions/environment.sh +65 -25
  117. package/dist/lib/functions/extract.sh +79 -27
  118. package/dist/lib/functions/freespace.sh +55 -9
  119. package/dist/lib/functions/genpwd.sh +93 -29
  120. package/dist/lib/functions/goto.sh +59 -8
  121. package/dist/lib/functions/hexdump.sh +96 -0
  122. package/dist/lib/functions/hiddenfiles.sh +77 -0
  123. package/dist/lib/functions/hostinfo.sh +92 -21
  124. package/dist/lib/functions/hstats.sh +69 -5
  125. package/dist/lib/functions/httpdebug.sh +109 -5
  126. package/dist/lib/functions/kebabcase.sh +61 -0
  127. package/dist/lib/functions/keygen.sh +188 -25
  128. package/dist/lib/functions/last.sh +106 -5
  129. package/dist/lib/functions/logout.sh +114 -6
  130. package/dist/lib/functions/lowercase.sh +49 -17
  131. package/dist/lib/functions/matrix.sh +205 -30
  132. package/dist/lib/functions/mount_read_only.sh +3 -3
  133. package/dist/lib/functions/myproc.sh +3 -3
  134. package/dist/lib/functions/prependpath.sh +3 -3
  135. package/dist/lib/functions/ql.sh +3 -3
  136. package/dist/lib/functions/rd.sh +3 -3
  137. package/dist/lib/functions/remove_disk.sh +3 -3
  138. package/dist/lib/functions/ren.sh +68 -8
  139. package/dist/lib/functions/sentencecase.sh +63 -0
  140. package/dist/lib/functions/showhiddenfiles.sh +3 -3
  141. package/dist/lib/functions/size.sh +6 -5
  142. package/dist/lib/functions/snakecase.sh +61 -0
  143. package/dist/lib/functions/stopwatch.sh +3 -3
  144. package/dist/lib/functions/sysinfo.sh +145 -0
  145. package/dist/lib/functions/titlecase.sh +65 -0
  146. package/dist/lib/functions/uppercase.sh +51 -19
  147. package/dist/lib/functions/view-source.sh +3 -3
  148. package/dist/lib/functions/vscode.sh +3 -3
  149. package/dist/lib/functions/whoisport.sh +3 -3
  150. package/dist/lib/functions/zipf.sh +3 -3
  151. package/dist/lib/functions.sh +41 -10
  152. package/dist/lib/history.sh +68 -83
  153. package/dist/lib/paths/README.md +52 -0
  154. package/dist/lib/paths/custom.paths.sh +40 -0
  155. package/dist/lib/paths/default.paths.sh +37 -0
  156. package/dist/lib/paths.sh +40 -11
  157. package/dist/scripts/backup.sh +3 -3
  158. package/dist/scripts/banner.sh +3 -3
  159. package/dist/scripts/build.sh +3 -3
  160. package/dist/scripts/clean.sh +3 -3
  161. package/dist/scripts/compile.sh +3 -3
  162. package/dist/scripts/copy.sh +3 -3
  163. package/dist/scripts/dotfiles.sh +3 -3
  164. package/dist/scripts/download.sh +3 -3
  165. package/dist/scripts/help.sh +3 -3
  166. package/dist/scripts/ssh.sh +3 -3
  167. package/dist/scripts/unpack.sh +3 -3
  168. package/package.json +10 -9
  169. package/dist/lib/aliases/jekyll/README.md +0 -37
  170. package/dist/lib/aliases/jekyll/jekyll.aliases.sh +0 -54
  171. package/dist/lib/configurations/tmux/vi +0 -9
  172. package/dist/lib/functions/filehead.sh +0 -4
  173. package/dist/lib/functions/hidehiddenfiles.sh +0 -14
  174. package/dist/lib/paths/ant/ant.paths.sh +0 -15
  175. package/dist/lib/paths/default/default.paths.sh +0 -19
  176. package/dist/lib/paths/homebrew/homebrew.paths.sh +0 -27
  177. package/dist/lib/paths/java/java.paths.sh +0 -19
  178. package/dist/lib/paths/maven/maven.paths.sh +0 -18
  179. package/dist/lib/paths/node/node.paths.sh +0 -15
  180. package/dist/lib/paths/nvm/nvm.paths.sh +0 -23
  181. package/dist/lib/paths/pnpm/pnpm.paths.sh +0 -15
  182. package/dist/lib/paths/python/python.paths.sh +0 -36
  183. package/dist/lib/paths/ruby/ruby.paths.sh +0 -25
  184. package/dist/lib/paths/tmux/tmux.paths.sh +0 -12
@@ -1,126 +1,139 @@
1
1
  #!/usr/bin/env bash
2
2
 
3
- # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.466) - <https://dotfiles.io>
4
- # Made with β™₯ in London, UK by @wwdseb
5
- # Copyright (c) 2015-2023. All rights reserved
6
- # License: MIT
3
+ ################################################################################
4
+ # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚
7
5
  # Script: default.aliases.sh
8
- # Version: 0.2.466
6
+ # Version: 0.2.469
7
+ # Author: Sebastien Rousseau
8
+ # Copyright (c) 2015-2025. All rights reserved
9
+ # Description: Script containing default shell aliases
9
10
  # Website: https://dotfiles.io
11
+ # License: MIT
12
+ ################################################################################
10
13
 
11
- # πŸ…³πŸ…΄πŸ…΅πŸ…°πŸ†„πŸ…»πŸ†ƒ πŸ…°πŸ…»πŸ…ΈπŸ…°πŸ†‚πŸ…΄πŸ†‚
12
-
13
- ## General aliases
14
-
15
- # Shortcut for the `clear` command.
16
- alias c="clear"
17
-
18
- # Display the current date and time.
19
- alias da='date "+%Y-%m-%d %A %T %Z"'
20
-
21
- # Lists all recently used commands.
22
- alias h='history'
14
+ # Function: set_default_aliases
15
+ #
16
+ # Description:
17
+ # Sets default shell aliases for enhanced shell usage.
18
+ #
19
+ # Arguments:
20
+ # None
21
+ #
22
+ # Notes:
23
+ # - Some aliases are designed for enhanced shell navigation and utility.
24
+ # - Ensure to validate that all aliases work as expected in the bash shell.
23
25
 
24
- # Shortcut for `pwd` which returns working directory name.
25
- alias p='pwd'
26
+ set_default_aliases() {
27
+ fc -W
26
28
 
27
- # Display the $PATH variable on newlines.
28
- alias path='echo ${PATH//:/\\n}'
29
+ ## General aliases
30
+ # Shortcut for the `clear` command.
31
+ alias c="clear"
29
32
 
30
- # Reload the shell.
31
- alias r='reload'
33
+ # Display the current date and time.
34
+ alias da='date "+%Y-%m-%d %A %T %Z"'
32
35
 
33
- # Prints the last 10 lines of a text or log file, and then waits for new
34
- # additions to the file to print it in real time.
35
- alias t='tail -f'
36
+ # Shortcut for `pwd` which returns working directory name.
37
+ alias p='pwd'
36
38
 
37
- # wk: Show the current week number.
38
- alias wk='date +%V'
39
+ # Display the $PATH variable on newlines.
40
+ alias path='echo ${PATH//:/\\n}'
39
41
 
40
- ## Exit/shutdown aliases
42
+ # Reload the shell.
43
+ alias r='reload'
41
44
 
42
- # Shortcut for the `exit` command.
43
- alias ':q'='quit'
45
+ # Prints the last 10 lines of a text or log file, and then waits for new
46
+ # additions to the file to print it in real time.
47
+ alias t='tail -f'
44
48
 
45
- # Shortcut for the `exit` command.
46
- alias bye='quit'
49
+ # Show the current week number.
50
+ alias wk='date +%V'
47
51
 
48
- # Shortcut for the `exit` command.
49
- alias q='quit'
52
+ ## Exit/shutdown aliases
53
+ # Shortcut for the `exit` command.
54
+ alias ':q'='quit'
50
55
 
51
- # Shortcut for the `exit` command.
52
- alias x='quit'
56
+ # Shortcut for the `exit` command.
57
+ alias bye='quit'
53
58
 
54
- # Shortcut for the `exit` command.
55
- alias quit='exit'
59
+ # Shortcut for the `exit` command.
60
+ alias q='quit'
56
61
 
57
- # Shutdown the system.
58
- alias halt='sudo /sbin/halt'
62
+ # Shortcut for the `exit` command.
63
+ alias x='quit'
59
64
 
60
- # Poweroff the system.
61
- alias poweroff='sudo /sbin/shutdown'
65
+ # Shortcut for the `exit` command.
66
+ alias quit='exit'
62
67
 
63
- # Reboot the system.
64
- alias reboot='sudo /sbin/reboot'
68
+ # Shutdown the system.
69
+ alias halt='sudo /sbin/halt'
65
70
 
66
- ## Network aliases
71
+ # Alias to list recent commands
72
+ alias h='dotfiles_history'
67
73
 
68
- # Append sudo to ifconfig (configure network interface parameters)
69
- # command.
70
- alias ifconfig='sudo ifconfig'
74
+ # Alias to view history
75
+ alias history='dotfiles_history'
71
76
 
72
- # Get network interface parameters for en0.
73
- alias ipinfo='ipconfig getpacket en0'
77
+ # Poweroff the system.
78
+ alias poweroff='sudo /sbin/shutdown'
74
79
 
75
- # Show only active network listeners.
76
- alias nls='sudo lsof -i -P | grep LISTEN'
80
+ # Reboot the system.
81
+ alias reboot='sudo /sbin/reboot'
77
82
 
78
- # List of open ports.
79
- alias op='sudo lsof -i -P'
83
+ ## Network aliases
84
+ # Append sudo to ifconfig (configure network interface parameters)
85
+ # command.
86
+ alias ifconfig='sudo ifconfig'
80
87
 
81
- # Limit Ping to 5 ECHO_REQUEST packets.
82
- alias ping='ping -c 5'
88
+ # Get network interface parameters for en0.
89
+ alias ipinfo='ipconfig getpacket en0'
83
90
 
84
- # List all listening ports.
85
- alias ports='netstat -tulan'
91
+ # Show only active network listeners.
92
+ alias nls='sudo lsof -i -P | grep LISTEN'
86
93
 
87
- # Start a simple HTTP server.
88
- alias srv='python3 -m http.server'
94
+ # List of open ports.
95
+ alias op='sudo lsof -i -P'
89
96
 
90
- ## System monitoring aliases
97
+ # Limit Ping to 5 ECHO_REQUEST packets.
98
+ alias ping='ping -c 5'
91
99
 
92
- # Get the moon phase.
93
- alias moon='curl -s "wttr.in/?format=%m"'
100
+ # List all listening ports.
101
+ alias ports='netstat -tulan'
94
102
 
95
- # Allows the user to interactively monitor the system's vital resources
96
- # or server's processes in real time.
97
- alias top='sudo btop'
103
+ # Start a simple HTTP server to serve the current directory on port 8000.
104
+ alias srv='python3 -m http.server 8000 --bind 127.0.0.1'
98
105
 
99
- # Remove all log files in /private/var/log/asl/.
100
- alias spd='sudo rm -rf /private/var/log/asl/*'
106
+ ## System monitoring aliases
107
+ # Allows the user to interactively monitor the system's vital resources
108
+ # or server's processes in real time.
109
+ alias top='sudo btop'
101
110
 
102
- ## Utility aliases
111
+ # Remove all log files in /private/var/log/asl/.
112
+ alias spd='sudo rm -rf /private/var/log/asl/*'
103
113
 
104
- # Count the number of files in the current directory.
105
- alias ctf='echo $(ls -1 | wc -l)'
114
+ ## Utility aliases
115
+ # Count the number of files in the current directory.
116
+ alias ctf='echo $(ls -1 | wc -l)'
106
117
 
107
- # Use compression when transferring data.
108
- alias curl='curl --compressed'
118
+ # Use compression when transferring data.
119
+ alias curl='curl --compressed'
109
120
 
110
- # Quickly search for file.
111
- alias qfind='find . -name '
121
+ # Quickly search for file.
122
+ alias qfind='find . -name '
112
123
 
113
- # Reload the shell.
114
- alias reload='exec $SHELL -l'
124
+ # Reload the shell.
125
+ alias reload='exec $SHELL -l'
115
126
 
116
- # Get the weather.
117
- alias wth='curl -s "wttr.in/?format=3"'
127
+ # Get the weather.
128
+ alias wth='curl -s "wttr.in/?format=3"'
118
129
 
119
- # File system navigation aliases
130
+ ## File system navigation aliases
131
+ # Clear the terminal screen and print the contents of the current
132
+ # directory.
133
+ alias clc='clear && ls -a'
120
134
 
121
- # Clear the terminal screen and print the contents of the current
122
- # directory.
123
- alias clc='clear && ls -a'
135
+ # Clear the terminal screen and print
136
+ alias clp='pwd'
137
+ }
124
138
 
125
- # Clear the terminal screen and print
126
- alias clp='pwd'
139
+ set_default_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="66"
7
+ align="right"
8
+ />
5
9
 
6
10
  <!-- markdownlint-enable MD033 MD041 -->
7
11
 
8
- # Dotfiles (v0.2.466)
12
+ # Dotfiles (v0.2.469)
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>
4
- # Made with β™₯ in London, UK by @wwdseb
5
- # Copyright (c) 2015-2023. All rights reserved
3
+ # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.469) - <https://dotfiles.io>
4
+ # Made with β™₯ in London, UK by Sebastien Rousseau
5
+ # Copyright (c) 2015-2025. All rights reserved
6
6
  # License: MIT
7
7
  # Script: dig.aliases.sh
8
- # Version: 0.2.466
8
+ # Version: 0.2.469
9
9
  # Website: https://dotfiles.io
10
10
 
11
11
  # πŸ…³πŸ…ΈπŸ…Ά πŸ…°πŸ…»πŸ…ΈπŸ…°πŸ†‚πŸ…΄πŸ†‚
@@ -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="66"
7
+ align="right"
8
+ />
5
9
 
6
10
  <!-- markdownlint-enable MD033 MD041 -->
7
11
 
8
- # Dotfiles (v0.2.466)
12
+ # Dotfiles (v0.2.469)
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
3
  # Author: Sebastien Rousseau
4
- # Copyright (c) 2015-2023. All rights reserved
4
+ # Copyright (c) 2015-2025. All rights reserved
5
5
  # Description: Sets Disk Usage Aliases
6
6
  # License: MIT
7
7
  # Script: du.aliases.sh
8
- # Version: 0.2.466
8
+ # Version: 0.2.469
9
9
  # Website: https://dotfiles.io
10
10
 
11
11
  # πŸ…³πŸ…ΈπŸ†‚πŸ…Ί πŸ†„πŸ†‚πŸ…°πŸ…ΆπŸ…΄ πŸ…°πŸ…»πŸ…ΈπŸ…°πŸ†‚πŸ…΄πŸ†‚
@@ -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="66"
7
+ align="right"
8
+ />
5
9
 
6
10
  <!-- markdownlint-enable MD033 MD041 -->
7
11
 
8
- # Dotfiles (v0.2.466)
12
+ # Dotfiles (v0.2.469)
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>
4
- # Made with β™₯ in London, UK by @wwdseb
5
- # Copyright (c) 2015-2023. All rights reserved
3
+ # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.469) - <https://dotfiles.io>
4
+ # Made with β™₯ in London, UK by Sebastien Rousseau
5
+ # Copyright (c) 2015-2025. All rights reserved
6
6
  # License: MIT
7
7
  # Script: editor.aliases.sh
8
- # Version: 0.2.466
8
+ # Version: 0.2.469
9
9
  # Website: https://dotfiles.io
10
10
 
11
11
  # πŸ…΄πŸ…³πŸ…ΈπŸ†ƒπŸ…ΎπŸ† πŸ…°πŸ…»πŸ…ΈπŸ…°πŸ†‚πŸ…΄πŸ†‚
@@ -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="66"
7
+ align="right"
8
+ />
5
9
 
6
10
  <!-- markdownlint-enable MD033 MD041 -->
7
11
 
8
- # Dotfiles (v0.2.466)
12
+ # Dotfiles (v0.2.469)
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>
4
- # Made with β™₯ in London, UK by @wwdseb
5
- # Copyright (c) 2015-2023. All rights reserved
3
+ # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.469) - <https://dotfiles.io>
4
+ # Made with β™₯ in London, UK by Sebastien Rousseau
5
+ # Copyright (c) 2015-2025. All rights reserved
6
6
  # License: MIT
7
7
  # Script: find.aliases.sh
8
- # Version: 0.2.466
8
+ # Version: 0.2.469
9
9
  # Website: https://dotfiles.io
10
10
 
11
11
  # πŸ…΅πŸ…ΈπŸ…½πŸ…³ πŸ…°πŸ…»πŸ…ΈπŸ…°πŸ†‚πŸ…΄πŸ†‚
@@ -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="66"
7
+ align="right"
8
+ />
5
9
 
6
10
  <!-- markdownlint-enable MD033 MD041 -->
7
11
 
8
- # Dotfiles (v0.2.466)
12
+ # Dotfiles (v0.2.469)
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>
4
- # Made with β™₯ in London, UK by @wwdseb
5
- # Copyright (c) 2015-2023. All rights reserved
3
+ # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.469) - <https://dotfiles.io>
4
+ # Made with β™₯ in London, UK by Sebastien Rousseau
5
+ # Copyright (c) 2015-2025. All rights reserved
6
6
  # License: MIT
7
7
  # Script: gcloud.aliases.sh
8
- # Version: 0.2.466
8
+ # Version: 0.2.469
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="66"
7
+ align="right"
8
+ />
5
9
 
6
10
  <!-- markdownlint-enable MD033 MD041 -->
7
11
 
8
- # Dotfiles (v0.2.466)
12
+ # Dotfiles (v0.2.469)
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>
4
- # Made with β™₯ in London, UK by @wwdseb
5
- # Copyright (c) 2015-2023. All rights reserved
3
+ # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.469) - <https://dotfiles.io>
4
+ # Made with β™₯ in London, UK by Sebastien Rousseau
5
+ # Copyright (c) 2015-2025. 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="66"
7
+ align="right"
8
+ />
5
9
 
6
10
  <!-- markdownlint-enable MD033 MD041 -->
7
11
 
8
- # Dotfiles (v0.2.466)
12
+ # Dotfiles (v0.2.469)
9
13
 
10
14
  Simply designed to fit your shell life 🐚
11
15
 
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env bash
2
2
 
3
- # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.466) - <https://dotfiles.io>
4
- # Made with β™₯ in London, UK by @wwdseb
3
+ # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.469) - <https://dotfiles.io>
4
+ # Made with β™₯ in London, UK by Sebastien Rousseau
5
5
  # Copyright (c)' 2015-2023. All rights reserved
6
6
  # License: MIT
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="66"
7
+ align="right"
8
+ />
5
9
 
6
10
  <!-- markdownlint-enable MD033 MD041 -->
7
11
 
8
- # Dotfiles (v0.2.466)
12
+ # Dotfiles (v0.2.469)
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>
4
- # Made with β™₯ in London, UK by @wwdseb
5
- # Copyright (c) 2015-2023. All rights reserved
3
+ # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.469) - <https://dotfiles.io>
4
+ # Made with β™₯ in London, UK by Sebastien Rousseau
5
+ # Copyright (c) 2015-2025. 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="66"
7
+ align="right"
8
+ />
5
9
 
6
10
  <!-- markdownlint-enable MD033 MD041 -->
7
11
 
8
- # Dotfiles (v0.2.466)
12
+ # Dotfiles (v0.2.469)
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>
4
- # Made with β™₯ in London, UK by @wwdseb
5
- # Copyright (c) 2015-2023. All rights reserved
3
+ # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.469) - <https://dotfiles.io>
4
+ # Made with β™₯ in London, UK by Sebastien Rousseau
5
+ # Copyright (c) 2015-2025. 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'