@sebastienrousseau/dotfiles 0.2.459 β†’ 0.2.461

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 (120) hide show
  1. package/README.md +5 -5
  2. package/dist/Makefile +15 -14
  3. package/dist/bin/backup.d.ts.map +1 -1
  4. package/dist/bin/backup.js.map +1 -1
  5. package/dist/bin/constants.d.ts +2 -2
  6. package/dist/bin/constants.d.ts.map +1 -1
  7. package/dist/bin/constants.js +1 -1
  8. package/dist/bin/constants.js.map +1 -1
  9. package/dist/bin/copy.d.ts.map +1 -1
  10. package/dist/bin/copy.js.map +1 -1
  11. package/dist/bin/dotfiles.d.ts.map +1 -1
  12. package/dist/bin/dotfiles.js.map +1 -1
  13. package/dist/bin/download.d.ts.map +1 -1
  14. package/dist/bin/download.js.map +1 -1
  15. package/dist/bin/index.js.map +1 -1
  16. package/dist/bin/transfer.d.ts.map +1 -1
  17. package/dist/bin/transfer.js.map +1 -1
  18. package/dist/bin/unpack.d.ts.map +1 -1
  19. package/dist/bin/unpack.js.map +1 -1
  20. package/dist/filesizes.txt +104 -104
  21. package/dist/lib/aliases/default/default.aliases.sh +3 -2
  22. package/dist/lib/aliases/gcloud/gcloud.aliases.sh +119 -118
  23. package/dist/lib/aliases/git/git.aliases.sh +6 -45
  24. package/dist/lib/aliases/heroku/heroku.aliases.sh +677 -675
  25. package/dist/lib/aliases/jekyll/jekyll.aliases.sh +30 -28
  26. package/dist/lib/aliases/pnpm/pnpm.aliases.sh +38 -37
  27. package/dist/lib/aliases/subversion/subversion.aliases.sh +82 -81
  28. package/dist/lib/aliases/tmux/tmux.aliases.sh +3 -2
  29. package/dist/lib/aliases.sh +3 -2
  30. package/dist/lib/configurations/bash/bashrc +4 -3
  31. package/dist/lib/configurations/curl/curlrc +3 -2
  32. package/dist/lib/configurations/default/color.sh +3 -2
  33. package/dist/lib/configurations/default/constants.sh +8 -5
  34. package/dist/lib/configurations/default/editor.sh +3 -2
  35. package/dist/lib/configurations/default/prompt.sh +3 -2
  36. package/dist/lib/configurations/input/inputrc +3 -2
  37. package/dist/lib/configurations/nano/nanorc +3 -2
  38. package/dist/lib/configurations/profile/profile +3 -2
  39. package/dist/lib/configurations/tmux/default +3 -2
  40. package/dist/lib/configurations/tmux/display +3 -2
  41. package/dist/lib/configurations/tmux/linux +3 -2
  42. package/dist/lib/configurations/tmux/navigation +3 -2
  43. package/dist/lib/configurations/tmux/panes +3 -2
  44. package/dist/lib/configurations/tmux/theme +4 -3
  45. package/dist/lib/configurations/tmux/tmux +3 -2
  46. package/dist/lib/configurations/tmux/vi +3 -2
  47. package/dist/lib/configurations/vim/vimrc +1 -1
  48. package/dist/lib/configurations/wget/wgetrc +3 -2
  49. package/dist/lib/configurations/zsh/zshrc +4 -3
  50. package/dist/lib/configurations.sh +3 -2
  51. package/dist/lib/exit.sh +3 -2
  52. package/dist/lib/functions/cdls.sh +3 -2
  53. package/dist/lib/functions/changediskpwd.tmp +5 -5
  54. package/dist/lib/functions/code.tmp +5 -5
  55. package/dist/lib/functions/countdown.tmp +3 -2
  56. package/dist/lib/functions/curlheader.sh +4 -3
  57. package/dist/lib/functions/curltime.sh +7 -6
  58. package/dist/lib/functions/encode64.sh +3 -2
  59. package/dist/lib/functions/environment.sh +4 -4
  60. package/dist/lib/functions/extract.sh +3 -2
  61. package/dist/lib/functions/genpwd.sh +8 -7
  62. package/dist/lib/functions/goto.sh +3 -2
  63. package/dist/lib/functions/hidehiddenfiles.sh +3 -2
  64. package/dist/lib/functions/history-all.tmp +3 -2
  65. package/dist/lib/functions/hostinfo.sh +3 -2
  66. package/dist/lib/functions/hstats.sh +4 -3
  67. package/dist/lib/functions/httpdebug.sh +3 -2
  68. package/dist/lib/functions/keygen.sh +3 -2
  69. package/dist/lib/functions/last.sh +3 -2
  70. package/dist/lib/functions/logout.sh +3 -2
  71. package/dist/lib/functions/lowercase.sh +18 -18
  72. package/dist/lib/functions/macos.sh +16 -16
  73. package/dist/lib/functions/matrix.sh +3 -2
  74. package/dist/lib/functions/mcd.sh +3 -2
  75. package/dist/lib/functions/mount_read_only.sh +3 -2
  76. package/dist/lib/functions/myproc.sh +3 -2
  77. package/dist/lib/functions/prependpath.sh +4 -3
  78. package/dist/lib/functions/print.tmp +3 -2
  79. package/dist/lib/functions/ql.sh +3 -2
  80. package/dist/lib/functions/rd.sh +5 -4
  81. package/dist/lib/functions/remove_disk.sh +4 -3
  82. package/dist/lib/functions/ren.sh +3 -2
  83. package/dist/lib/functions/rm.tmp +3 -2
  84. package/dist/lib/functions/rps.tmp +3 -2
  85. package/dist/lib/functions/showhiddenfiles.sh +3 -2
  86. package/dist/lib/functions/size.sh +3 -2
  87. package/dist/lib/functions/stopwatch.sh +3 -2
  88. package/dist/lib/functions/trash.tmp +3 -2
  89. package/dist/lib/functions/tree.tmp +3 -2
  90. package/dist/lib/functions/uppercase.sh +18 -18
  91. package/dist/lib/functions/uuidgen.tmp +2 -1
  92. package/dist/lib/functions/view-source.sh +4 -4
  93. package/dist/lib/functions/vscode.sh +3 -3
  94. package/dist/lib/functions/whoisport.sh +3 -2
  95. package/dist/lib/functions/zipf.sh +4 -3
  96. package/dist/lib/functions.sh +3 -2
  97. package/dist/lib/history.sh +24 -23
  98. package/dist/lib/paths/ant/ant.paths.sh +3 -2
  99. package/dist/lib/paths/default/default.paths.sh +12 -11
  100. package/dist/lib/paths/homebrew/homebrew.paths.sh +3 -2
  101. package/dist/lib/paths/java/java.paths.sh +3 -2
  102. package/dist/lib/paths/maven/maven.paths.sh +3 -2
  103. package/dist/lib/paths/node/node.paths.sh +3 -2
  104. package/dist/lib/paths/nvm/nvm.paths.sh +3 -2
  105. package/dist/lib/paths/pnpm/pnpm.paths.sh +3 -2
  106. package/dist/lib/paths/python/python.paths.sh +5 -4
  107. package/dist/lib/paths/ruby/ruby.paths.sh +3 -2
  108. package/dist/lib/paths/tmux/tmux.paths.sh +3 -2
  109. package/dist/lib/paths.sh +3 -2
  110. package/dist/scripts/backup.sh +15 -5
  111. package/dist/scripts/banner.sh +3 -2
  112. package/dist/scripts/{assemble.sh β†’ build.sh} +12 -4
  113. package/dist/scripts/clean.sh +3 -2
  114. package/dist/scripts/compile.sh +3 -2
  115. package/dist/scripts/copy.sh +4 -3
  116. package/dist/scripts/dotfiles.sh +3 -2
  117. package/dist/scripts/download.sh +16 -5
  118. package/dist/scripts/help.sh +5 -4
  119. package/dist/scripts/unpack.sh +3 -2
  120. package/package.json +2 -1
@@ -1,6 +1,7 @@
1
1
  #!/usr/bin/env bash
2
- # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io
3
- # Copyright (c) Sebastien Rousseau 2022. All rights reserved
2
+ # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.461) - https://dotfiles.io
3
+ # Made with β™₯ in London, UK by @sebastienrousseau
4
+ # Copyright (c) 2022. All rights reserved
4
5
  # License: MIT
5
6
 
6
7
  # trash: Function to moves a file to the MacOS trash
@@ -1,6 +1,7 @@
1
1
  #!/usr/bin/env bash
2
- # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io
3
- # Copyright (c) Sebastien Rousseau 2022. All rights reserved
2
+ # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.461) - https://dotfiles.io
3
+ # Made with β™₯ in London, UK by @sebastienrousseau
4
+ # Copyright (c) 2022. All rights reserved
4
5
  # License: MIT
5
6
 
6
7
  # tree: Function to generates a tree view from the current directory
@@ -1,28 +1,28 @@
1
1
  #!/usr/bin/env bash
2
- # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io
3
- # Copyright (c) Sebastien Rousseau 2022. All rights reserved
2
+ # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.461) - https://dotfiles.io
3
+ # Made with β™₯ in London, UK by @sebastienrousseau
4
+ # Copyright (c) 2022. All rights reserved
4
5
  # License: MIT
5
6
 
6
7
  # uppercase: Function to move filenames or directory names to uppercase
7
- uppercase()
8
- {
8
+ uppercase() {
9
9
  if [[ "$#" != 1 ]]; then
10
10
  echo "[ERROR] The filename or directory name is incorrect." >&2
11
11
  return 1
12
12
  fi
13
- for file ; do
14
- filename=${file##*/}
15
- case "${filename}" in
16
- */*) dirname=${file%/*} ;;
17
- *) dirname=.;;
18
- esac
19
- nf=$(echo "${filename}" | tr '[:upper:]' '[:lower:]')
20
- newname="${dirname}/${nf}"
21
- if [[ "${nf}" != "${filename}" ]]; then
22
- mv "${file}" "${newname}"
23
- echo "[INFO] Renaming ${file} to uppercase: ${newname}"
24
- else
25
- echo "[ERROR] The operation is not valid, ${file} has not changed."
26
- fi
13
+ for file; do
14
+ filename=${file##*/}
15
+ case "${filename}" in
16
+ */*) dirname=${file%/*} ;;
17
+ *) dirname=. ;;
18
+ esac
19
+ nf=$(echo "${filename}" | tr '[:upper:]' '[:lower:]')
20
+ newname="${dirname}/${nf}"
21
+ if [[ "${nf}" != "${filename}" ]]; then
22
+ mv "${file}" "${newname}"
23
+ echo "[INFO] Renaming ${file} to uppercase: ${newname}"
24
+ else
25
+ echo "[ERROR] The operation is not valid, ${file} has not changed."
26
+ fi
27
27
  done
28
28
  }
@@ -1,6 +1,7 @@
1
1
  #!/usr/bin/env bash
2
2
  # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.452) - https://dotfiles.io
3
- # Copyright (c) Sebastien Rousseau 2022. All rights reserved
3
+ # Made with β™₯ in London, UK by @sebastienrousseau
4
+ # Copyright (c) 2022. All rights reserved
4
5
  # License: MIT
5
6
 
6
7
  # uuid: Function to generate a UUID (Universally Unique IDentifier)
@@ -1,8 +1,8 @@
1
1
  #!/usr/bin/env bash
2
- # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io
3
- # Copyright (c) Sebastien Rousseau 2022. All rights reserved
2
+ # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.461) - https://dotfiles.io
3
+ # Made with β™₯ in London, UK by @sebastienrousseau
4
+ # Copyright (c) 2022. All rights reserved
4
5
  # License: MIT
5
6
 
6
7
  # view-source: Function to view the source of a website.
7
- view-source () { /usr/bin/curl -L -k -A 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:25.0) Gecko/20100101 Firefox/25.0' "$@" ; }
8
-
8
+ view-source() { /usr/bin/curl -L -k -A 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:25.0) Gecko/20100101 Firefox/25.0' "$@"; }
@@ -1,6 +1,7 @@
1
1
  #!/usr/bin/env bash
2
- # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io
3
- # Copyright (c) Sebastien Rousseau 2022. All rights reserved
2
+ # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.461) - https://dotfiles.io
3
+ # Made with β™₯ in London, UK by @sebastienrousseau
4
+ # Copyright (c) 2022. All rights reserved
4
5
  # License: MIT
5
6
 
6
7
  # vsc: Function to open a file in Visual Studio Code.
@@ -28,4 +29,3 @@ fi
28
29
  alias vs="code"
29
30
  alias vsc="code"
30
31
  alias vscode="code"
31
-
@@ -1,6 +1,7 @@
1
1
  #!/usr/bin/env bash
2
- # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io
3
- # Copyright (c) Sebastien Rousseau 2022. All rights reserved
2
+ # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.461) - https://dotfiles.io
3
+ # Made with β™₯ in London, UK by @sebastienrousseau
4
+ # Copyright (c) 2022. All rights reserved
4
5
  # License: MIT
5
6
 
6
7
  # whoisport: Function to find what is currently using a port.
@@ -1,6 +1,7 @@
1
1
  #!/usr/bin/env bash
2
- # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io
3
- # Copyright (c) Sebastien Rousseau 2022. All rights reserved
2
+ # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.461) - https://dotfiles.io
3
+ # Made with β™₯ in London, UK by @sebastienrousseau
4
+ # Copyright (c) 2022. All rights reserved
4
5
  # License: MIT
5
6
 
6
7
  # zipf: Function to create a ZIP archive of a folder
@@ -10,5 +11,5 @@ function zipf() {
10
11
  return 1
11
12
  fi
12
13
  echo "[INFO] Creating the ZIP archive folder $1.zip"
13
- zip -r "$1".zip "$1";
14
+ zip -r "$1".zip "$1"
14
15
  }
@@ -1,6 +1,7 @@
1
1
  #!/usr/bin/env bash
2
- # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io
3
- # Copyright (c) Sebastien Rousseau 2022. All rights reserved
2
+ # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.461) - https://dotfiles.io
3
+ # Made with β™₯ in London, UK by @sebastienrousseau
4
+ # Copyright (c) 2022. All rights reserved
4
5
  # License: MIT
5
6
 
6
7
  # Load custom executable functions
@@ -1,6 +1,7 @@
1
1
  #!/usr/bin/env bash
2
- # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io
3
- # Copyright (c) Sebastien Rousseau 2022. All rights reserved
2
+ # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.461) - https://dotfiles.io
3
+ # Made with β™₯ in London, UK by @sebastienrousseau
4
+ # Copyright (c) 2022. All rights reserved
4
5
  # License: MIT
5
6
 
6
7
  ## History wrapper
@@ -78,28 +79,28 @@ if [[ -n "${ZSH_VERSION}" ]]; then
78
79
  elif [[ -n "${BASH_VERSION}" ]]; then
79
80
  # echo "Running shell is bash"
80
81
  # Shopt settings
81
- shopt -s autocd # autocd - automatically cd to a directory when it is the only argument to a command
82
- shopt -s cdspell # cdspell - spell check the path when changing directories.
83
- shopt -s checkhash # checkhash - check hash table for commands before running them.
84
- shopt -s checkjobs # checkjobs - check for stopped jobs after each command and report them to the user.
85
- shopt -s checkwinsize # checkwinsize - check the window size after each command and, if necessary, update the values of LINES and COLUMNS.
86
- shopt -s cmdhist # cmdhist - save multi-line commands as one entry in history.
87
- shopt -s dirspell # dirspell - spell check the path when changing directories.
88
- shopt -s dotglob # dotglob - include dotfiles in globbing.
89
- shopt -s extglob # extglob - extended globbing.
90
- shopt -s globstar # globstar - allow ** to match multiple directories.
91
- shopt -s histappend # histappend - append to the history file, don't overwrite it.
92
- shopt -s histverify # histverify - verify commands from history before executing them.
93
- shopt -s hostcomplete # hostcomplete - complete hostnames when using the ssh command.
94
- shopt -s lithist # lithist - save multi-line commands as one entry in history.
95
- shopt -s huponexit # huponexit - send SIGHUP to jobs when the shell exits.
82
+ shopt -s autocd # autocd - automatically cd to a directory when it is the only argument to a command
83
+ shopt -s cdspell # cdspell - spell check the path when changing directories.
84
+ shopt -s checkhash # checkhash - check hash table for commands before running them.
85
+ shopt -s checkjobs # checkjobs - check for stopped jobs after each command and report them to the user.
86
+ shopt -s checkwinsize # checkwinsize - check the window size after each command and, if necessary, update the values of LINES and COLUMNS.
87
+ shopt -s cmdhist # cmdhist - save multi-line commands as one entry in history.
88
+ shopt -s dirspell # dirspell - spell check the path when changing directories.
89
+ shopt -s dotglob # dotglob - include dotfiles in globbing.
90
+ shopt -s extglob # extglob - extended globbing.
91
+ shopt -s globstar # globstar - allow ** to match multiple directories.
92
+ shopt -s histappend # histappend - append to the history file, don't overwrite it.
93
+ shopt -s histverify # histverify - verify commands from history before executing them.
94
+ shopt -s hostcomplete # hostcomplete - complete hostnames when using the ssh command.
95
+ shopt -s lithist # lithist - save multi-line commands as one entry in history.
96
+ shopt -s huponexit # huponexit - send SIGHUP to jobs when the shell exits.
96
97
  shopt -s no_empty_cmd_completion # no_empty_cmd_completion - don't complete empty commands.
97
- shopt -s nocaseglob # nocaseglob - case insensitive globbing.
98
- shopt -s nocasematch # nocasematch - case insensitive matching.
99
- shopt -s nullglob # nullglob - if no matches are found, the pattern expands to nothing.
100
- shopt -s progcomp # progcomp - programmable completion.
101
- shopt -s promptvars # promptvars - allow prompt strings to contain shell variables.
102
- shopt -s sourcepath # sourcepath - search the PATH for the directory containing a sourced script before using the current directory.
98
+ shopt -s nocaseglob # nocaseglob - case insensitive globbing.
99
+ shopt -s nocasematch # nocasematch - case insensitive matching.
100
+ shopt -s nullglob # nullglob - if no matches are found, the pattern expands to nothing.
101
+ shopt -s progcomp # progcomp - programmable completion.
102
+ shopt -s promptvars # promptvars - allow prompt strings to contain shell variables.
103
+ shopt -s sourcepath # sourcepath - search the PATH for the directory containing a sourced script before using the current directory.
103
104
 
104
105
  else
105
106
  echo "Unsupported shell: ${SHELL}"
@@ -1,6 +1,7 @@
1
1
  #!/usr/bin/env bash
2
- # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io
3
- # Copyright (c) Sebastien Rousseau 2022. All rights reserved
2
+ # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.461) - https://dotfiles.io
3
+ # Made with β™₯ in London, UK by @sebastienrousseau
4
+ # Copyright (c) 2022. All rights reserved
4
5
  # License: MIT
5
6
 
6
7
  ## πŸ…°πŸ…½πŸ†ƒ πŸ…·πŸ…ΎπŸ…ΌπŸ…΄
@@ -1,17 +1,18 @@
1
1
  #!/usr/bin/env bash
2
- # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io
3
- # Copyright (c) Sebastien Rousseau 2022. All rights reserved
2
+ # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.461) - https://dotfiles.io
3
+ # Made with β™₯ in London, UK by @sebastienrousseau
4
+ # Copyright (c) 2022. All rights reserved
4
5
  # License: MIT
5
6
 
6
7
  ## πŸ…ΏπŸ…°πŸ†ƒπŸ…·πŸ†‚
7
8
 
8
9
  ### Add 'PATH' entries.
9
- export PATH=/usr/local/bin:"${PATH}" # Add /usr/local/bin to the path
10
- export PATH=/usr/local/sbin:"${PATH}" # Add /usr/local/sbin to the path
11
- export PATH=/usr/bin:"${PATH}" # Add /usr/bin to the path
12
- export PATH=/bin:"${PATH}" # Add /bin to the path
13
- export PATH=/usr/sbin:"${PATH}" # Add /usr/sbin to the path
14
- export PATH=/sbin:"${PATH}" # Add /sbin to the path
15
- export PATH="${HOME}"/.cargo/bin:"${PATH}" # Add ~/.cargo/bin to the path
16
- export PATH="${HOME}"/.yarn/bin:"${PATH}" # Add ~/.yarn/bin to the path
17
- export PATH="${HOME}"/go/bin:"${PATH}" # Add ~/go/bin to the path
10
+ export PATH=/usr/local/bin:"${PATH}" # Add /usr/local/bin to the path
11
+ export PATH=/usr/local/sbin:"${PATH}" # Add /usr/local/sbin to the path
12
+ export PATH=/usr/bin:"${PATH}" # Add /usr/bin to the path
13
+ export PATH=/bin:"${PATH}" # Add /bin to the path
14
+ export PATH=/usr/sbin:"${PATH}" # Add /usr/sbin to the path
15
+ export PATH=/sbin:"${PATH}" # Add /sbin to the path
16
+ export PATH="${HOME}"/.cargo/bin:"${PATH}" # Add ~/.cargo/bin to the path
17
+ export PATH="${HOME}"/.yarn/bin:"${PATH}" # Add ~/.yarn/bin to the path
18
+ export PATH="${HOME}"/go/bin:"${PATH}" # Add ~/go/bin to the path
@@ -1,6 +1,7 @@
1
1
  #!/usr/bin/env bash
2
- # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io
3
- # Copyright (c) Sebastien Rousseau 2022. All rights reserved
2
+ # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.461) - https://dotfiles.io
3
+ # Made with β™₯ in London, UK by @sebastienrousseau
4
+ # Copyright (c) 2022. All rights reserved
4
5
  # License: MIT
5
6
 
6
7
  ## πŸ…·πŸ…ΎπŸ…ΌπŸ…΄πŸ…±πŸ†πŸ…΄πŸ†† πŸ…ΏπŸ…°πŸ†ƒπŸ…·πŸ†‚
@@ -1,6 +1,7 @@
1
1
  #!/usr/bin/env bash
2
- # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io
3
- # Copyright (c) Sebastien Rousseau 2022. All rights reserved
2
+ # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.461) - https://dotfiles.io
3
+ # Made with β™₯ in London, UK by @sebastienrousseau
4
+ # Copyright (c) 2022. All rights reserved
4
5
  # License: MIT
5
6
 
6
7
  ## πŸ…ΉπŸ…°πŸ†…πŸ…°_πŸ…·πŸ…ΎπŸ…ΌπŸ…΄
@@ -1,6 +1,7 @@
1
1
  #!/usr/bin/env bash
2
- # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io
3
- # Copyright (c) Sebastien Rousseau 2022. All rights reserved
2
+ # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.461) - https://dotfiles.io
3
+ # Made with β™₯ in London, UK by @sebastienrousseau
4
+ # Copyright (c) 2022. All rights reserved
4
5
  # License: MIT
5
6
 
6
7
  ## πŸ…ΌπŸ…°πŸ†…πŸ…΄πŸ…½ πŸ…·πŸ…ΎπŸ…ΌπŸ…΄
@@ -1,6 +1,7 @@
1
1
  #!/usr/bin/env bash
2
- # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io
3
- # Copyright (c) Sebastien Rousseau 2022. All rights reserved
2
+ # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.461) - https://dotfiles.io
3
+ # Made with β™₯ in London, UK by @sebastienrousseau
4
+ # Copyright (c) 2022. All rights reserved
4
5
  # License: MIT
5
6
 
6
7
  ## πŸ…½πŸ…ΎπŸ…³πŸ…΄ πŸ…ΏπŸ…°πŸ†ƒπŸ…·
@@ -1,6 +1,7 @@
1
1
  #!/usr/bin/env bash
2
- # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io
3
- # Copyright (c) Sebastien Rousseau 2022. All rights reserved
2
+ # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.461) - https://dotfiles.io
3
+ # Made with β™₯ in London, UK by @sebastienrousseau
4
+ # Copyright (c) 2022. All rights reserved
4
5
  # License: MIT
5
6
 
6
7
  ## πŸ…½πŸ†…πŸ…Ό πŸ…ΏπŸ…°πŸ†ƒπŸ…·
@@ -1,6 +1,7 @@
1
1
  #!/usr/bin/env bash
2
- # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io
3
- # Copyright (c) Sebastien Rousseau 2022. All rights reserved
2
+ # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.461) - https://dotfiles.io
3
+ # Made with β™₯ in London, UK by @sebastienrousseau
4
+ # Copyright (c) 2022. All rights reserved
4
5
  # License: MIT
5
6
 
6
7
  ## πŸ…ΏπŸ…½πŸ…ΏπŸ…Ό πŸ…ΏπŸ…°πŸ†ƒπŸ…·πŸ†‚
@@ -1,6 +1,7 @@
1
1
  #!/usr/bin/env bash
2
- # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io
3
- # Copyright (c) Sebastien Rousseau 2022. All rights reserved
2
+ # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.461) - https://dotfiles.io
3
+ # Made with β™₯ in London, UK by @sebastienrousseau
4
+ # Copyright (c) 2022. All rights reserved
4
5
  # License: MIT
5
6
 
6
7
  ## πŸ…ΏπŸ†ˆπŸ†ƒπŸ…·πŸ…ΎπŸ…½ πŸ…ΏπŸ…°πŸ†ƒπŸ…·
@@ -15,10 +16,10 @@ elif [[ "${OSTYPE}" == "linux-gnu"* ]]; then
15
16
  fi
16
17
 
17
18
  # Encoding[:errors] used for stdin/stdout/stderr.
18
- export PYTHONIOENCODING='UTF-8';
19
+ export PYTHONIOENCODING='UTF-8'
19
20
 
20
21
  # If set to 1, enables the UTF-8 mode.
21
- export PYTHONUTF8=1;
22
+ export PYTHONUTF8=1
22
23
 
23
24
  # Export PYTHONHOME variable
24
25
  export PYTHONHOME
@@ -1,6 +1,7 @@
1
1
  #!/usr/bin/env bash
2
- # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io
3
- # Copyright (c) Sebastien Rousseau 2022. All rights reserved
2
+ # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.461) - https://dotfiles.io
3
+ # Made with β™₯ in London, UK by @sebastienrousseau
4
+ # Copyright (c) 2022. All rights reserved
4
5
  # License: MIT
5
6
 
6
7
  ## πŸ†πŸ†„πŸ…±πŸ†ˆ πŸ…·πŸ…ΎπŸ…ΌπŸ…΄
@@ -1,6 +1,7 @@
1
1
  #!/usr/bin/env bash
2
- # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io
3
- # Copyright (c) Sebastien Rousseau 2022. All rights reserved
2
+ # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.461) - https://dotfiles.io
3
+ # Made with β™₯ in London, UK by @sebastienrousseau
4
+ # Copyright (c) 2022. All rights reserved
4
5
  # License: MIT
5
6
 
6
7
  ## πŸ†ƒπŸ…ΌπŸ†„πŸ†‡ πŸ…ΏπŸ…°πŸ†ƒπŸ…·πŸ†‚
package/dist/lib/paths.sh CHANGED
@@ -1,6 +1,7 @@
1
1
  #!/usr/bin/env bash
2
- # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io
3
- # Copyright (c) Sebastien Rousseau 2022. All rights reserved
2
+ # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.461) - https://dotfiles.io
3
+ # Made with β™₯ in London, UK by @sebastienrousseau
4
+ # Copyright (c) 2022. All rights reserved
4
5
  # License: MIT
5
6
 
6
7
  ## πŸ…ΏπŸ…°πŸ†ƒπŸ…·πŸ†‚
@@ -1,6 +1,7 @@
1
1
  #!/usr/bin/env bash
2
- # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io
3
- # Copyright (c) Sebastien Rousseau 2022. All rights reserved
2
+ # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.461) - https://dotfiles.io
3
+ # Made with β™₯ in London, UK by @sebastienrousseau
4
+ # Copyright (c) 2022. All rights reserved
4
5
  # License: MIT
5
6
 
6
7
  ## πŸ†…πŸ…°πŸ†πŸ…ΈπŸ…°πŸ…±πŸ…»πŸ…΄πŸ†‚ - Set Dotfiles variable.
@@ -30,9 +31,14 @@ backup() {
30
31
 
31
32
  # Backup existing Dotfiles directory.
32
33
  if [[ -d "${HOME}"/.dotfiles ]]; then
33
- echo "${GREEN} βœ”${NC} Backing up previous Dotfiles installation to '${GREEN}${DF_BACKUPDIR}/${DF_TIMESTAMP}/${NC}'..."
34
+ echo "${GREEN} βœ”${NC} Backing up previous Dotfiles installation to '${GREEN}${DF_BACKUPDIR}${DF_TIMESTAMP}/${NC}'..."
34
35
  # shellcheck disable=SC2154
35
- mv -f "${DF_DOTFILESDIR}" "${HOME}"/dotfiles_backup/"${DF_TIMESTAMP}"/
36
+ if [[ -d "${DF_BACKUPDIR}${DF_TIMESTAMP}/${DF}" ]]; then
37
+ mv -f "${DF_DOTFILESDIR}" "${DF_BACKUPDIR}${DF_TIMESTAMP}/${DF}"
38
+ else
39
+ mkdir -p "${DF_BACKUPDIR}${DF_TIMESTAMP}/${DF}"
40
+ mv -f "${DF_DOTFILESDIR}" "${DF_BACKUPDIR}${DF_TIMESTAMP}/${DF}"
41
+ fi
36
42
  fi
37
43
 
38
44
  # File list (use trailing slash for directories)
@@ -46,11 +52,13 @@ backup() {
46
52
  .dir_colors
47
53
  .exports
48
54
  .functions
55
+ .gemrc
49
56
  .gitattributes
50
57
  .gitconfig
51
58
  .gitignore
52
59
  .gitmessage
53
60
  .inputrc
61
+ .nanorc
54
62
  .npmrc
55
63
  .path
56
64
  .profile
@@ -60,12 +68,14 @@ backup() {
60
68
  .yarnrc
61
69
  .zshenv
62
70
  .zshrc
71
+ .zprofile
63
72
  cacert.pem
64
73
  "
65
74
 
66
75
  for file in ${FILES}; do
67
76
  # shellcheck disable=SC2292
68
- if [ -e "${HOME}/${file}" ]; then
77
+ if [ -f "${HOME}/${file}" ]; then
78
+ # shellcheck disable=SC2154
69
79
  echo "${GREEN} βœ”${NC} Backing up '${YELLOW}${file}${NC}'"
70
80
  cp -f "${HOME}"/"${file}" "${DF_BACKUPDIR}"/"${file}"
71
81
  fi
@@ -1,6 +1,7 @@
1
1
  #!/usr/bin/env bash
2
- # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io
3
- # Copyright (c) Sebastien Rousseau 2022. All rights reserved
2
+ # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.461) - https://dotfiles.io
3
+ # Made with β™₯ in London, UK by @sebastienrousseau
4
+ # Copyright (c) 2022. All rights reserved
4
5
  # License: MIT
5
6
 
6
7
  ## πŸ…±πŸ…°πŸ…½πŸ…½πŸ…΄πŸ† - Display banner.
@@ -1,6 +1,7 @@
1
1
  #!/usr/bin/env bash
2
- # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io
3
- # Copyright (c) Sebastien Rousseau 2022. All rights reserved
2
+ # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.461) - https://dotfiles.io
3
+ # Made with β™₯ in London, UK by @sebastienrousseau
4
+ # Copyright (c) 2022. All rights reserved
4
5
  # License: MIT
5
6
 
6
7
  # shellcheck disable=SC1091
@@ -18,8 +19,8 @@
18
19
  # shellcheck disable=SC1091
19
20
  . "./scripts/copy.sh"
20
21
 
21
- ## πŸ…°πŸ†‚πŸ†‚πŸ…΄πŸ…ΌπŸ…±πŸ…»πŸ…΄ - Assemble the dotfiles on your system.
22
- assemble() {
22
+ ## πŸ…±πŸ†„πŸ…ΈπŸ…»πŸ…³ - Build the dotfiles on your system.
23
+ build() {
23
24
 
24
25
  # shellcheck disable=SC2154
25
26
  echo "${RED}❭${NC} Preparing the dotfiles on your system."
@@ -30,3 +31,10 @@ assemble() {
30
31
  copy
31
32
 
32
33
  }
34
+
35
+ args=$* # Arguments passed to script.
36
+ export args="${args}" # Exporting arguments.
37
+ if [[ ${args} = "build" ]]; then
38
+ echo "$*"
39
+ build
40
+ fi
@@ -1,6 +1,7 @@
1
1
  #!/usr/bin/env bash
2
- # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io
3
- # Copyright (c) Sebastien Rousseau 2022. All rights reserved
2
+ # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.461) - https://dotfiles.io
3
+ # Made with β™₯ in London, UK by @sebastienrousseau
4
+ # Copyright (c) 2022. All rights reserved
4
5
  # License: MIT
5
6
 
6
7
  ## πŸ…²πŸ…»πŸ…΄πŸ…°πŸ…½ - Clean up.
@@ -1,6 +1,7 @@
1
1
  #!/usr/bin/env bash
2
- # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io
3
- # Copyright (c) Sebastien Rousseau 2022. All rights reserved
2
+ # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.461) - https://dotfiles.io
3
+ # Made with β™₯ in London, UK by @sebastienrousseau
4
+ # Copyright (c) 2022. All rights reserved
4
5
  # License: MIT
5
6
 
6
7
  ## πŸ…²πŸ…ΎπŸ…ΌπŸ…ΏπŸ…ΈπŸ…»πŸ…΄ πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ - Compile dotfiles.
@@ -1,6 +1,7 @@
1
1
  #!/usr/bin/env bash
2
- # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io
3
- # Copyright (c) Sebastien Rousseau 2022. All rights reserved
2
+ # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.461) - https://dotfiles.io
3
+ # Made with β™₯ in London, UK by @sebastienrousseau
4
+ # Copyright (c) 2022. All rights reserved
4
5
  # License: MIT
5
6
 
6
7
  ## πŸ…²πŸ…ΎπŸ…ΏπŸ†ˆ - Copy the dotfiles on your system.
@@ -62,7 +63,7 @@ copy() {
62
63
  echo "${GREEN} βœ”${NC} Copying '${YELLOW}.gemrc${NC}'" &&
63
64
 
64
65
  # inputrc -- Copying .inputrc file.
65
- cp -f "${PWD}"/lib/configurations/inputrc/inputrc "${HOME}"/.inputrc &&
66
+ cp -f "${PWD}"/lib/configurations/input/inputrc "${HOME}"/.inputrc &&
66
67
  echo "${GREEN} βœ”${NC} Copying '${YELLOW}.inputrc${NC}'" &&
67
68
 
68
69
  # jshintrc -- Copying .jshintrc file.
@@ -1,6 +1,7 @@
1
1
  #!/usr/bin/env bash
2
- # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io
3
- # Copyright (c) Sebastien Rousseau 2022. All rights reserved
2
+ # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.461) - https://dotfiles.io
3
+ # Made with β™₯ in London, UK by @sebastienrousseau
4
+ # Copyright (c) 2022. All rights reserved
4
5
  # License: MIT
5
6
 
6
7
  ## πŸ…ΈπŸ…ΌπŸ…ΏπŸ…ΎπŸ†πŸ†ƒπŸ†‚ - Importing constants and functions.
@@ -1,6 +1,7 @@
1
1
  #!/usr/bin/env bash
2
- # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io
3
- # Copyright (c) Sebastien Rousseau 2022. All rights reserved
2
+ # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.461) - https://dotfiles.io
3
+ # Made with β™₯ in London, UK by @sebastienrousseau
4
+ # Copyright (c) 2022. All rights reserved
4
5
  # License: MIT
5
6
 
6
7
  ## πŸ†…πŸ…°πŸ†πŸ…ΈπŸ…°πŸ…±πŸ…»πŸ…΄πŸ†‚ - Set Dotfiles variable.
@@ -13,11 +14,21 @@ export DF_DOTFILESDIR # Exporting Location of dotfiles.
13
14
  ## πŸ…³πŸ…ΎπŸ††πŸ…½πŸ…»πŸ…ΎπŸ…°πŸ…³ - Download the dotfiles on your system.
14
15
  download() {
15
16
  # shellcheck disable=SC2154
16
- echo "${RED}❭${NC} Downloading ${GREEN}Dotfiles v${DF_VERSION}${NC} on your system."
17
+ echo "${RED}❭${NC} Downloading ${GREEN}Dotfiles v${DF_VERSION}${NC} on your system at ${GREEN}${DF_DOWNLOADDIR}${NC}..."
17
18
 
19
+ # Download the dotfiles with curl.
18
20
  # shellcheck disable=SC2154
19
- # wget https://github.com/sebastienrousseau/dotfiles/archive/refs/tags/v"${DF_VERSION}".zip -N -O "${DF_DOWNLOADDIR}/v${DF_VERSION}.zip"
21
+ # curl -0 https://github.com/sebastienrousseau/dotfiles/archive/refs/tags/v"${DF_VERSION}".tar.gz -o "${DF_DOWNLOADDIR}"/dotfiles-"${DF_VERSION}".tar.gz
20
22
 
23
+ # Download the dotfiles with wget.
21
24
  # shellcheck disable=SC2154
22
- curl https://github.com/sebastienrousseau/dotfiles/archive/refs/tags/v"${DF_VERSION}".zip -o "${DF_DOWNLOADDIR}"/v"${DF_VERSION}".zip
25
+ wget --no-check-certificate --content-disposition https://github.com/sebastienrousseau/dotfiles/archive/refs/tags/v"${DF_VERSION}".zip -O "${DF_DOWNLOADDIR}/v${DF_VERSION}.zip"
26
+
23
27
  }
28
+
29
+ args=$* # Arguments passed to script.
30
+ export args="${args}" # Exporting arguments.
31
+ if [[ ${args} = "download" ]]; then
32
+ echo "$*"
33
+ download
34
+ fi
@@ -1,6 +1,7 @@
1
1
  #!/usr/bin/env bash
2
- # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io
3
- # Copyright (c) Sebastien Rousseau 2022. All rights reserved
2
+ # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.461) - https://dotfiles.io
3
+ # Made with β™₯ in London, UK by @sebastienrousseau
4
+ # Copyright (c) 2022. All rights reserved
4
5
  # License: MIT
5
6
 
6
7
  ## πŸ†…πŸ…°πŸ†πŸ…ΈπŸ…°πŸ…±πŸ…»πŸ…΄πŸ†‚ - Set Dotfiles variable.
@@ -29,10 +30,10 @@ USAGE:
29
30
  COMMANDS:
30
31
 
31
32
  $(echo -e "\033[1;96mbackup\033[0m\n") - Backup your current dotfiles.
32
- $(echo -e "\033[1;96mclean\033[0m\n") - Removes any previous setup directories.
33
+ $(echo -e "\033[1;96mclean\033[0m\n") - Removes any previous setup.
33
34
  $(echo -e "\033[1;96mcopy\033[0m\n") - Copy the dotfiles on your system.
34
35
  $(echo -e "\033[1;96mdownload\033[0m\n") - Download the dotfiles on your system.
35
- $(echo -e "\033[1;96massemble\033[0m\n") - Run the full installation process.
36
+ $(echo -e "\033[1;96mbuild\033[0m\n") - Run the full installation process.
36
37
  $(echo -e "\033[1;96munpack\033[0m\n") - Extract the dotfiles to your system.
37
38
  $(echo -e "\033[1;96mhelp\033[0m\n") - Display the help menu.
38
39
 
@@ -1,6 +1,7 @@
1
1
  #!/usr/bin/env bash
2
- # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io
3
- # Copyright (c) Sebastien Rousseau 2022. All rights reserved
2
+ # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.461) - https://dotfiles.io
3
+ # Made with β™₯ in London, UK by @sebastienrousseau
4
+ # Copyright (c) 2022. All rights reserved
4
5
  # License: MIT
5
6
 
6
7
  ## πŸ†…πŸ…°πŸ†πŸ…ΈπŸ…°πŸ…±πŸ…»πŸ…΄πŸ†‚ - Set Dotfiles variable.
package/package.json CHANGED
@@ -71,7 +71,7 @@
71
71
  "url": "git@github.com:sebastienrousseau/dotfiles.git"
72
72
  },
73
73
  "types": "./dist/bin/index.d.ts",
74
- "version": "0.2.459",
74
+ "version": "0.2.461",
75
75
  "scripts": {
76
76
  "build": "pnpm run backup && pnpm run copy && pnpm run assemble",
77
77
  "backup": "chmod 755 \"./scripts/backup.sh\" && sh ./scripts/backup.sh backup",
@@ -82,6 +82,7 @@
82
82
  "help": "chmod 755 \"./scripts/help.sh\" && ./scripts/help.sh help",
83
83
  "pack": "pnpm pack",
84
84
  "preinstall": "npx only-allow pnpm",
85
+ "release": "pnpm run prepublishOnly && pnpm publish --access public --tag latest --no-git-checks --report-summary",
85
86
  "start": "node ./dist/bin/index.js",
86
87
  "test": "echo \"Error: no test specified\" && exit 1"
87
88
  }