@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.
Files changed (155) hide show
  1. package/LICENSE +20 -17
  2. package/README.md +141 -150
  3. package/dist/Makefile +1 -1
  4. package/dist/bin/constants.d.ts +2 -2
  5. package/dist/bin/constants.js +1 -1
  6. package/dist/filesizes.txt +18 -18
  7. package/dist/lib/aliases/README.md +9 -5
  8. package/dist/lib/aliases/archives/README.md +1 -1
  9. package/dist/lib/aliases/archives/archives.aliases.sh +2 -2
  10. package/dist/lib/aliases/cd/README.md +1 -1
  11. package/dist/lib/aliases/cd/cd.aliases.sh +1 -1
  12. package/dist/lib/aliases/chmod/README.md +1 -1
  13. package/dist/lib/aliases/chmod/chmod.aliases.sh +1 -1
  14. package/dist/lib/aliases/clear/README.md +1 -1
  15. package/dist/lib/aliases/clear/clear.aliases.sh +2 -2
  16. package/dist/lib/aliases/configuration/README.md +1 -1
  17. package/dist/lib/aliases/configuration/configuration.aliases.sh +2 -2
  18. package/dist/lib/aliases/default/README.md +1 -1
  19. package/dist/lib/aliases/default/default.aliases.sh +2 -2
  20. package/dist/lib/aliases/dig/README.md +1 -1
  21. package/dist/lib/aliases/dig/dig.aliases.sh +2 -2
  22. package/dist/lib/aliases/disk-usage/README.md +1 -1
  23. package/dist/lib/aliases/disk-usage/du.aliases.sh +1 -1
  24. package/dist/lib/aliases/editor/README.md +1 -1
  25. package/dist/lib/aliases/editor/editor.aliases.sh +2 -2
  26. package/dist/lib/aliases/find/README.md +1 -1
  27. package/dist/lib/aliases/find/find.aliases.sh +2 -2
  28. package/dist/lib/aliases/gcloud/README.md +1 -1
  29. package/dist/lib/aliases/gcloud/gcloud.aliases.sh +2 -2
  30. package/dist/lib/aliases/git/README.md +1 -1
  31. package/dist/lib/aliases/git/git.aliases.sh +1 -1
  32. package/dist/lib/aliases/gnu/README.md +1 -1
  33. package/dist/lib/aliases/gnu/gnucoreutils-aliases.sh +1 -1
  34. package/dist/lib/aliases/heroku/README.md +1 -1
  35. package/dist/lib/aliases/heroku/heroku.aliases.sh +1 -1
  36. package/dist/lib/aliases/interactive/README.md +1 -1
  37. package/dist/lib/aliases/interactive/interactive.aliases.sh +1 -1
  38. package/dist/lib/aliases/jekyll/README.md +1 -1
  39. package/dist/lib/aliases/jekyll/jekyll.aliases.sh +1 -1
  40. package/dist/lib/aliases/list/README.md +1 -1
  41. package/dist/lib/aliases/list/list.aliases.sh +1 -1
  42. package/dist/lib/aliases/{macos → macOS}/README.md +1 -1
  43. package/dist/lib/aliases/{macos → macOS}/macos.aliases.sh +1 -1
  44. package/dist/lib/aliases/make/README.md +1 -1
  45. package/dist/lib/aliases/make/make.aliases.sh +1 -1
  46. package/dist/lib/aliases/mkdir/README.md +1 -1
  47. package/dist/lib/aliases/mkdir/mkdir.aliases.sh +1 -1
  48. package/dist/lib/aliases/npm/README.md +1 -1
  49. package/dist/lib/aliases/npm/npm.aliases.sh +1 -1
  50. package/dist/lib/aliases/permission/README.md +1 -1
  51. package/dist/lib/aliases/permission/permission.aliases.sh +1 -1
  52. package/dist/lib/aliases/pnpm/README.md +1 -1
  53. package/dist/lib/aliases/pnpm/pnpm.aliases.sh +1 -1
  54. package/dist/lib/aliases/ps/README.md +1 -1
  55. package/dist/lib/aliases/ps/ps.aliases.sh +1 -1
  56. package/dist/lib/aliases/rsync/README.md +1 -1
  57. package/dist/lib/aliases/rsync/rsync.aliases.sh +1 -1
  58. package/dist/lib/aliases/rust/README.md +1 -1
  59. package/dist/lib/aliases/rust/rust.aliases.sh +1 -1
  60. package/dist/lib/aliases/subversion/README.md +1 -1
  61. package/dist/lib/aliases/subversion/subversion.aliases.sh +1 -1
  62. package/dist/lib/aliases/sudo/README.md +1 -1
  63. package/dist/lib/aliases/sudo/sudo.aliases.sh +1 -1
  64. package/dist/lib/aliases/tmux/README.md +1 -1
  65. package/dist/lib/aliases/tmux/tmux.aliases.sh +1 -1
  66. package/dist/lib/aliases/update/README.md +1 -1
  67. package/dist/lib/aliases/update/update.aliases.sh +1 -1
  68. package/dist/lib/aliases/uuid/README.md +1 -1
  69. package/dist/lib/aliases/uuid/uuid.aliases.sh +1 -1
  70. package/dist/lib/aliases/wget/README.md +1 -1
  71. package/dist/lib/aliases/wget/wget.aliases.sh +1 -1
  72. package/dist/lib/aliases.sh +2 -2
  73. package/dist/lib/configurations/README.md +1 -1
  74. package/dist/lib/configurations/bash/bashrc +2 -2
  75. package/dist/lib/configurations/curl/curlrc +1 -1
  76. package/dist/lib/configurations/default/color.sh +1 -1
  77. package/dist/lib/configurations/default/constants.sh +2 -2
  78. package/dist/lib/configurations/default/editor.sh +1 -1
  79. package/dist/lib/configurations/default/prompt.sh +1 -1
  80. package/dist/lib/configurations/input/inputrc +1 -1
  81. package/dist/lib/configurations/nano/nanorc +1 -1
  82. package/dist/lib/configurations/profile/profile +1 -1
  83. package/dist/lib/configurations/tmux/default +1 -1
  84. package/dist/lib/configurations/tmux/display +1 -1
  85. package/dist/lib/configurations/tmux/linux +1 -1
  86. package/dist/lib/configurations/tmux/navigation +1 -1
  87. package/dist/lib/configurations/tmux/panes +1 -1
  88. package/dist/lib/configurations/tmux/theme +2 -2
  89. package/dist/lib/configurations/tmux/tmux +1 -1
  90. package/dist/lib/configurations/tmux/vi +1 -1
  91. package/dist/lib/configurations/vim/vimrc +1 -1
  92. package/dist/lib/configurations/wget/wgetrc +1 -1
  93. package/dist/lib/configurations/zsh/zshrc +2 -2
  94. package/dist/lib/configurations.sh +2 -2
  95. package/dist/lib/functions/README.md +5 -1
  96. package/dist/lib/functions/cdls.sh +1 -1
  97. package/dist/lib/functions/curlheader.sh +1 -1
  98. package/dist/lib/functions/curlstatus.sh +1 -1
  99. package/dist/lib/functions/curltime.sh +1 -1
  100. package/dist/lib/functions/encode64.sh +1 -1
  101. package/dist/lib/functions/environment.sh +1 -1
  102. package/dist/lib/functions/extract.sh +1 -1
  103. package/dist/lib/functions/freespace.sh +1 -1
  104. package/dist/lib/functions/genpwd.sh +2 -2
  105. package/dist/lib/functions/goto.sh +1 -1
  106. package/dist/lib/functions/hidehiddenfiles.sh +1 -1
  107. package/dist/lib/functions/hostinfo.sh +1 -1
  108. package/dist/lib/functions/hstats.sh +1 -1
  109. package/dist/lib/functions/httpdebug.sh +1 -1
  110. package/dist/lib/functions/keygen.sh +1 -1
  111. package/dist/lib/functions/last.sh +1 -1
  112. package/dist/lib/functions/logout.sh +1 -1
  113. package/dist/lib/functions/lowercase.sh +1 -1
  114. package/dist/lib/functions/matrix.sh +1 -1
  115. package/dist/lib/functions/mount_read_only.sh +1 -1
  116. package/dist/lib/functions/myproc.sh +1 -1
  117. package/dist/lib/functions/prependpath.sh +1 -1
  118. package/dist/lib/functions/ql.sh +1 -1
  119. package/dist/lib/functions/rd.sh +1 -1
  120. package/dist/lib/functions/remove_disk.sh +1 -1
  121. package/dist/lib/functions/ren.sh +1 -1
  122. package/dist/lib/functions/showhiddenfiles.sh +1 -1
  123. package/dist/lib/functions/size.sh +1 -1
  124. package/dist/lib/functions/stopwatch.sh +1 -1
  125. package/dist/lib/functions/uppercase.sh +1 -1
  126. package/dist/lib/functions/view-source.sh +1 -1
  127. package/dist/lib/functions/vscode.sh +1 -1
  128. package/dist/lib/functions/whoisport.sh +1 -1
  129. package/dist/lib/functions/zipf.sh +1 -1
  130. package/dist/lib/functions.sh +2 -2
  131. package/dist/lib/history.sh +2 -2
  132. package/dist/lib/paths/ant/ant.paths.sh +1 -1
  133. package/dist/lib/paths/default/default.paths.sh +1 -1
  134. package/dist/lib/paths/homebrew/homebrew.paths.sh +1 -1
  135. package/dist/lib/paths/java/java.paths.sh +1 -1
  136. package/dist/lib/paths/maven/maven.paths.sh +1 -1
  137. package/dist/lib/paths/node/node.paths.sh +1 -1
  138. package/dist/lib/paths/nvm/nvm.paths.sh +1 -1
  139. package/dist/lib/paths/pnpm/pnpm.paths.sh +1 -1
  140. package/dist/lib/paths/python/python.paths.sh +1 -1
  141. package/dist/lib/paths/ruby/ruby.paths.sh +1 -1
  142. package/dist/lib/paths/tmux/tmux.paths.sh +1 -1
  143. package/dist/lib/paths.sh +2 -2
  144. package/dist/scripts/backup.sh +1 -1
  145. package/dist/scripts/banner.sh +1 -1
  146. package/dist/scripts/build.sh +1 -1
  147. package/dist/scripts/clean.sh +1 -1
  148. package/dist/scripts/compile.sh +1 -1
  149. package/dist/scripts/copy.sh +1 -1
  150. package/dist/scripts/dotfiles.sh +1 -1
  151. package/dist/scripts/download.sh +1 -1
  152. package/dist/scripts/help.sh +1 -1
  153. package/dist/scripts/ssh.sh +1 -1
  154. package/dist/scripts/unpack.sh +1 -1
  155. package/package.json +1 -1
@@ -5,7 +5,7 @@ alt="dotfiles logo" width="261" align="right" />
5
5
 
6
6
  <!-- markdownlint-enable MD033 MD041 -->
7
7
 
8
- # Dotfiles (v0.2.465)
8
+ # Dotfiles (v0.2.466)
9
9
 
10
10
  Simply designed to fit your shell life 🐚
11
11
 
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env bash
2
2
 
3
- # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.465) - <https://dotfiles.io>
3
+ # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.466) - <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
@@ -5,7 +5,7 @@ alt="dotfiles logo" width="261" align="right" />
5
5
 
6
6
  <!-- markdownlint-enable MD033 MD041 -->
7
7
 
8
- # Dotfiles (v0.2.465)
8
+ # Dotfiles (v0.2.466)
9
9
 
10
10
  Simply designed to fit your shell life 🐚
11
11
 
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env bash
2
- # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.465) - https://dotfiles.io
2
+ # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.466) - https://dotfiles.io
3
3
  # Made with ♥ in London, UK by @wwdseb
4
4
  # Copyright (c) 2015-2023. All rights reserved
5
5
  # License: MIT
@@ -5,7 +5,7 @@ alt="dotfiles logo" width="261" align="right" />
5
5
 
6
6
  <!-- markdownlint-enable MD033 MD041 -->
7
7
 
8
- # Dotfiles (v0.2.465)
8
+ # Dotfiles (v0.2.466)
9
9
 
10
10
  Simply designed to fit your shell life 🐚
11
11
 
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env bash
2
2
 
3
- # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.465) - <https://dotfiles.io>
3
+ # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.466) - <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
@@ -5,7 +5,7 @@ alt="dotfiles logo" width="261" align="right" />
5
5
 
6
6
  <!-- markdownlint-enable MD033 MD041 -->
7
7
 
8
- # Dotfiles (v0.2.465)
8
+ # Dotfiles (v0.2.466)
9
9
 
10
10
  Simply designed to fit your shell life 🐚
11
11
 
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env bash
2
2
 
3
- # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.465) - <https://dotfiles.io>
3
+ # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.466) - <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
@@ -5,7 +5,7 @@ alt="dotfiles logo" width="261" align="right" />
5
5
 
6
6
  <!-- markdownlint-enable MD033 MD041 -->
7
7
 
8
- # Dotfiles (v0.2.465)
8
+ # Dotfiles (v0.2.466)
9
9
 
10
10
  Simply designed to fit your shell life 🐚
11
11
 
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env bash
2
2
 
3
- # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.465) - <https://dotfiles.io>
3
+ # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.466) - <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
@@ -5,7 +5,7 @@ alt="dotfiles logo" width="261" align="right" />
5
5
 
6
6
  <!-- markdownlint-enable MD033 MD041 -->
7
7
 
8
- # Dotfiles (v0.2.465)
8
+ # Dotfiles (v0.2.466)
9
9
 
10
10
  Simply designed to fit your shell life 🐚
11
11
 
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env bash
2
2
 
3
- # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.465) - <https://dotfiles.io>
3
+ # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.466) - <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
@@ -5,7 +5,7 @@ alt="dotfiles logo" width="261" align="right" />
5
5
 
6
6
  <!-- markdownlint-enable MD033 MD041 -->
7
7
 
8
- # Dotfiles (v0.2.465)
8
+ # Dotfiles (v0.2.466)
9
9
 
10
10
  Simply designed to fit your shell life 🐚
11
11
 
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env bash
2
2
 
3
- # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.465) - <https://dotfiles.io>
3
+ # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.466) - <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
@@ -5,7 +5,7 @@ alt="dotfiles logo" width="261" align="right" />
5
5
 
6
6
  <!-- markdownlint-enable MD033 MD041 -->
7
7
 
8
- # Dotfiles (v0.2.465)
8
+ # Dotfiles (v0.2.466)
9
9
 
10
10
  Simply designed to fit your shell life 🐚
11
11
 
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env bash
2
2
 
3
- # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.465) - <https://dotfiles.io>
3
+ # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.466) - <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
@@ -5,7 +5,7 @@ alt="dotfiles logo" width="261" align="right" />
5
5
 
6
6
  <!-- markdownlint-enable MD033 MD041 -->
7
7
 
8
- # Dotfiles (v0.2.465)
8
+ # Dotfiles (v0.2.466)
9
9
 
10
10
  Simply designed to fit your shell life 🐚
11
11
 
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env bash
2
2
 
3
- # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.465) - <https://dotfiles.io>
3
+ # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.466) - <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
@@ -5,7 +5,7 @@ alt="dotfiles logo" width="261" align="right" />
5
5
 
6
6
  <!-- markdownlint-enable MD033 MD041 -->
7
7
 
8
- # Dotfiles (v0.2.465)
8
+ # Dotfiles (v0.2.466)
9
9
 
10
10
  Simply designed to fit your shell life 🐚
11
11
 
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env bash
2
2
 
3
- # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.465) - <https://dotfiles.io>
3
+ # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.466) - <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
@@ -5,7 +5,7 @@ alt="dotfiles logo" width="261" align="right" />
5
5
 
6
6
  <!-- markdownlint-enable MD033 MD041 -->
7
7
 
8
- # Dotfiles (v0.2.465)
8
+ # Dotfiles (v0.2.466)
9
9
 
10
10
  Simply designed to fit your shell life 🐚
11
11
 
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env bash
2
2
 
3
- # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.465) - <https://dotfiles.io>
3
+ # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.466) - <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
@@ -5,7 +5,7 @@ alt="dotfiles logo" width="261" align="right" />
5
5
 
6
6
  <!-- markdownlint-enable MD033 MD041 -->
7
7
 
8
- # Dotfiles (v0.2.465)
8
+ # Dotfiles (v0.2.466)
9
9
 
10
10
  Simply designed to fit your shell life 🐚
11
11
 
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env bash
2
2
 
3
- # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.465) - <https://dotfiles.io>
3
+ # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.466) - <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,11 @@
1
1
  #!/usr/bin/env bash
2
2
 
3
- # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.465) - <https://dotfiles.io>
3
+ # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.466) - <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
7
7
  # Script: aliases.sh
8
- # Version: 0.2.465
8
+ # Version: 0.2.466
9
9
  # Website: https://dotfiles.io
10
10
 
11
11
  ## 🅰🅻🅸🅰🆂🅴🆂
@@ -5,7 +5,7 @@ alt="dotfiles logo" width="261" align="right" />
5
5
 
6
6
  <!-- markdownlint-enable MD033 MD041 -->
7
7
 
8
- # Dotfiles (v0.2.465)
8
+ # Dotfiles (v0.2.466)
9
9
 
10
10
  Simply designed to fit your shell life 🐚
11
11
 
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env bash
2
2
 
3
- # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.465) - <https://dotfiles.io>
3
+ # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.466) - <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
@@ -17,7 +17,7 @@ USER=$(whoami) # current user name.
17
17
 
18
18
  ## 🅴🆇🅿🅾🆁🆃🆂 - Export the variables.
19
19
  export ARCHFLAGS="-arch ${OS_ARCH}" # archflags for the current machine.
20
- export DOTFILES_VERSION='0.2.465' # version of the dotfiles.
20
+ export DOTFILES_VERSION='0.2.466' # version of the dotfiles.
21
21
  export DOTFILES="${HOME}"/.dotfiles/lib # path to the cross plaform dotfiles.
22
22
  export HOSTNAME=${HOSTNAME} # hostname of the machine.
23
23
  export INPUTRC=${INPUTRC} # set INPUTRC (so that .inputrc is respected)
@@ -1,4 +1,4 @@
1
- # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.465) - <https://dotfiles.io>
1
+ # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.466) - <https://dotfiles.io>
2
2
  # Made with ♥ in London, UK by @wwdseb
3
3
  # Copyright (c) 2015-2023. All rights reserved
4
4
  # License: MIT
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env bash
2
2
 
3
- # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.465) - <https://dotfiles.io>
3
+ # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.466) - <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,6 +1,6 @@
1
1
  #!/usr/bin/env bash
2
2
 
3
- # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.465) - <https://dotfiles.io>
3
+ # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.466) - <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
@@ -11,7 +11,7 @@ DF=".dotfiles/" # Dotfiles.
11
11
  DF_DIR="${HOME}/.dotfiles/" # Dotfiles directory.
12
12
  DF_BACKUPDIR="${HOME}/dotfiles_backup/" # Backup directory.
13
13
  DF_DOWNLOADDIR="${HOME}/Downloads" # Download directory.
14
- DF_VERSION="0.2.465" # Dotfiles Version number.
14
+ DF_VERSION="0.2.466" # Dotfiles Version number.
15
15
  # DF_TIMESTAMP="$(date +%Y-%m-%d_%H-%M-%S)" # Timestamp for backup directory.
16
16
 
17
17
  export DF
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env bash
2
2
 
3
- # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.465) - <https://dotfiles.io>
3
+ # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.466) - <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,6 +1,6 @@
1
1
  #!/usr/bin/env bash
2
2
 
3
- # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.465) - <https://dotfiles.io>
3
+ # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.466) - <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,4 +1,4 @@
1
- # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.465) - <https://dotfiles.io>
1
+ # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.466) - <https://dotfiles.io>
2
2
  # Made with ♥ in London, UK by @wwdseb
3
3
  # Copyright (c) 2015-2023. All rights reserved
4
4
  # License: MIT
@@ -1,4 +1,4 @@
1
- # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.465) - <https://dotfiles.io>
1
+ # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.466) - <https://dotfiles.io>
2
2
  # Made with ♥ in London, UK by @wwdseb
3
3
  # Copyright (c) 2015-2023. All rights reserved
4
4
  # License: MIT
@@ -1,4 +1,4 @@
1
- # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.465) - <https://dotfiles.io>
1
+ # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.466) - <https://dotfiles.io>
2
2
  # Made with ♥ in London, UK by @wwdseb
3
3
  # Copyright (c) 2015-2023. All rights reserved
4
4
  # License: MIT
@@ -1,4 +1,4 @@
1
- # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.465) - <https://dotfiles.io>
1
+ # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.466) - <https://dotfiles.io>
2
2
  # Made with ♥ in London, UK by @wwdseb
3
3
  # Copyright (c) 2015-2023. All rights reserved
4
4
  # License: MIT
@@ -1,4 +1,4 @@
1
- # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.465) - <https://dotfiles.io>
1
+ # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.466) - <https://dotfiles.io>
2
2
 
3
3
  # Made with ♥ in London, UK by @wwdseb
4
4
 
@@ -1,4 +1,4 @@
1
- # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.465) - <https://dotfiles.io>
1
+ # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.466) - <https://dotfiles.io>
2
2
  # Made with ♥ in London, UK by @wwdseb
3
3
  # Copyright (c) 2015-2023. All rights reserved
4
4
  # License: MIT
@@ -1,4 +1,4 @@
1
- # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.465) - <https://dotfiles.io>
1
+ # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.466) - <https://dotfiles.io>
2
2
  # Made with ♥ in London, UK by @wwdseb
3
3
  # Copyright (c) 2015-2023. All rights reserved
4
4
  # License: MIT
@@ -1,4 +1,4 @@
1
- # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.465) - <https://dotfiles.io>
1
+ # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.466) - <https://dotfiles.io>
2
2
  # Made with ♥ in London, UK by @wwdseb
3
3
  # Copyright (c) 2015-2023. All rights reserved
4
4
  # License: MIT
@@ -1,4 +1,4 @@
1
- # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.465) - <https://dotfiles.io>
1
+ # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.466) - <https://dotfiles.io>
2
2
  # Made with ♥ in London, UK by @wwdseb
3
3
  # Copyright (c) 2015-2023. All rights reserved
4
4
  # License: MIT
@@ -22,7 +22,7 @@ set -g status-justify centre # Status bar justification (left, right, centre, ab
22
22
  set -g status-left-length 50 # Status bar left length
23
23
  set -g status-right-length 50 # Status bar right length
24
24
  set -g status-right "#[fg=#FFFFFF] #[bg=#14222A] ⬛ #I #[bg=#007ACC] #H #[bg=#EB0000] %_d %B %I:%M%p "
25
- set -g window-status-current-format "#[bg=#2D1681]Dotfiles (v0.2.465)" # Current window status format
25
+ set -g window-status-current-format "#[bg=#2D1681]Dotfiles (v0.2.466)" # Current window status format
26
26
  set -g window-status-current-style "bg=#EB0000" # Current window status style
27
27
  set -g window-status-separator "" # Window status separator
28
28
  set-window-option -g clock-mode-colour "#FFFFFF" # Clock mode color
@@ -1,4 +1,4 @@
1
- # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.465) - <https://dotfiles.io>
1
+ # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.466) - <https://dotfiles.io>
2
2
  # Made with ♥ in London, UK by @wwdseb
3
3
  # Copyright (c) 2015-2023. All rights reserved
4
4
  # License: MIT
@@ -1,4 +1,4 @@
1
- # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.465) - <https://dotfiles.io>
1
+ # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.466) - <https://dotfiles.io>
2
2
 
3
3
  # Made with ♥ in London, UK by @wwdseb
4
4
 
@@ -1,4 +1,4 @@
1
- " 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.465) - <https://dotfiles.io>
1
+ " 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.466) - <https://dotfiles.io>
2
2
  " Copyright (c) Sebastien Rousseau 2022. All rights reserved
3
3
  " License: MIT
4
4
 
@@ -1,4 +1,4 @@
1
- # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.465) - <https://dotfiles.io>
1
+ # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.466) - <https://dotfiles.io>
2
2
  # Made with ♥ in London, UK by @wwdseb
3
3
  # Copyright (c) 2015-2023. All rights reserved
4
4
  # License: MIT
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env bash
2
- # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.465) - <https://dotfiles.io>
2
+ # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.466) - <https://dotfiles.io>
3
3
  # Made with ♥ in London, UK by @sebastienrousseau
4
4
  # Copyright (c) 2015-2023. All rights reserved
5
5
  # License: MIT
@@ -16,7 +16,7 @@ USER_LANGUAGE="en_GB.UTF-8" # default language.
16
16
 
17
17
  ## 🅴🆇🅿🅾🆁🆃🆂 - Export the variables.
18
18
  export ARCHFLAGS="-arch ${OS_ARCH}" # archflags for the current machine.
19
- export DOTFILES_VERSION='0.2.465' # version of the dotfiles.
19
+ export DOTFILES_VERSION='0.2.466' # version of the dotfiles.
20
20
  export DOTFILES="${HOME}"/.dotfiles/lib # path to the cross plaform dotfiles.
21
21
  export HOSTNAME=${HOSTNAME} # hostname of the machine.
22
22
  export INPUTRC=${INPUTRC} # set INPUTRC (so that .inputrc is respected)
@@ -1,11 +1,11 @@
1
1
  #!/usr/bin/env bash
2
2
 
3
- # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.465) - <https://dotfiles.io>
3
+ # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.466) - <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
7
7
  # Script: configurations.sh
8
- # Version: 0.2.465
8
+ # Version: 0.2.466
9
9
  # Website: https://dotfiles.io
10
10
 
11
11
  ## 🅲🅾🅽🅵🅸🅶🆄🆁🅰🆃🅸🅾🅽🆂
@@ -5,7 +5,7 @@ alt="dotfiles logo" width="261" align="right" />
5
5
 
6
6
  <!-- markdownlint-enable MD033 MD041 -->
7
7
 
8
- # Dotfiles (v0.2.465)
8
+ # Dotfiles (v0.2.466)
9
9
 
10
10
  Simply designed to fit your shell life 🐚
11
11
 
@@ -18,6 +18,8 @@ The functions are organized by category and are listed below.
18
18
 
19
19
  ## 🅵🆄🅽🅲🆃🅸🅾🅽🆂 🅻🅸🆂🆃
20
20
 
21
+ <!-- markdownlint-disable MD013-->
22
+
21
23
  ### Navigation elements
22
24
 
23
25
  | Function | Description | Usage |
@@ -67,4 +69,6 @@ The functions are organized by category and are listed below.
67
69
  | `vsc` | Function to open a file or folder in Visual Studio Code. | `vsc <file>` |
68
70
  | `zipf` | Function to zip a file. | `zipf <file>` |
69
71
 
72
+ <!-- markdownlint-enable MD013-->
73
+
70
74
  [banner]: https://kura.pro/dotfiles/v2/images/titles/title-dotfiles.svg
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env bash
2
2
 
3
- # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.465) - <https://dotfiles.io>
3
+ # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.466) - <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,6 +1,6 @@
1
1
  #!/usr/bin/env bash
2
2
 
3
- # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.465) - <https://dotfiles.io>
3
+ # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.466) - <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,6 +1,6 @@
1
1
  #!/usr/bin/env bash
2
2
 
3
- # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.465) - <https://dotfiles.io>
3
+ # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.466) - <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,6 +1,6 @@
1
1
  #!/usr/bin/env bash
2
2
 
3
- # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.465) - <https://dotfiles.io>
3
+ # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.466) - <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,6 +1,6 @@
1
1
  #!/usr/bin/env bash
2
2
 
3
- # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.465) - <https://dotfiles.io>
3
+ # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.466) - <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,6 +1,6 @@
1
1
  #!/usr/bin/env bash
2
2
 
3
- # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.465) - <https://dotfiles.io>
3
+ # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.466) - <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,6 +1,6 @@
1
1
  #!/usr/bin/env bash
2
2
 
3
- # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.465) - <https://dotfiles.io>
3
+ # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.466) - <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,6 +1,6 @@
1
1
  #!/usr/bin/env bash
2
2
 
3
- # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.465) - <https://dotfiles.io>
3
+ # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.466) - <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,13 +1,13 @@
1
1
  #!/usr/bin/env bash
2
2
 
3
- # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.465) - <https://dotfiles.io>
3
+ # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.466) - <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
7
7
 
8
8
  # Function to generates a strong random password of 27 characters
9
9
  #!/usr/bin/env bash
10
- # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.465) - https://dotfiles.io
10
+ # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.466) - https://dotfiles.io
11
11
  # Made with ♥ in London, UK by @sebastienrousseau
12
12
  # Copyright (c) 2015-2023. All rights reserved
13
13
  # License: MIT
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env bash
2
2
 
3
- # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.465) - <https://dotfiles.io>
3
+ # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.466) - <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,6 +1,6 @@
1
1
  #!/usr/bin/env bash
2
2
 
3
- # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.465) - <https://dotfiles.io>
3
+ # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.466) - <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,6 +1,6 @@
1
1
  #!/usr/bin/env bash
2
2
 
3
- # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.465) - <https://dotfiles.io>
3
+ # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.466) - <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,6 +1,6 @@
1
1
  #!/usr/bin/env bash
2
2
 
3
- # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.465) - <https://dotfiles.io>
3
+ # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.466) - <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,6 +1,6 @@
1
1
  #!/usr/bin/env bash
2
2
 
3
- # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.465) - <https://dotfiles.io>
3
+ # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.466) - <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