@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
  # πŸ…ΉπŸ…΄πŸ…ΊπŸ†ˆπŸ…»πŸ…» πŸ…°πŸ…»πŸ…ΈπŸ…°πŸ†‚πŸ…΄πŸ†‚ - Jekyll aliases.
@@ -11,40 +12,41 @@
11
12
  # 1.1 Jekyll development aliases.
12
13
  # 1.2 Jekyll release aliases.
13
14
  #
14
- # Copyright (c) Sebastien Rousseau 2022. All rights reserved
15
+ # Made with β™₯ in London, UK by @sebastienrousseau
16
+ # Copyright (c) 2022. All rights reserved
15
17
  # Licensed under the MIT license
16
18
  #
17
19
 
18
- ## ----------------------------------------------------------------------------
19
- ## 1. Jekyll Core aliases.
20
- ## ----------------------------------------------------------------------------
20
+ ## ----------------------------------------------------------------------------
21
+ ## 1. Jekyll Core aliases.
22
+ ## ----------------------------------------------------------------------------
21
23
 
22
- ## ----------------------------------------------------------------------------
23
- ## 1.1 Jekyll development aliases.
24
- ## ----------------------------------------------------------------------------
24
+ ## ----------------------------------------------------------------------------
25
+ ## 1.1 Jekyll development aliases.
26
+ ## ----------------------------------------------------------------------------
25
27
 
26
- # jkb: Performs a one off build your site to ./_site.
27
- alias jkb='JEKYLL_ENV=development bundle exec jekyll build'
28
+ # jkb: Performs a one off build your site to ./_site.
29
+ alias jkb='JEKYLL_ENV=development bundle exec jekyll build'
28
30
 
29
- # jkc: Removes all generated files: destination folder, metadata file, Sass and
30
- # Jekyll caches.
31
- alias jkc='JEKYLL_ENV=development bundle exec jekyll clean'
31
+ # jkc: Removes all generated files: destination folder, metadata file, Sass and
32
+ # Jekyll caches.
33
+ alias jkc='JEKYLL_ENV=development bundle exec jekyll clean'
32
34
 
33
- # jkd: Does a development build of the site to '_site' and runs a local
34
- # development server.
35
- alias jkd='JEKYLL_ENV=development bundle exec jekyll serve --watch --trace'
35
+ # jkd: Does a development build of the site to '_site' and runs a local
36
+ # development server.
37
+ alias jkd='JEKYLL_ENV=development bundle exec jekyll serve --watch --trace'
36
38
 
37
- # jkl: Does a development build of the site to '_site' and runs a
38
- # local development server.
39
- alias jkl='JEKYLL_ENV=development bundle exec jekyll serve --livereload'
39
+ # jkl: Does a development build of the site to '_site' and runs a
40
+ # local development server.
41
+ alias jkl='JEKYLL_ENV=development bundle exec jekyll serve --livereload'
40
42
 
41
- # jko: Open local development server.
42
- alias jko="open http://localhost:4000/"
43
+ # jko: Open local development server.
44
+ alias jko="open http://localhost:4000/"
43
45
 
44
- ## ----------------------------------------------------------------------------
45
- ## 1.2 Jekyll release aliases.
46
- ## ----------------------------------------------------------------------------
46
+ ## ----------------------------------------------------------------------------
47
+ ## 1.2 Jekyll release aliases.
48
+ ## ----------------------------------------------------------------------------
47
49
 
48
- # jkp: Does a production build of the site to '_site' and runs a local
49
- # development server.
50
- alias jkp='JEKYLL_ENV=production bundle exec jekyll serve --watch --trace'
50
+ # jkp: Does a production build of the site to '_site' and runs a local
51
+ # development server.
52
+ alias jkp='JEKYLL_ENV=production bundle exec jekyll serve --watch --trace'
@@ -1,42 +1,43 @@
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
  # πŸ…ΏπŸ…½πŸ…ΏπŸ…Ό πŸ…°πŸ…»πŸ…ΈπŸ…°πŸ†‚πŸ…΄πŸ†‚ - Pnpm aliases
7
8
 
8
- ### ALIASES ###
9
- alias pn='pnpm'
10
- alias pa='pnpm add'
11
- alias pad='pnpm add --save-dev'
12
- alias pap='pnpm add --save-peer'
13
- alias pau='pnpm audit'
14
- alias pb='pnpm run build'
15
- alias pc='pnpm create'
16
- alias pd='pnpm run dev'
17
- alias pdoc='pnpm run doc'
18
- alias pdocs='pnpm run docs'
19
- alias pga='pnpm add --global'
20
- alias pgls='pnpm list --global'
21
- alias pgrm='pnpm remove --global'
22
- alias pgu='pnpm update --global'
23
- alias ph='pnpm help'
24
- alias pi='pnpm init'
25
- alias pin='pnpm install'
26
- alias pln='pnpm run lint'
27
- alias pls='pnpm list'
28
- alias pout='pnpm outdated'
29
- alias ppub='pnpm publish'
30
- alias prm='pnpm remove'
31
- alias prun='pnpm run'
32
- alias ps='pnpm run serve'
33
- alias pst='pnpm start'
34
- alias psv='pnpm server'
35
- alias pt='pnpm test'
36
- alias ptc='pnpm test --coverage'
37
- alias pui='pnpm update --interactive'
38
- alias puil='pnpm update --interactive --latest'
39
- alias pun='pnpm uninstall'
40
- alias pup='pnpm update'
41
- alias pwhy='pnpm why'
42
- alias px='pnpx'
9
+ ### ALIASES ###
10
+ alias pn='pnpm'
11
+ alias pa='pnpm add'
12
+ alias pad='pnpm add --save-dev'
13
+ alias pap='pnpm add --save-peer'
14
+ alias pau='pnpm audit'
15
+ alias pb='pnpm run build'
16
+ alias pc='pnpm create'
17
+ alias pd='pnpm run dev'
18
+ alias pdoc='pnpm run doc'
19
+ alias pdocs='pnpm run docs'
20
+ alias pga='pnpm add --global'
21
+ alias pgls='pnpm list --global'
22
+ alias pgrm='pnpm remove --global'
23
+ alias pgu='pnpm update --global'
24
+ alias ph='pnpm help'
25
+ alias pi='pnpm init'
26
+ alias pin='pnpm install'
27
+ alias pln='pnpm run lint'
28
+ alias pls='pnpm list'
29
+ alias pout='pnpm outdated'
30
+ alias ppub='pnpm publish'
31
+ alias prm='pnpm remove'
32
+ alias prun='pnpm run'
33
+ alias ps='pnpm run serve'
34
+ alias pst='pnpm start'
35
+ alias psv='pnpm server'
36
+ alias pt='pnpm test'
37
+ alias ptc='pnpm test --coverage'
38
+ alias pui='pnpm update --interactive'
39
+ alias puil='pnpm update --interactive --latest'
40
+ alias pun='pnpm uninstall'
41
+ alias pup='pnpm update'
42
+ alias pwhy='pnpm why'
43
+ alias px='pnpx'
@@ -1,123 +1,124 @@
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
  # πŸ†‚πŸ†„πŸ…±πŸ†…πŸ…΄πŸ†πŸ†‚πŸ…ΈπŸ…ΎπŸ…½ πŸ…°πŸ…»πŸ…ΈπŸ…°πŸ†‚πŸ…΄πŸ†‚ - Subversion aliases.
7
8
 
8
- ## ----------------------------------------------------------------------------
9
- ## 1.0 Subversion Core aliases.
10
- ## ----------------------------------------------------------------------------
9
+ ## ----------------------------------------------------------------------------
10
+ ## 1.0 Subversion Core aliases.
11
+ ## ----------------------------------------------------------------------------
11
12
 
12
- # sad: Put new files and directories under version control.
13
- alias sad='svn add'
13
+ # sad: Put new files and directories under version control.
14
+ alias sad='svn add'
14
15
 
15
- # sau: Manage cached authentication credentials.
16
- alias sau='svn auth'
16
+ # sau: Manage cached authentication credentials.
17
+ alias sau='svn auth'
17
18
 
18
- # sbl: Show when each line of a file was last (or next) changed.
19
- alias sbl='svn blame'
19
+ # sbl: Show when each line of a file was last (or next) changed.
20
+ alias sbl='svn blame'
20
21
 
21
- # scg: Associate (or dissociate) changelist CLNAME with the named files.
22
- alias scg='svn changelist'
22
+ # scg: Associate (or dissociate) changelist CLNAME with the named files.
23
+ alias scg='svn changelist'
23
24
 
24
- # sco: Check out a working copy from a repository.
25
- alias sco='svn checkout'
25
+ # sco: Check out a working copy from a repository.
26
+ alias sco='svn checkout'
26
27
 
27
- # scl: Either recover from an interrupted operation that left the working copy
28
- # locked, or remove unwanted files.
29
- alias scl='svn cleanup'
28
+ # scl: Either recover from an interrupted operation that left the working copy
29
+ # locked, or remove unwanted files.
30
+ alias scl='svn cleanup'
30
31
 
31
- # sci: Send changes from your working copy to the repository.
32
- alias sci='svn commit'
32
+ # sci: Send changes from your working copy to the repository.
33
+ alias sci='svn commit'
33
34
 
34
- # scp: Copy files and directories in a working copy or repository.
35
- alias scp='svn copy'
35
+ # scp: Copy files and directories in a working copy or repository.
36
+ alias scp='svn copy'
36
37
 
37
- # sct: Output the content of specified files or URLs.
38
- alias sct='svn cat'
38
+ # sct: Output the content of specified files or URLs.
39
+ alias sct='svn cat'
39
40
 
40
- # sdi: Display local changes or differences between two revisions or paths.
41
- alias sdi='svn diff'
41
+ # sdi: Display local changes or differences between two revisions or paths.
42
+ alias sdi='svn diff'
42
43
 
43
- # sdl: Remove files and directories from version control.
44
- alias sdl='svn delete'
44
+ # sdl: Remove files and directories from version control.
45
+ alias sdl='svn delete'
45
46
 
46
- # shp: Describe the usage of this program or its subcommands.
47
- alias shp='svn help'
47
+ # shp: Describe the usage of this program or its subcommands.
48
+ alias shp='svn help'
48
49
 
49
- # sin: Display information about a local or remote item.
50
- alias sin='svn info'
50
+ # sin: Display information about a local or remote item.
51
+ alias sin='svn info'
51
52
 
52
- # sip: Commit an unversioned file or tree into the repository.
53
- alias sip='svn import'
53
+ # sip: Commit an unversioned file or tree into the repository.
54
+ alias sip='svn import'
54
55
 
55
- # slg: Show the log messages for a set of revision(s) and/or path(s).
56
- alias slg='svn log'
56
+ # slg: Show the log messages for a set of revision(s) and/or path(s).
57
+ alias slg='svn log'
57
58
 
58
- # slock: Lock working copy paths or URLs in the repository, so that no other
59
- # user can commit changes to them.
60
- alias slk='svn lock'
59
+ # slock: Lock working copy paths or URLs in the repository, so that no other
60
+ # user can commit changes to them.
61
+ alias slk='svn lock'
61
62
 
62
- # sls: List directory entries in the repository.
63
- alias sls='svn list'
63
+ # sls: List directory entries in the repository.
64
+ alias sls='svn list'
64
65
 
65
- # smd: Create a new directory under version control.
66
- alias smd='svn mkdir'
66
+ # smd: Create a new directory under version control.
67
+ alias smd='svn mkdir'
67
68
 
68
- # smg: Merge changes into a working copy.
69
- alias smg='svn merge'
69
+ # smg: Merge changes into a working copy.
70
+ alias smg='svn merge'
70
71
 
71
- # smgi: Display merge-related information.
72
- alias smgi='svn mergeinfo'
72
+ # smgi: Display merge-related information.
73
+ alias smgi='svn mergeinfo'
73
74
 
74
- # smv: Move (rename) an item in a working copy or repository.
75
- alias smv='svn move'
75
+ # smv: Move (rename) an item in a working copy or repository.
76
+ alias smv='svn move'
76
77
 
77
- # sp: Set the value of a property on files, dirs, or revisions.
78
- alias sp='svn propset'
78
+ # sp: Set the value of a property on files, dirs, or revisions.
79
+ alias sp='svn propset'
79
80
 
80
- # spdl: Remove a property from files, dirs, or revisions.
81
- alias spdl='svn propdel'
81
+ # spdl: Remove a property from files, dirs, or revisions.
82
+ alias spdl='svn propdel'
82
83
 
83
- # spdt: Edit a property with an external editor.
84
- alias spdt='svn propedit'
84
+ # spdt: Edit a property with an external editor.
85
+ alias spdt='svn propedit'
85
86
 
86
- # spgt: Print the value of a property on files, dirs, or revisions.
87
- alias spgt='svn propget'
87
+ # spgt: Print the value of a property on files, dirs, or revisions.
88
+ alias spgt='svn propget'
88
89
 
89
- # sph: Apply a patch to a working copy.
90
- alias sph='svn patch'
90
+ # sph: Apply a patch to a working copy.
91
+ alias sph='svn patch'
91
92
 
92
- # spls: List all properties on files, dirs, or revisions.
93
- alias spls='svn proplist'
93
+ # spls: List all properties on files, dirs, or revisions.
94
+ alias spls='svn proplist'
94
95
 
95
- # srl: Relocate the working copy to point to a different repository root URL.
96
- alias srl='svn relocate'
96
+ # srl: Relocate the working copy to point to a different repository root URL.
97
+ alias srl='svn relocate'
97
98
 
98
- # srs: Resolve conflicts on working copy files or directories.
99
- alias srs='svn resolve'
99
+ # srs: Resolve conflicts on working copy files or directories.
100
+ alias srs='svn resolve'
100
101
 
101
- # srsd: Remove 'conflicted' state on working copy files or directories.
102
- alias srsd='svn resolved'
102
+ # srsd: Remove 'conflicted' state on working copy files or directories.
103
+ alias srsd='svn resolved'
103
104
 
104
- # srv: Restore pristine working copy state (undo local changes).
105
- alias srv='svn revert'
105
+ # srv: Restore pristine working copy state (undo local changes).
106
+ alias srv='svn revert'
106
107
 
107
- # sst: Print the status of working copy files and directories.
108
- alias sst='svn status'
108
+ # sst: Print the status of working copy files and directories.
109
+ alias sst='svn status'
109
110
 
110
- # ssw: Update the working copy to a different URL within the same repository.
111
- alias ssw='svn switch'
111
+ # ssw: Update the working copy to a different URL within the same repository.
112
+ alias ssw='svn switch'
112
113
 
113
- # sulk: Unlock working copy paths or URLs.
114
- alias sulk='svn unlock'
114
+ # sulk: Unlock working copy paths or URLs.
115
+ alias sulk='svn unlock'
115
116
 
116
- # sup: Bring changes from the repository into the working copy.
117
- alias sup='svn update'
117
+ # sup: Bring changes from the repository into the working copy.
118
+ alias sup='svn update'
118
119
 
119
- # supg: Upgrade the metadata storage format for a working copy.
120
- alias supg='svn upgrade'
120
+ # supg: Upgrade the metadata storage format for a working copy.
121
+ alias supg='svn upgrade'
121
122
 
122
- # sxp: Create an unversioned copy of a tree.
123
- alias sxp='svn export'
123
+ # sxp: Create an unversioned copy of a tree.
124
+ alias sxp='svn export'
@@ -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
  ## πŸ†…πŸ…°πŸ†πŸ…ΈπŸ…°πŸ…±πŸ…»πŸ…΄πŸ†‚ - Set Dotfiles variable.
@@ -15,7 +16,7 @@ USER=$(whoami) # current user name.
15
16
 
16
17
  ## πŸ…΄πŸ†‡πŸ…ΏπŸ…ΎπŸ†πŸ†ƒπŸ†‚ - Export the variables.
17
18
  export ARCHFLAGS="-arch ${OS_ARCH}" # archflags for the current machine.
18
- export DOTFILES_VERSION='0.2.459' # version of the dotfiles.
19
+ export DOTFILES_VERSION='0.2.461' # version of the dotfiles.
19
20
  export DOTFILES="${HOME}"/.dotfiles/lib # path to the cross plaform dotfiles.
20
21
  export HOSTNAME=${HOSTNAME} # hostname of the machine.
21
22
  export INPUTRC=${INPUTRC} # set INPUTRC (so that .inputrc is respected)
@@ -1,5 +1,6 @@
1
- # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io
2
- # Copyright (c) Sebastien Rousseau 2022. All rights reserved
1
+ # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.461) - https://dotfiles.io
2
+ # Made with β™₯ in London, UK by @sebastienrousseau
3
+ # Copyright (c) 2022. All rights reserved
3
4
  # License: MIT
4
5
 
5
6
  # πŸ…²πŸ†„πŸ†πŸ…» πŸ…²πŸ…ΎπŸ…½πŸ…΅πŸ…ΈπŸ…Ά - cURL configuration options.
@@ -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,16 +1,19 @@
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 variables.
7
- # DF_CURRENT_DIR=${PWD} # Current directory.
8
+ # DF_CURRENT_DIR=${PWD} # Current directory.
9
+ DF=".dotfiles/" # Dotfiles.
8
10
  DF_DIR="${HOME}/.dotfiles/" # Dotfiles directory.
9
- DF_BACKUPDIR="${HOME}/dotfiles_backup" # Backup directory.
11
+ DF_BACKUPDIR="${HOME}/dotfiles_backup/" # Backup directory.
10
12
  DF_DOWNLOADDIR="${HOME}/Downloads" # Download directory.
11
- DF_VERSION="0.2.459" # Dotfiles Version number.
13
+ DF_VERSION="0.2.461" # Dotfiles Version number.
12
14
  DF_TIMESTAMP="$(date +%Y-%m-%d_%H-%M-%S)" # Timestamp for backup directory.
13
15
 
16
+ export DF
14
17
  export DF_BACKUPDIR
15
18
  export DF_DIR
16
19
  export DF_DOWNLOADDIR
@@ -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
  cmd_vim=$(command -v vim)
@@ -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,5 +1,6 @@
1
- # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io
2
- # Copyright (c) Sebastien Rousseau 2022. All rights reserved
1
+ # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.461) - https://dotfiles.io
2
+ # Made with β™₯ in London, UK by @sebastienrousseau
3
+ # Copyright (c) 2022. All rights reserved
3
4
  # License: MIT
4
5
 
5
6
  # πŸ…ΈπŸ…½πŸ…ΏπŸ†„πŸ†ƒπŸ†πŸ…² - Completion options.
@@ -1,5 +1,6 @@
1
- # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - <https://dotfiles.io>
2
- # Copyright (c) Sebastien Rousseau 2022. All rights reserved
1
+ # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.461) - <https://dotfiles.io>
2
+ # Made with β™₯ in London, UK by @sebastienrousseau
3
+ # Copyright (c) 2022. All rights reserved
3
4
  # License: MIT
4
5
 
5
6
  # πŸ…½πŸ…°πŸ…½πŸ…ΎπŸ†πŸ…²
@@ -1,5 +1,6 @@
1
- # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io
2
- # Copyright (c) Sebastien Rousseau 2022. All rights reserved
1
+ # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.461) - https://dotfiles.io
2
+ # Made with β™₯ in London, UK by @sebastienrousseau
3
+ # Copyright (c) 2022. All rights reserved
3
4
  # License: MIT
4
5
 
5
6
  # ~/.profile: executed by the command interpreter for login shells.
@@ -1,5 +1,6 @@
1
- # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io
2
- # Copyright (c) Sebastien Rousseau 2022. All rights reserved
1
+ # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.461) - https://dotfiles.io
2
+ # Made with β™₯ in London, UK by @sebastienrousseau
3
+ # Copyright (c) 2022. All rights reserved
3
4
  # License: MIT
4
5
 
5
6
  ## πŸ…³πŸ…΄πŸ…΅πŸ…°πŸ†„πŸ…»πŸ†ƒ
@@ -1,5 +1,6 @@
1
- # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io
2
- # Copyright (c) Sebastien Rousseau 2022. All rights reserved
1
+ # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.461) - https://dotfiles.io
2
+ # Made with β™₯ in London, UK by @sebastienrousseau
3
+ # Copyright (c) 2022. All rights reserved
3
4
  # License: MIT
4
5
 
5
6
  ## πŸ…³πŸ…ΈπŸ†‚πŸ…ΏπŸ…»πŸ…°πŸ†ˆ
@@ -1,5 +1,6 @@
1
- # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io
2
- # Copyright (c) Sebastien Rousseau 2022. All rights reserved
1
+ # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.461) - https://dotfiles.io
2
+ # Made with β™₯ in London, UK by @sebastienrousseau
3
+ # Copyright (c) 2022. All rights reserved
3
4
  # License: MIT
4
5
 
5
6
  ## πŸ…»πŸ…ΈπŸ…½πŸ†„πŸ†‡ πŸ…ΎπŸ…½πŸ…»πŸ†ˆ
@@ -1,5 +1,6 @@
1
- # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io
2
- # Copyright (c) Sebastien Rousseau 2022. All rights reserved
1
+ # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.461) - https://dotfiles.io
2
+ # Made with β™₯ in London, UK by @sebastienrousseau
3
+ # Copyright (c) 2022. All rights reserved
3
4
  # License: MIT
4
5
 
5
6
  ## πŸ…½πŸ…°πŸ†…πŸ…ΈπŸ…ΆπŸ…°πŸ†ƒπŸ…ΈπŸ…ΎπŸ…½
@@ -1,5 +1,6 @@
1
- # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io
2
- # Copyright (c) Sebastien Rousseau 2022. All rights reserved
1
+ # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.461) - https://dotfiles.io
2
+ # Made with β™₯ in London, UK by @sebastienrousseau
3
+ # Copyright (c) 2022. All rights reserved
3
4
  # License: MIT
4
5
 
5
6
  ## πŸ…ΏπŸ…°πŸ…½πŸ…΄πŸ†‚
@@ -1,5 +1,6 @@
1
- # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io
2
- # Copyright (c) Sebastien Rousseau 2022. All rights reserved
1
+ # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.461) - https://dotfiles.io
2
+ # Made with β™₯ in London, UK by @sebastienrousseau
3
+ # Copyright (c) 2022. All rights reserved
3
4
  # License: MIT
4
5
 
5
6
  ## πŸ†ƒπŸ…·πŸ…΄πŸ…ΌπŸ…΄
@@ -21,7 +22,7 @@ set -g status-justify centre # Status bar justification (left, right, centre, ab
21
22
  set -g status-left-length 50 # Status bar left length
22
23
  set -g status-right-length 50 # Status bar right length
23
24
  set -g status-right "#[fg=#FFFFFF] #[bg=#14222A] ⬛ #I #[bg=#007ACC] #H #[bg=#EB0000] %_d %B %I:%M%p "
24
- set -g window-status-current-format "#[bg=#2D1681]Dotfiles (v0.2.459)" # Current window status format
25
+ set -g window-status-current-format "#[bg=#2D1681]Dotfiles (v0.2.461)" # Current window status format
25
26
  set -g window-status-current-style "bg=#EB0000" # Current window status style
26
27
  set -g window-status-separator "" # Window status separator
27
28
  set-window-option -g clock-mode-colour "#FFFFFF" # Clock mode color
@@ -1,5 +1,6 @@
1
- # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io
2
- # Copyright (c) Sebastien Rousseau 2022. All rights reserved
1
+ # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.461) - https://dotfiles.io
2
+ # Made with β™₯ in London, UK by @sebastienrousseau
3
+ # Copyright (c) 2022. All rights reserved
3
4
  # License: MIT
4
5
 
5
6
  bind r source-file ~/.tmux.conf \; display ".tmux.conf reloaded" \; \
@@ -1,5 +1,6 @@
1
- # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io
2
- # Copyright (c) Sebastien Rousseau 2022. All rights reserved
1
+ # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.461) - https://dotfiles.io
2
+ # Made with β™₯ in London, UK by @sebastienrousseau
3
+ # Copyright (c) 2022. All rights reserved
3
4
  # License: MIT
4
5
 
5
6
  ## πŸ†…πŸ…Έ
@@ -1,4 +1,4 @@
1
- " πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io
1
+ " πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.461) - https://dotfiles.io
2
2
  " Copyright (c) Sebastien Rousseau 2022. All rights reserved
3
3
  " License: MIT
4
4
 
@@ -1,5 +1,6 @@
1
- # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io
2
- # Copyright (c) Sebastien Rousseau 2022. All rights reserved
1
+ # πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.461) - https://dotfiles.io
2
+ # Made with β™₯ in London, UK by @sebastienrousseau
3
+ # Copyright (c) 2022. All rights reserved
3
4
  # License: MIT
4
5
 
5
6
  # WGET default options
@@ -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.
@@ -15,7 +16,7 @@ USER=$(whoami) # current user name.
15
16
 
16
17
  ## πŸ…΄πŸ†‡πŸ…ΏπŸ…ΎπŸ†πŸ†ƒπŸ†‚ - Export the variables.
17
18
  export ARCHFLAGS="-arch ${OS_ARCH}" # archflags for the current machine.
18
- export DOTFILES_VERSION='0.2.459' # version of the dotfiles.
19
+ export DOTFILES_VERSION='0.2.461' # version of the dotfiles.
19
20
  export DOTFILES="${HOME}"/.dotfiles/lib # path to the cross plaform dotfiles.
20
21
  export HOSTNAME=${HOSTNAME} # hostname of the machine.
21
22
  export INPUTRC=${INPUTRC} # set INPUTRC (so that .inputrc is respected)