From dbf4ce15820424b427ad002f4a770760c6596c65 Mon Sep 17 00:00:00 2001 From: Sebastien Rousseau Date: Sun, 16 Oct 2022 19:51:47 +0100 Subject: [PATCH] v0.2.460 --- .editorconfig | 2 +- .gitignore | 2 +- .npmrc | 3 +- COPYRIGHT | 2 +- Makefile | 2 +- README.md | 10 +- bin/backup.js | 4 +- bin/constants.js | 6 +- bin/copy.js | 2 +- bin/dotfiles.js | 2 +- bin/download.js | 4 +- bin/index.js | 2 +- bin/transfer.js | 12 +- bin/unpack.js | 4 +- docs/README.md | 10 +- lib/aliases.sh | 2 +- lib/aliases/default/default.aliases.sh | 2 +- lib/aliases/gcloud/gcloud.aliases.sh | 233 ++- lib/aliases/git/git.aliases.sh | 45 +- lib/aliases/heroku/heroku.aliases.sh | 1346 +++++++++--------- lib/aliases/jekyll/jekyll.aliases.sh | 52 +- lib/aliases/pnpm/pnpm.aliases.sh | 72 +- lib/aliases/subversion/subversion.aliases.sh | 160 +-- lib/aliases/tmux/tmux.aliases.sh | 2 +- lib/configurations.sh | 2 +- lib/configurations/bash/bashrc | 4 +- lib/configurations/curl/curlrc | 2 +- lib/configurations/default/color.sh | 2 +- lib/configurations/default/constants.sh | 4 +- lib/configurations/default/editor.sh | 2 +- lib/configurations/default/prompt.sh | 2 +- lib/configurations/input/inputrc | 2 +- lib/configurations/nano/nanorc | 2 +- lib/configurations/profile/profile | 2 +- lib/configurations/tmux/default | 2 +- lib/configurations/tmux/display | 2 +- lib/configurations/tmux/linux | 2 +- lib/configurations/tmux/navigation | 2 +- lib/configurations/tmux/panes | 2 +- lib/configurations/tmux/theme | 4 +- lib/configurations/tmux/tmux | 2 +- lib/configurations/tmux/vi | 2 +- lib/configurations/vim/vimrc | 2 +- lib/configurations/wget/wgetrc | 2 +- lib/configurations/zsh/zshrc | 4 +- lib/exit.sh | 2 +- lib/functions.sh | 2 +- lib/functions/cdls.sh | 2 +- lib/functions/changediskpwd.tmp | 4 +- lib/functions/code.tmp | 4 +- lib/functions/countdown.tmp | 2 +- lib/functions/curlheader.sh | 4 +- lib/functions/curltime.sh | 7 +- lib/functions/encode64.sh | 2 +- lib/functions/environment.sh | 5 +- lib/functions/extract.sh | 2 +- lib/functions/genpwd.sh | 12 +- lib/functions/goto.sh | 2 +- lib/functions/hidehiddenfiles.sh | 2 +- lib/functions/history-all.tmp | 2 +- lib/functions/hostinfo.sh | 2 +- lib/functions/hstats.sh | 4 +- lib/functions/httpdebug.sh | 2 +- lib/functions/keygen.sh | 2 +- lib/functions/last.sh | 2 +- lib/functions/logout.sh | 2 +- lib/functions/lowercase.sh | 33 +- lib/functions/macos.sh | 29 +- lib/functions/matrix.sh | 2 +- lib/functions/mcd.sh | 2 +- lib/functions/mount_read_only.sh | 2 +- lib/functions/myproc.sh | 2 +- lib/functions/prependpath.sh | 4 +- lib/functions/print.tmp | 2 +- lib/functions/ql.sh | 2 +- lib/functions/rd.sh | 6 +- lib/functions/remove_disk.sh | 4 +- lib/functions/ren.sh | 2 +- lib/functions/rm.tmp | 2 +- lib/functions/rps.tmp | 2 +- lib/functions/showhiddenfiles.sh | 2 +- lib/functions/size.sh | 2 +- lib/functions/stopwatch.sh | 2 +- lib/functions/trash.tmp | 2 +- lib/functions/tree.tmp | 2 +- lib/functions/uppercase.sh | 33 +- lib/functions/view-source.sh | 5 +- lib/functions/vscode.sh | 3 +- lib/functions/whoisport.sh | 2 +- lib/functions/zipf.sh | 4 +- lib/history.sh | 44 +- lib/paths.sh | 2 +- lib/paths/ant/ant.paths.sh | 2 +- lib/paths/default/default.paths.sh | 20 +- lib/paths/homebrew/homebrew.paths.sh | 2 +- lib/paths/java/java.paths.sh | 2 +- lib/paths/maven/maven.paths.sh | 2 +- lib/paths/node/node.paths.sh | 2 +- lib/paths/nvm/nvm.paths.sh | 2 +- lib/paths/pnpm/pnpm.paths.sh | 2 +- lib/paths/python/python.paths.sh | 6 +- lib/paths/ruby/ruby.paths.sh | 2 +- lib/paths/tmux/tmux.paths.sh | 2 +- package.json | 3 +- scripts/backup.sh | 2 +- scripts/banner.sh | 2 +- scripts/build.sh | 2 +- scripts/clean.sh | 2 +- scripts/compile.sh | 2 +- scripts/copy.sh | 2 +- scripts/dotfiles.sh | 2 +- scripts/download.sh | 2 +- scripts/help.sh | 2 +- scripts/unpack.sh | 2 +- 114 files changed, 1155 insertions(+), 1208 deletions(-) diff --git a/.editorconfig b/.editorconfig index 6e89ae38..5fc8ef69 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,4 +1,4 @@ -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT diff --git a/.gitignore b/.gitignore index b05c1b65..46488689 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT diff --git a/.npmrc b/.npmrc index 6be8ed48..898f301b 100644 --- a/.npmrc +++ b/.npmrc @@ -1,6 +1,5 @@ -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT registry=https://npm.pkg.github.com/sebastienrousseau @sebastienrousseau:registry=https://registry.npmjs.org # Switch to npm when needed - diff --git a/COPYRIGHT b/COPYRIGHT index b55b2d83..595b1d80 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,5 +1,5 @@ /* -* πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +* πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io * Copyright (c) Sebastien Rousseau 2022. All rights reserved * License: MIT */ diff --git a/Makefile b/Makefile index 487072af..38cefda5 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ #!/usr/bin/env make -f -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT diff --git a/README.md b/README.md index eee3b55f..2170a4c0 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ β€’ [Request Feature][issues] β€’ [Contributing Guidelines][contributing]** -## πŸ‘‹ Welcome to Dotfiles (v0.2.459) +## πŸ‘‹ Welcome to Dotfiles (v0.2.460) ### Simply designed to fit your shell life @@ -22,7 +22,7 @@ aimed at making your life easier by providing a set of scripts and configuration files with new ways to get things done. [![Getting Started][getting_started]][getting-started] -[![Download Dotfiles v0.2.459][download_button]][download] +[![Download Dotfiles v0.2.460][download_button]][download] Dotfiles aggregates a collection of standalone configuration files (dotfiles) combined into a `lib` directory that can be used to customize your development @@ -121,7 +121,7 @@ sudo apt install fonts-roboto-mono-for-powerline ### 1️⃣ Download Dotfiles -You can download the latest version (v0.2.459) with the following options: +You can download the latest version (v0.2.460) with the following options: - [**Manual download**][releases] - **The easiest way to install Dotfiles.** - [**Install with PnPM**](https://www.npmjs.com/package/@sebastienrousseau/dotfiles) @@ -417,9 +417,9 @@ You'll see something like this: β”‚Β Β  β”œβ”€β”€ history.sh β”‚Β Β  └── paths.sh β”œβ”€β”€ scripts -β”‚Β Β  β”œβ”€β”€ assemble.sh β”‚Β Β  β”œβ”€β”€ backup.sh β”‚Β Β  β”œβ”€β”€ banner.sh +β”‚Β Β  β”œβ”€β”€ build.sh β”‚Β Β  β”œβ”€β”€ clean.sh β”‚Β Β  β”œβ”€β”€ compile.sh β”‚Β Β  β”œβ”€β”€ copy.sh @@ -513,7 +513,7 @@ bunch of awesome [contributors](https://github.com/sebastienrousseau/dotfiles/gr [contributing]: https://github.com/sebastienrousseau/dotfiles/blob/master/.github/CONTRIBUTING.md [curl]: https://curl.se/ [docs]: https://github.com/sebastienrousseau/dotfiles/docs -[download]: https://github.com/sebastienrousseau/dotfiles/archive/refs/tags/v0.2.459.tar.gz +[download]: https://github.com/sebastienrousseau/dotfiles/archive/refs/tags/v0.2.460.tar.gz [getting-started]: https://github.com/sebastienrousseau/dotfiles#getting-started [git]: https://git-scm.com/ [github]: https://github.com/sebastienrousseau/dotfiles diff --git a/bin/backup.js b/bin/backup.js index 0b59eb3f..ceda371c 100644 --- a/bin/backup.js +++ b/bin/backup.js @@ -1,5 +1,5 @@ /** -* πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +* πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io * Copyright (c) Sebastien Rousseau 2022. All rights reserved * License: MIT */ @@ -11,7 +11,7 @@ async function backup(src, dest) { var path = require("path"); var dir = path.resolve(__dirname, os.homedir() + '/dotfiles_backup'); - if (!fs.existsSync(dir)){ + if (!fs.existsSync(dir)) { fs.mkdirSync(dir); } diff --git a/bin/constants.js b/bin/constants.js index 987127fb..52c7021b 100644 --- a/bin/constants.js +++ b/bin/constants.js @@ -1,12 +1,12 @@ /** -* πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +* πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io * Copyright (c) Sebastien Rousseau 2022. All rights reserved * License: MIT */ // πŸ…²πŸ…ΎπŸ…½πŸ†‚πŸ†ƒπŸ…°πŸ…½πŸ†ƒπŸ†‚ - Constants. -const version = "dotfiles-0.2.459.tgz"; -const dotfile = "https://registry.npmjs.org/@sebastienrousseau/dotfiles/-/dotfiles-0.2.459.tgz"; +const version = "dotfiles-0.2.460.tgz"; +const dotfile = "https://registry.npmjs.org/@sebastienrousseau/dotfiles/-/dotfiles-0.2.460.tgz"; const aliases = [ ".bashrc", diff --git a/bin/copy.js b/bin/copy.js index 254f6851..78fe205a 100644 --- a/bin/copy.js +++ b/bin/copy.js @@ -1,5 +1,5 @@ /** -* πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +* πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io * Copyright (c) Sebastien Rousseau 2022. All rights reserved * License: MIT */ diff --git a/bin/dotfiles.js b/bin/dotfiles.js index 1cf890ce..307384d5 100644 --- a/bin/dotfiles.js +++ b/bin/dotfiles.js @@ -1,5 +1,5 @@ /** -* πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +* πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io * Copyright (c) Sebastien Rousseau 2022. All rights reserved * License: MIT */ diff --git a/bin/download.js b/bin/download.js index 873721c1..dbd8f7c6 100644 --- a/bin/download.js +++ b/bin/download.js @@ -1,5 +1,5 @@ /** -* πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +* πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io * Copyright (c) Sebastien Rousseau 2022. All rights reserved * License: MIT */ @@ -7,7 +7,7 @@ // πŸ…³πŸ…ΎπŸ††πŸ…½πŸ…»πŸ…ΎπŸ…°πŸ…³ - Download function. async function download() { - const {promisify} = require('util'); + const { promisify } = require('util'); var fs = require("fs"); var os = require("os"); var path = require("path"); diff --git a/bin/index.js b/bin/index.js index 8526cbac..de94f798 100644 --- a/bin/index.js +++ b/bin/index.js @@ -1,5 +1,5 @@ /** -* πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +* πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io * Copyright (c) Sebastien Rousseau 2022. All rights reserved * License: MIT */ diff --git a/bin/transfer.js b/bin/transfer.js index e02a5bef..cda1998b 100644 --- a/bin/transfer.js +++ b/bin/transfer.js @@ -1,5 +1,5 @@ /** -* πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +* πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io * Copyright (c) Sebastien Rousseau 2022. All rights reserved * License: MIT */ @@ -12,13 +12,13 @@ async function transfer(dest) { var path = require('path'); const source = path.resolve(__dirname, os.homedir() + "/dotfiles_backup/package/dist/"); - const dotfiles = path.resolve(__dirname, "/" + dest + "/.dotfiles"); - const bin = path.resolve(__dirname, "/" + dest + "/.dotfiles/bin"); - const filesizes = path.resolve(__dirname, "/" + dest + "/.dotfiles/filesizes.txt"); - const make = path.resolve(__dirname, "/" + dest + "/.dotfiles/Makefile"); + const dotfiles = path.resolve(__dirname, "/" + dest + "/.dotfiles"); + const bin = path.resolve(__dirname, "/" + dest + "/.dotfiles/bin"); + const filesizes = path.resolve(__dirname, "/" + dest + "/.dotfiles/filesizes.txt"); + const make = path.resolve(__dirname, "/" + dest + "/.dotfiles/Makefile"); // Remove the destination directory if it exists. - if (fs.existsSync(dotfiles)){ + if (fs.existsSync(dotfiles)) { await fs.removeSync(dotfiles); } diff --git a/bin/unpack.js b/bin/unpack.js index f74b3f71..51443ddf 100644 --- a/bin/unpack.js +++ b/bin/unpack.js @@ -1,5 +1,5 @@ /** -* πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +* πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io * Copyright (c) Sebastien Rousseau 2022. All rights reserved * License: MIT */ @@ -11,7 +11,7 @@ async function unpack() { var path = require('path'); const { version } = require("./constants.js"); var destPath = path.resolve(__dirname, os.homedir() + "/dotfiles_backup/"); - compressing.tgz.uncompress(destPath+"/"+version, destPath+"/"); + compressing.tgz.uncompress(destPath + "/" + version, destPath + "/"); } module.exports = unpack; diff --git a/docs/README.md b/docs/README.md index eee3b55f..2170a4c0 100644 --- a/docs/README.md +++ b/docs/README.md @@ -13,7 +13,7 @@ β€’ [Request Feature][issues] β€’ [Contributing Guidelines][contributing]** -## πŸ‘‹ Welcome to Dotfiles (v0.2.459) +## πŸ‘‹ Welcome to Dotfiles (v0.2.460) ### Simply designed to fit your shell life @@ -22,7 +22,7 @@ aimed at making your life easier by providing a set of scripts and configuration files with new ways to get things done. [![Getting Started][getting_started]][getting-started] -[![Download Dotfiles v0.2.459][download_button]][download] +[![Download Dotfiles v0.2.460][download_button]][download] Dotfiles aggregates a collection of standalone configuration files (dotfiles) combined into a `lib` directory that can be used to customize your development @@ -121,7 +121,7 @@ sudo apt install fonts-roboto-mono-for-powerline ### 1️⃣ Download Dotfiles -You can download the latest version (v0.2.459) with the following options: +You can download the latest version (v0.2.460) with the following options: - [**Manual download**][releases] - **The easiest way to install Dotfiles.** - [**Install with PnPM**](https://www.npmjs.com/package/@sebastienrousseau/dotfiles) @@ -417,9 +417,9 @@ You'll see something like this: β”‚Β Β  β”œβ”€β”€ history.sh β”‚Β Β  └── paths.sh β”œβ”€β”€ scripts -β”‚Β Β  β”œβ”€β”€ assemble.sh β”‚Β Β  β”œβ”€β”€ backup.sh β”‚Β Β  β”œβ”€β”€ banner.sh +β”‚Β Β  β”œβ”€β”€ build.sh β”‚Β Β  β”œβ”€β”€ clean.sh β”‚Β Β  β”œβ”€β”€ compile.sh β”‚Β Β  β”œβ”€β”€ copy.sh @@ -513,7 +513,7 @@ bunch of awesome [contributors](https://github.com/sebastienrousseau/dotfiles/gr [contributing]: https://github.com/sebastienrousseau/dotfiles/blob/master/.github/CONTRIBUTING.md [curl]: https://curl.se/ [docs]: https://github.com/sebastienrousseau/dotfiles/docs -[download]: https://github.com/sebastienrousseau/dotfiles/archive/refs/tags/v0.2.459.tar.gz +[download]: https://github.com/sebastienrousseau/dotfiles/archive/refs/tags/v0.2.460.tar.gz [getting-started]: https://github.com/sebastienrousseau/dotfiles#getting-started [git]: https://git-scm.com/ [github]: https://github.com/sebastienrousseau/dotfiles diff --git a/lib/aliases.sh b/lib/aliases.sh index 36a1196d..9ffd600b 100644 --- a/lib/aliases.sh +++ b/lib/aliases.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT diff --git a/lib/aliases/default/default.aliases.sh b/lib/aliases/default/default.aliases.sh index af31ad0f..3f16f540 100644 --- a/lib/aliases/default/default.aliases.sh +++ b/lib/aliases/default/default.aliases.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT diff --git a/lib/aliases/gcloud/gcloud.aliases.sh b/lib/aliases/gcloud/gcloud.aliases.sh index d230bf4b..43abe3ab 100644 --- a/lib/aliases/gcloud/gcloud.aliases.sh +++ b/lib/aliases/gcloud/gcloud.aliases.sh @@ -1,121 +1,120 @@ #!/usr/bin/env bash -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT - # πŸ…ΆπŸ…²πŸ…»πŸ…ΎπŸ†„πŸ…³ πŸ…°πŸ…»πŸ…ΈπŸ…°πŸ†‚πŸ…΄πŸ†‚ - Google Cloud aliases. - # Sections: - # - # 1.0 Google Cloud Aliases. - # 1.1 Aliases to get going with the gcloud command-line tool. - # 1.2 Aliases to make the Cloud SDK your own; personalize your configuration with properties. - # 1.3 Aliases to grant and revoke authorization to Cloud SDK. - # 1.4 Aliases to configuring Cloud Identity & Access Management (IAM) preferences and service accounts. - # 1.5 Aliases to manage project access policies. - # 1.6 Aliases to manage containerized applications on Kubernetes. - # 1.7 Aliases to create, run, and manage VMs on Google infrastructure. - # 1.8 Aliases to build highly scalable applications on a fully managed serverless platform. - # 1.9 Aliases to commands that might come in handy. - # - # Copyright (c) Sebastien Rousseau 2022. All rights reserved - # Licensed under the MIT license - # - - ## ---------------------------------------------------------------------------- - ## 1.0 Google Cloud Aliases. - ## ---------------------------------------------------------------------------- - - ## ---------------------------------------------------------------------------- - ## 1.1 Aliases to get going with the gcloud command-line tool. - ## ---------------------------------------------------------------------------- - - alias gcci='gcloud components install' # Install specific components. - alias gccsp='gcloud config set project' # Set a default Google Cloud project to work on. - alias gccu='gcloud components update' # Update your Cloud SDK to the latest version. - alias gci='gcloud init' # Initialize, authorize, and configure the gcloud tool. - alias gcinf='gcloud info' # Display current gcloud tool environment details. - alias gcv='gcloud version' # Display version and installed components. - - ## ---------------------------------------------------------------------------- - ## 1.2 Aliases to make the Cloud SDK your own; personalize your configuration with properties. - ## ---------------------------------------------------------------------------- - - alias gccca='gcloud config configurations activate' # Switch to an existing named configuration. - alias gcccc='gcloud config configurations create' # Create a new named configuration. - alias gcccl='gcloud config configurations list' # Display a list of all available configurations. - alias gccgv='gcloud config get-value' # Fetch value of a Cloud SDK property. - alias gccl='gcloud config list' # Display all the properties for the current configuration. - alias gccs='gcloud config set' # Define a property (like compute/zone) for the current configuration. - - ## ---------------------------------------------------------------------------- - ## 1.3 Aliases to grant and revoke authorization to Cloud SDK. - ## ---------------------------------------------------------------------------- - - alias gcaasa='gcloud auth activate-service-account' # Like gcloud auth login but with service account credentials. - alias gcacd='gcloud auth configure-docker' # Register the gcloud tool as a Docker credential helper. - alias gcal='gcloud auth list' # List all credentialed accounts. - alias gcal='gcloud auth login' # Authorize Google Cloud access for the gcloud tool with Google user credentials and set current account as active. - alias gcapat='gcloud auth print-access-token' # Display the current account's access token. - alias gcar='gcloud auth revoke' # Remove access credentials for an account. - - ## ---------------------------------------------------------------------------- - ## 1.4 Aliases to configuring Cloud Identity & Access Management (IAM) preferences and service accounts. - ## ---------------------------------------------------------------------------- - - alias gciamk='gcloud iam service-accounts keys list' # List a service account's keys. - alias gciaml='gcloud iam list-grantable-roles' # List IAM grantable roles for a resource. - alias gciamp='gcloud iam service-accounts add-iam-policy-binding' # Add an IAM policy binding to a service account. - alias gciamr='gcloud iam roles create' # Create a custom role for a project or org. - alias gciams='gcloud iam service-accounts set-iam-policy' # Replace existing IAM policy binding. - alias gciamv='gcloud iam service-accounts create' # Create a service account for a project. - - ## ---------------------------------------------------------------------------- - ## 1.5 Aliases to manage project access policies. - ## ---------------------------------------------------------------------------- - - alias gcpa='gcloud projects add-iam-policy-binding' # Add an IAM policy binding to a specified project. - alias gcpd='gcloud projects describe' # Display metadata for a project (including its ID). - - ## ---------------------------------------------------------------------------- - ## 1.6 Aliases to manage containerized applications on Kubernetes. - ## ---------------------------------------------------------------------------- - - alias gcccc='gcloud container clusters create' # Create a cluster to run GKE containers. - alias gcccg='gcloud container clusters get-credentials' # Update kubeconfig to get kubectl to use a GKE cluster. - alias gcccl='gcloud container clusters list' # List clusters for running GKE containers. - alias gccil='gcloud container images list-tags' # List tag and digest metadata for a container image. - - ## ---------------------------------------------------------------------------- - ## 1.7 Aliases to create, run, and manage VMs on Google infrastructure. - ## ---------------------------------------------------------------------------- - - alias gcpc='gcloud compute copy-files' # Copy files - alias gcpdown='gcloud compute instances stop' # Stop instance - alias gcpds='gcloud compute disks snapshot' # Create snapshot of persistent disks. - alias gcpid='gcloud compute instances describe' # Display a VM instance's details. - alias gcpil='gcloud compute instances list' # List all VM instances in a project. - alias gcprm='gcloud compute instances delete' # Delete instance - alias gcpsk='gcloud compute snapshots delete' # Delete a snapshot. - alias gcpssh='gcloud compute ssh' # Connect to a VM instance by using SSH. - alias gcpup='gcloud compute instances start' # Start instance. - alias gcpzl='gcloud compute zones list' # List Compute Engine zones. - - ## ---------------------------------------------------------------------------- - ## 1.8 Aliases to build highly scalable applications on a fully managed serverless platform. - ## ---------------------------------------------------------------------------- - - alias gcapb='gcloud app browse' # Open the current app in a web browser. - alias gcapc='gcloud app create' # Create an App Engine app within your current project. - alias gcapd='gcloud app deploy' # Deploy your app's code and configuration to the App Engine server. - alias gcapl='gcloud app logs read' # Display the latest App Engine app logs. - alias gcapv='gcloud app versions list' # List all versions of all services deployed to the App Engine server. - - ## ---------------------------------------------------------------------------- - ## 1.9 Aliases to commands that might come in handy. - ## ---------------------------------------------------------------------------- - - alias gckmsd='gcloud kms decrypt' # Decrypt ciphertext (to a plaintext file) using a Cloud Key Management Service (Cloud KMS) key. - alias gclll='gcloud logging logs list' # List your project's logs. - alias gcsqlb='gcloud sql backups describe' # Display info about a Cloud SQL instance backup. - alias gcsqle='gcloud sql export sql' # Export data from a Cloud SQL instance to a SQL file. - +# πŸ…ΆπŸ…²πŸ…»πŸ…ΎπŸ†„πŸ…³ πŸ…°πŸ…»πŸ…ΈπŸ…°πŸ†‚πŸ…΄πŸ†‚ - Google Cloud aliases. +# Sections: +# +# 1.0 Google Cloud Aliases. +# 1.1 Aliases to get going with the gcloud command-line tool. +# 1.2 Aliases to make the Cloud SDK your own; personalize your configuration with properties. +# 1.3 Aliases to grant and revoke authorization to Cloud SDK. +# 1.4 Aliases to configuring Cloud Identity & Access Management (IAM) preferences and service accounts. +# 1.5 Aliases to manage project access policies. +# 1.6 Aliases to manage containerized applications on Kubernetes. +# 1.7 Aliases to create, run, and manage VMs on Google infrastructure. +# 1.8 Aliases to build highly scalable applications on a fully managed serverless platform. +# 1.9 Aliases to commands that might come in handy. +# +# Copyright (c) Sebastien Rousseau 2022. All rights reserved +# Licensed under the MIT license +# + +## ---------------------------------------------------------------------------- +## 1.0 Google Cloud Aliases. +## ---------------------------------------------------------------------------- + +## ---------------------------------------------------------------------------- +## 1.1 Aliases to get going with the gcloud command-line tool. +## ---------------------------------------------------------------------------- + +alias gcci='gcloud components install' # Install specific components. +alias gccsp='gcloud config set project' # Set a default Google Cloud project to work on. +alias gccu='gcloud components update' # Update your Cloud SDK to the latest version. +alias gci='gcloud init' # Initialize, authorize, and configure the gcloud tool. +alias gcinf='gcloud info' # Display current gcloud tool environment details. +alias gcv='gcloud version' # Display version and installed components. + +## ---------------------------------------------------------------------------- +## 1.2 Aliases to make the Cloud SDK your own; personalize your configuration with properties. +## ---------------------------------------------------------------------------- + +alias gccca='gcloud config configurations activate' # Switch to an existing named configuration. +alias gcccc='gcloud config configurations create' # Create a new named configuration. +alias gcccl='gcloud config configurations list' # Display a list of all available configurations. +alias gccgv='gcloud config get-value' # Fetch value of a Cloud SDK property. +alias gccl='gcloud config list' # Display all the properties for the current configuration. +alias gccs='gcloud config set' # Define a property (like compute/zone) for the current configuration. + +## ---------------------------------------------------------------------------- +## 1.3 Aliases to grant and revoke authorization to Cloud SDK. +## ---------------------------------------------------------------------------- + +alias gcaasa='gcloud auth activate-service-account' # Like gcloud auth login but with service account credentials. +alias gcacd='gcloud auth configure-docker' # Register the gcloud tool as a Docker credential helper. +alias gcal='gcloud auth list' # List all credentialed accounts. +alias gcal='gcloud auth login' # Authorize Google Cloud access for the gcloud tool with Google user credentials and set current account as active. +alias gcapat='gcloud auth print-access-token' # Display the current account's access token. +alias gcar='gcloud auth revoke' # Remove access credentials for an account. + +## ---------------------------------------------------------------------------- +## 1.4 Aliases to configuring Cloud Identity & Access Management (IAM) preferences and service accounts. +## ---------------------------------------------------------------------------- + +alias gciamk='gcloud iam service-accounts keys list' # List a service account's keys. +alias gciaml='gcloud iam list-grantable-roles' # List IAM grantable roles for a resource. +alias gciamp='gcloud iam service-accounts add-iam-policy-binding' # Add an IAM policy binding to a service account. +alias gciamr='gcloud iam roles create' # Create a custom role for a project or org. +alias gciams='gcloud iam service-accounts set-iam-policy' # Replace existing IAM policy binding. +alias gciamv='gcloud iam service-accounts create' # Create a service account for a project. + +## ---------------------------------------------------------------------------- +## 1.5 Aliases to manage project access policies. +## ---------------------------------------------------------------------------- + +alias gcpa='gcloud projects add-iam-policy-binding' # Add an IAM policy binding to a specified project. +alias gcpd='gcloud projects describe' # Display metadata for a project (including its ID). + +## ---------------------------------------------------------------------------- +## 1.6 Aliases to manage containerized applications on Kubernetes. +## ---------------------------------------------------------------------------- + +alias gcccc='gcloud container clusters create' # Create a cluster to run GKE containers. +alias gcccg='gcloud container clusters get-credentials' # Update kubeconfig to get kubectl to use a GKE cluster. +alias gcccl='gcloud container clusters list' # List clusters for running GKE containers. +alias gccil='gcloud container images list-tags' # List tag and digest metadata for a container image. + +## ---------------------------------------------------------------------------- +## 1.7 Aliases to create, run, and manage VMs on Google infrastructure. +## ---------------------------------------------------------------------------- + +alias gcpc='gcloud compute copy-files' # Copy files +alias gcpdown='gcloud compute instances stop' # Stop instance +alias gcpds='gcloud compute disks snapshot' # Create snapshot of persistent disks. +alias gcpid='gcloud compute instances describe' # Display a VM instance's details. +alias gcpil='gcloud compute instances list' # List all VM instances in a project. +alias gcprm='gcloud compute instances delete' # Delete instance +alias gcpsk='gcloud compute snapshots delete' # Delete a snapshot. +alias gcpssh='gcloud compute ssh' # Connect to a VM instance by using SSH. +alias gcpup='gcloud compute instances start' # Start instance. +alias gcpzl='gcloud compute zones list' # List Compute Engine zones. + +## ---------------------------------------------------------------------------- +## 1.8 Aliases to build highly scalable applications on a fully managed serverless platform. +## ---------------------------------------------------------------------------- + +alias gcapb='gcloud app browse' # Open the current app in a web browser. +alias gcapc='gcloud app create' # Create an App Engine app within your current project. +alias gcapd='gcloud app deploy' # Deploy your app's code and configuration to the App Engine server. +alias gcapl='gcloud app logs read' # Display the latest App Engine app logs. +alias gcapv='gcloud app versions list' # List all versions of all services deployed to the App Engine server. + +## ---------------------------------------------------------------------------- +## 1.9 Aliases to commands that might come in handy. +## ---------------------------------------------------------------------------- + +alias gckmsd='gcloud kms decrypt' # Decrypt ciphertext (to a plaintext file) using a Cloud Key Management Service (Cloud KMS) key. +alias gclll='gcloud logging logs list' # List your project's logs. +alias gcsqlb='gcloud sql backups describe' # Display info about a Cloud SQL instance backup. +alias gcsqle='gcloud sql export sql' # Export data from a Cloud SQL instance to a SQL file. diff --git a/lib/aliases/git/git.aliases.sh b/lib/aliases/git/git.aliases.sh index 2abc1100..f79d8e8b 100644 --- a/lib/aliases/git/git.aliases.sh +++ b/lib/aliases/git/git.aliases.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT @@ -77,8 +77,6 @@ alias grm='git remove' # gsc: Initialize and modify the sparse-checkout. alias gsc='git sparse-checkout' - - ## ---------------------------------------------------------------------------- ## 1.2 Aliases to start a working area. ## ---------------------------------------------------------------------------- @@ -89,8 +87,6 @@ alias gcl='git clone' # gin: Create an empty Git repository or reinitialize an existing one. alias gin='git init' - - ## ---------------------------------------------------------------------------- ## 1.3 Aliases to examine the history and state. ## ---------------------------------------------------------------------------- @@ -114,8 +110,6 @@ alias glg='git log --oneline --graph --full-history --all --color --decorate' # Show various types of objects. alias gs='git show' - - ## ---------------------------------------------------------------------------- ## 1.4 Aliases to list, create, or delete branches. ## ---------------------------------------------------------------------------- @@ -153,8 +147,6 @@ alias grs='git reset' # gswb: Switch branches. alias gswb='git switch' - - ## ---------------------------------------------------------------------------- ## 1.5 Aliases to collaborate. ## ---------------------------------------------------------------------------- @@ -171,8 +163,6 @@ alias gp='git pull' # Update remote refs along with associated objects. alias gph='git push' - - ## ---------------------------------------------------------------------------- ## 1.6 Aliases to record changes to the repository. ## ---------------------------------------------------------------------------- @@ -198,8 +188,6 @@ alias gcint='git commit --interactive' # Commit with a message. alias gcm='git commit --message ' - - ## ---------------------------------------------------------------------------- ## 1.7 Aliases to show changes between commits, commit and working tree, etc. ## ---------------------------------------------------------------------------- @@ -222,8 +210,6 @@ alias gdcached='git diff --cached' # Generate a diffstat. alias gdstat='git diff --stat --ignore-space-change -r' - - ## ---------------------------------------------------------------------------- ## 1.8 Aliases to show commit logs. ## ---------------------------------------------------------------------------- @@ -273,8 +259,6 @@ alias glw='git log --since=1-week-ago' # Show the log of the recent year. alias gly='git log --since=1-year-ago' - - ## ---------------------------------------------------------------------------- ## 1.9 Aliases to switch branches or restore working tree files. ## ---------------------------------------------------------------------------- @@ -294,8 +278,6 @@ alias gcode='git checkout main && git branch --merged | xargs git branch --delet # Ensure local is like the main branch. alias gcom='git checkout main && git fetch origin --prune && git reset --hard origin/main' - - ## ---------------------------------------------------------------------------- ## 2.0 Aliases to update remote refs along with associated objects. ## ---------------------------------------------------------------------------- @@ -338,8 +320,6 @@ alias gunpub='git push origin :$(git current-branch)' # Push current branch # alias gpcb='git push origin "$(git branch|grep '\*'|tr -d '* \n')"' - - ## ---------------------------------------------------------------------------- ## 2.1 Aliases to manage set of tracked repositories. ## ---------------------------------------------------------------------------- @@ -390,17 +370,13 @@ alias gru='git remote update' # Shows URLs of remote repositories when listing your current remote connections. alias grv='git remote -v' - - ## ---------------------------------------------------------------------------- ## 2.2 Aliases to revert some existing commits. ## ---------------------------------------------------------------------------- -alias grev='git revert' # Undo the changes from some existing commits +alias grev='git revert' # Undo the changes from some existing commits alias grevnc='git revert --no-commit' # Revert without autocommit; useful when you're reverting more than one commits' effect to your index in a row. - - ## ---------------------------------------------------------------------------- ## 2.3 Aliases to initialize, update or inspect submodules. ## ---------------------------------------------------------------------------- @@ -426,8 +402,6 @@ alias gsmui='git submodule update --init' # Submodule update with initialize and recursive; this is useful to bring a submodule fully up to date. alias gsmuir='git submodule update --init --recursive' - - ## ---------------------------------------------------------------------------- ## 2.4 Aliases to show the working tree status. ## ---------------------------------------------------------------------------- @@ -447,8 +421,6 @@ alias gsts='git status --short' # Status with short format and showing branch and tracking info. alias gstsb='git status --short --branch' - - ## ---------------------------------------------------------------------------- ## 2.5 Aliases to create, list, delete or verify a tag object signed with GPG. ## ---------------------------------------------------------------------------- @@ -462,8 +434,6 @@ alias gtg='git tag' # Last tag in the current branch. alias gtl='git describe --tags --abbrev=0' - - ## ---------------------------------------------------------------------------- ## 2.6 Aliases to show various types of objects. ## ---------------------------------------------------------------------------- @@ -483,8 +453,6 @@ alias gshnp='git show --no-patch --pretty="tformat:%h (%s, %ad)" --date=short' # Show who contributed, in descending order by number of commits. alias gshwho='git shortlog --summary --numbered --no-merges' - - ## ---------------------------------------------------------------------------- ## 2.7 Aliases to reset current HEAD to the specified state. ## ---------------------------------------------------------------------------- @@ -504,8 +472,6 @@ alias gress='git reset --soft HEAD~1' # Reset to upstream. alias gresu='git reset --hard $(git upstream-branch)' - - ## ---------------------------------------------------------------------------- ## 2.8 Aliases to pick out and massage parameters. ## ---------------------------------------------------------------------------- @@ -519,8 +485,6 @@ alias grpa='git rev-parse --abbrev-ref HEAD' # Get the upstream branch name. # alias gub='git for-each-ref --format='%(upstream:short)' $(git symbolic-ref -q HEAD)' - - ## ---------------------------------------------------------------------------- ## 2.9 Aliases to remove files from the working tree and from the index. ## ---------------------------------------------------------------------------- @@ -543,8 +507,6 @@ alias grmds='find . -name .DS_Store -exec git rm --ignore-unmatch --cached {} +' # Remove for all deleted files, including those with space/quote/unprintable characters in their filename/path. alias grmx='git ls-files -z -d | xargs -0 git rm --' - - ## ---------------------------------------------------------------------------- ## 3.0 Aliases to show what revision and author last modified each line of a file. ## ---------------------------------------------------------------------------- @@ -552,8 +514,6 @@ alias grmx='git ls-files -z -d | xargs -0 git rm --' # Prints per-line contribution per author for a GIT repository. # alias gblau='git ls-files | xargs -n1 git blame --line-porcelain | sed -n 's/^author //p' | sort -f | uniq -ic | sort -nr' - - ## ---------------------------------------------------------------------------- ## 3.1 Aliases to get and set repository or global options. ## ---------------------------------------------------------------------------- @@ -566,4 +526,3 @@ alias gconfl='git config --list' # Output remote origin from within a local repository. alias gconfr='git config --local --get remote.origin.url' - diff --git a/lib/aliases/heroku/heroku.aliases.sh b/lib/aliases/heroku/heroku.aliases.sh index 38a155e3..f8320a74 100644 --- a/lib/aliases/heroku/heroku.aliases.sh +++ b/lib/aliases/heroku/heroku.aliases.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT @@ -39,993 +39,993 @@ # Licensed under the MIT license # - ## ---------------------------------------------------------------------------- - ## 1. Heroku Core aliases - ## ---------------------------------------------------------------------------- +## ---------------------------------------------------------------------------- +## 1. Heroku Core aliases +## ---------------------------------------------------------------------------- - ## ---------------------------------------------------------------------------- - ## 1.1 Heroku Access aliases. - ## ---------------------------------------------------------------------------- +## ---------------------------------------------------------------------------- +## 1.1 Heroku Access aliases. +## ---------------------------------------------------------------------------- - # hk: Heroku CLI command shortcut. - alias hkk='heroku' +# hk: Heroku CLI command shortcut. +alias hkk='heroku' - # hka: Add new users to your app. - alias hka='heroku access:add' +# hka: Add new users to your app. +alias hka='heroku access:add' - # hkau: Update existing collaborators on an team app. - alias hkau='heroku access:update' +# hkau: Update existing collaborators on an team app. +alias hkau='heroku access:update' - # hkh: Display help for heroku. - alias hkh='heroku help' +# hkh: Display help for heroku. +alias hkh='heroku help' - # hkj: Add yourself to a team app. - alias hkj='heroku join' +# hkj: Add yourself to a team app. +alias hkj='heroku join' - # hkl: List all the commands. - alias hkl='heroku commands' +# hkl: List all the commands. +alias hkl='heroku commands' - # hkla: List who has access to an app. - alias hkla='heroku access' +# hkla: List who has access to an app. +alias hkla='heroku access' - # hklg: Display recent log output. - alias hklg='heroku logs' +# hklg: Display recent log output. +alias hklg='heroku logs' - # hkn: Display notifications. - alias hkn='heroku notifications' +# hkn: Display notifications. +alias hkn='heroku notifications' - # hko: List the teams that you are a member of. - alias hko='heroku orgs' +# hko: List the teams that you are a member of. +alias hko='heroku orgs' - # hkoo: Open the team interface in a browser. - alias hkoo='heroku orgs:open' +# hkoo: Open the team interface in a browser. +alias hkoo='heroku orgs:open' - # hkp: Open a psql shell to the database. - alias hkp='heroku psql' +# hkp: Open a psql shell to the database. +alias hkp='heroku psql' - # hkq: Remove yourself from a team app. - alias hkq='heroku leave' +# hkq: Remove yourself from a team app. +alias hkq='heroku leave' - # hkr: Remove users from a team app. - alias hkr='heroku access:remove' +# hkr: Remove users from a team app. +alias hkr='heroku access:remove' - # hkrg: List available regions for deployment. - alias hkrg='heroku regions' +# hkrg: List available regions for deployment. +alias hkrg='heroku regions' - # hks: Display current status of the Heroku platform. - alias hks='heroku status' +# hks: Display current status of the Heroku platform. +alias hks='heroku status' - # hkt: List the teams that you are a member of. - alias hkt='heroku teams' +# hkt: List the teams that you are a member of. +alias hkt='heroku teams' - # hku: Update the heroku CLI. - alias hku='heroku update' +# hku: Update the heroku CLI. +alias hku='heroku update' - # hkulk: Unlock an app so any team member can join. - alias hkulk='heroku unlock' +# hkulk: Unlock an app so any team member can join. +alias hkulk='heroku unlock' - # hkw: Show which plugin a command is in. - alias hkw='heroku which' +# hkw: Show which plugin a command is in. +alias hkw='heroku which' - ## ---------------------------------------------------------------------------- - ## 1.2 Heroku Add-ons aliases - ## ---------------------------------------------------------------------------- +## ---------------------------------------------------------------------------- +## 1.2 Heroku Add-ons aliases +## ---------------------------------------------------------------------------- - # Attach an existing add-on resource to an app. - alias hkada='heroku addons:attach' +# Attach an existing add-on resource to an app. +alias hkada='heroku addons:attach' - # Create a new add-on resource. - alias hkadc='heroku addons:create' +# Create a new add-on resource. +alias hkadc='heroku addons:create' - # Detach an existing add-on resource from an app. - alias hkadd='heroku addons:detach' +# Detach an existing add-on resource from an app. +alias hkadd='heroku addons:detach' - # Open an add-on's Dev Center documentation in your browser. - alias hkaddoc='heroku addons:docs' +# Open an add-on's Dev Center documentation in your browser. +alias hkaddoc='heroku addons:docs' - # Change add-on plan. - alias hkaddown='heroku addons:downgrade' +# Change add-on plan. +alias hkaddown='heroku addons:downgrade' - # Show detailed add-on resource and attachment information. - alias hkadi='heroku addons:info' +# Show detailed add-on resource and attachment information. +alias hkadi='heroku addons:info' - # Permanently destroy an add-on resource. - alias hkadk='heroku addons:destroy' +# Permanently destroy an add-on resource. +alias hkadk='heroku addons:destroy' - # Lists your add-ons and attachments. - alias hkadl='heroku addons' +# Lists your add-ons and attachments. +alias hkadl='heroku addons' - # Open an add-on's dashboard in your browser. - alias hkado='heroku addons:open' +# Open an add-on's dashboard in your browser. +alias hkado='heroku addons:open' - # List all available plans for an add-on services. - alias hkadp='heroku addons:plans' +# List all available plans for an add-on services. +alias hkadp='heroku addons:plans' - # Rename an add-on. - alias hkadr='heroku addons:rename' +# Rename an add-on. +alias hkadr='heroku addons:rename' - # List all available add-on services. - alias hkads='heroku addons:services' +# List all available add-on services. +alias hkads='heroku addons:services' - # Change add-on plan. - alias hkadu='heroku addons:upgrade ' +# Change add-on plan. +alias hkadu='heroku addons:upgrade ' - # Show provisioning status of the add-ons on the app. - alias hkadw='heroku addons:wait' +# Show provisioning status of the add-ons on the app. +alias hkadw='heroku addons:wait' - ## ---------------------------------------------------------------------------- - ## 1.3 Heroku Apps aliases - ## ---------------------------------------------------------------------------- +## ---------------------------------------------------------------------------- +## 1.3 Heroku Apps aliases +## ---------------------------------------------------------------------------- - # hkapc: Creates a new app. - alias hkapc='heroku apps:create' +# hkapc: Creates a new app. +alias hkapc='heroku apps:create' - # hkape: View app errors. - alias hkape='heroku apps:errors' +# hkape: View app errors. +alias hkape='heroku apps:errors' - # hkapfav: List favorites apps. - alias hkapfav='heroku apps:favorites' +# hkapfav: List favorites apps. +alias hkapfav='heroku apps:favorites' - # hkapfava: Favorites an app. - alias hkapfava='heroku apps:favorites:add' +# hkapfava: Favorites an app. +alias hkapfava='heroku apps:favorites:add' - # hkapunfav: Unfavorite an app. - alias hkapunfav='heroku apps:favorites:remove' +# hkapunfav: Unfavorite an app. +alias hkapunfav='heroku apps:favorites:remove' - # hkapi: Show detailed app information. - alias hkapi='heroku apps:info' +# hkapi: Show detailed app information. +alias hkapi='heroku apps:info' - # hkapj: Add yourself to a team app. - alias hkapj='heroku apps:join' +# hkapj: Add yourself to a team app. +alias hkapj='heroku apps:join' - # hkapk: Permanently destroy an app. - alias hkapk='heroku apps:destroy' +# hkapk: Permanently destroy an app. +alias hkapk='heroku apps:destroy' - # hkapl: List your apps. - alias hkapl='heroku apps' +# hkapl: List your apps. +alias hkapl='heroku apps' - # hkaplk: Prevent team members from joining an app. - alias hkaplk='heroku apps:lock' +# hkaplk: Prevent team members from joining an app. +alias hkaplk='heroku apps:lock' - # hkapo: Open the app in a web browser. - alias hkapo='heroku apps:open' +# hkapo: Open the app in a web browser. +alias hkapo='heroku apps:open' - # hkapq: Remove yourself from a team app. - alias hkapq='heroku apps:leave' +# hkapq: Remove yourself from a team app. +alias hkapq='heroku apps:leave' - # hkapr: Rename an app. - alias hkapr='heroku apps:rename' +# hkapr: Rename an app. +alias hkapr='heroku apps:rename' - # hkaps: Show the list of available stacks. - alias hkaps='heroku apps:stacks' +# hkaps: Show the list of available stacks. +alias hkaps='heroku apps:stacks' - # hkapss: Set the stack of an app. - alias hkapss='heroku apps:stacks:set' +# hkapss: Set the stack of an app. +alias hkapss='heroku apps:stacks:set' - # hkapt: Transfer applications to another user or team. - alias hkapt='heroku apps:transfer' +# hkapt: Transfer applications to another user or team. +alias hkapt='heroku apps:transfer' - # hkapulk: Unlock an app so any team member can join. - alias hkapulk='heroku apps:unlock' +# hkapulk: Unlock an app so any team member can join. +alias hkapulk='heroku apps:unlock' - ## ---------------------------------------------------------------------------- - ## 1.4 Heroku Auth 2fa aliases - ## ---------------------------------------------------------------------------- +## ---------------------------------------------------------------------------- +## 1.4 Heroku Auth 2fa aliases +## ---------------------------------------------------------------------------- - # hk2fa: Display the current logged in user. - alias hk2fa='heroku auth:whoami' +# hk2fa: Display the current logged in user. +alias hk2fa='heroku auth:whoami' - # hk2fad: Disables 2fa on account. - alias hk2fad='heroku auth:2fa:disable' +# hk2fad: Disables 2fa on account. +alias hk2fad='heroku auth:2fa:disable' - # hk2fain: Login with your Heroku credentials. - alias hk2fain='heroku auth:login' +# hk2fain: Login with your Heroku credentials. +alias hk2fain='heroku auth:login' - # hk2faout: Clears local login credentials and invalidates API session. - alias hk2faout='heroku auth:logout' +# hk2faout: Clears local login credentials and invalidates API session. +alias hk2faout='heroku auth:logout' - # hk2fas: Check 2fa status. - alias hk2fas='heroku auth:2fa' +# hk2fas: Check 2fa status. +alias hk2fas='heroku auth:2fa' - # hk2fat: Outputs current CLI authentication token. - alias hk2fat='heroku auth:token' +# hk2fat: Outputs current CLI authentication token. +alias hk2fat='heroku auth:token' - ## ---------------------------------------------------------------------------- - ## 1.5 Heroku Authorizations aliases - ## ---------------------------------------------------------------------------- +## ---------------------------------------------------------------------------- +## 1.5 Heroku Authorizations aliases +## ---------------------------------------------------------------------------- - # hkauc: Create a new OAuth authorization. - alias hkauc='heroku authorizations:create' +# hkauc: Create a new OAuth authorization. +alias hkauc='heroku authorizations:create' - # hkaui: Show an existing OAuth authorization. - alias hkaui='heroku authorizations:info' +# hkaui: Show an existing OAuth authorization. +alias hkaui='heroku authorizations:info' - # hkaul: List OAuth authorizations. | - alias hkaul='heroku authorizations' +# hkaul: List OAuth authorizations. | +alias hkaul='heroku authorizations' - # hkaur: Revoke OAuth authorization. | - alias hkaur='heroku authorizations:revoke' +# hkaur: Revoke OAuth authorization. | +alias hkaur='heroku authorizations:revoke' - # hkauro: Updates an OAuth authorization token. | - alias hkauro='heroku authorizations:rotate' +# hkauro: Updates an OAuth authorization token. | +alias hkauro='heroku authorizations:rotate' - # hkauu: Updates an OAuth authorization. - alias hkauu='heroku authorizations:update' +# hkauu: Updates an OAuth authorization. +alias hkauu='heroku authorizations:update' - ## ---------------------------------------------------------------------------- - ## 1.6 Heroku Build packs aliases - ## ---------------------------------------------------------------------------- +## ---------------------------------------------------------------------------- +## 1.6 Heroku Build packs aliases +## ---------------------------------------------------------------------------- - # hkbpac: Display autocomplete installation instructions. - alias hkbpac='heroku autocomplete' +# hkbpac: Display autocomplete installation instructions. +alias hkbpac='heroku autocomplete' - # hkbpad: Add new app build-pack, inserting into list of build-packs if necessary. - alias hkbpad='heroku buildpacks:add' +# hkbpad: Add new app build-pack, inserting into list of build-packs if necessary. +alias hkbpad='heroku buildpacks:add' - # hkbpcl: Clear all build-packs set on the app. - alias hkbpcl='heroku buildpacks:clear' +# hkbpcl: Clear all build-packs set on the app. +alias hkbpcl='heroku buildpacks:clear' - # hkbpi: Fetch info about a build-pack. - alias hkbpi='heroku buildpacks:info' +# hkbpi: Fetch info about a build-pack. +alias hkbpi='heroku buildpacks:info' - # hkbpl: Display the build-packs for an app. - alias hkbpl='heroku buildpacks' +# hkbpl: Display the build-packs for an app. +alias hkbpl='heroku buildpacks' - # hkbpr: Remove a build-pack set on the app. - alias hkbpr='heroku buildpacks:remove' +# hkbpr: Remove a build-pack set on the app. +alias hkbpr='heroku buildpacks:remove' - # hkbps: Search for build-packs. - alias hkbps='heroku buildpacks:search' +# hkbps: Search for build-packs. +alias hkbps='heroku buildpacks:search' - # hkbpv: List versions of a build-pack. | - alias hkbpv='heroku buildpacks:versions' +# hkbpv: List versions of a build-pack. | +alias hkbpv='heroku buildpacks:versions' - ## ---------------------------------------------------------------------------- - ## 1.7 Heroku Certs aliases - ## ---------------------------------------------------------------------------- +## ---------------------------------------------------------------------------- +## 1.7 Heroku Certs aliases +## ---------------------------------------------------------------------------- - # hkca: Show ACM status for an app. - alias hkca='heroku certs:auto' +# hkca: Show ACM status for an app. +alias hkca='heroku certs:auto' - # hkcad: Add an SSL certificate to an app. - alias hkcad='heroku certs:add' +# hkcad: Add an SSL certificate to an app. +alias hkcad='heroku certs:add' - # hkcae: Enable ACM status for an app. - alias hkcae='heroku certs:auto:enable' +# hkcae: Enable ACM status for an app. +alias hkcae='heroku certs:auto:enable' - # hkcak: Disable ACM for an app. - alias hkcak='heroku certs:auto:disable' +# hkcak: Disable ACM for an app. +alias hkcak='heroku certs:auto:disable' - # hkcar: Refresh ACM for an app. - alias hkcar='heroku certs:auto:refresh' +# hkcar: Refresh ACM for an app. +alias hkcar='heroku certs:auto:refresh' - # hkcc: Print an ordered & complete chain for a certificate. - alias hkcc='heroku certs:chain' +# hkcc: Print an ordered & complete chain for a certificate. +alias hkcc='heroku certs:chain' - # hkcg: Generate a key and a CSR or self-signed certificate. - alias hkcg='heroku certs:generate' +# hkcg: Generate a key and a CSR or self-signed certificate. +alias hkcg='heroku certs:generate' - # hkci: Show certificate information for an SSL certificate. - alias hkci='heroku certs:info' +# hkci: Show certificate information for an SSL certificate. +alias hkci='heroku certs:info' - # hkck: Print the correct key for the given certificate. - alias hkck='heroku certs:key' +# hkck: Print the correct key for the given certificate. +alias hkck='heroku certs:key' - # hkcl: List SSL certificates for an app. - alias hkcl='heroku certs' +# hkcl: List SSL certificates for an app. +alias hkcl='heroku certs' - # hkcr: Remove an SSL certificate from an app. - alias hkcr='heroku certs:remove' +# hkcr: Remove an SSL certificate from an app. +alias hkcr='heroku certs:remove' - # hkcu: Update an SSL certificate on an app. - alias hkcu='heroku certs:update' +# hkcu: Update an SSL certificate on an app. +alias hkcu='heroku certs:update' - ## ---------------------------------------------------------------------------- - ## 1.8 Heroku ci aliases - ## ---------------------------------------------------------------------------- +## ---------------------------------------------------------------------------- +## 1.8 Heroku ci aliases +## ---------------------------------------------------------------------------- - # hkcicg: Get a CI config var. - alias hkcicg='heroku ci:config:get' +# hkcicg: Get a CI config var. +alias hkcicg='heroku ci:config:get' - # hkcics: Set CI config vars. - alias hkcics='heroku ci:config:set' +# hkcics: Set CI config vars. +alias hkcics='heroku ci:config:set' - # hkcicu: Unset CI config vars. - alias hkcicu='heroku ci:config:unset' +# hkcicu: Unset CI config vars. +alias hkcicu='heroku ci:config:unset' - # hkcicv: Display CI config vars. - alias hkcicv=' ci:config' +# hkcicv: Display CI config vars. +alias hkcicv=' ci:config' - # hkcid: Opens an interactive test debugging session with the contents of the current directory. - alias hkcid='heroku ci:debug' +# hkcid: Opens an interactive test debugging session with the contents of the current directory. +alias hkcid='heroku ci:debug' - # hkcie: Looks for the most recent run and returns the output of that run. - alias hkcie='heroku ci:last' +# hkcie: Looks for the most recent run and returns the output of that run. +alias hkcie='heroku ci:last' - # hkcii: Show the status of a specific test run. - alias hkcii='heroku ci:info' +# hkcii: Show the status of a specific test run. +alias hkcii='heroku ci:info' - # hkcil: Display the most recent CI runs for the given pipeline. - alias hkcil='heroku ci' +# hkcil: Display the most recent CI runs for the given pipeline. +alias hkcil='heroku ci' - # hkcim: 'app-ci.json' is deprecated. Run this command to migrate to app.json with an environments key. - alias hkcim='heroku ci:migrate-manifest' +# hkcim: 'app-ci.json' is deprecated. Run this command to migrate to app.json with an environments key. +alias hkcim='heroku ci:migrate-manifest' - # hkcio: Open the Dashboard version of Heroku CI. - alias hkcio='heroku ci:open' +# hkcio: Open the Dashboard version of Heroku CI. +alias hkcio='heroku ci:open' - # hkcir: Run tests against current directory. - alias hkcir='heroku ci:run' +# hkcir: Run tests against current directory. +alias hkcir='heroku ci:run' - # hkcir2: Rerun tests against current directory. - alias hkcir2='heroku ci:rerun' +# hkcir2: Rerun tests against current directory. +alias hkcir2='heroku ci:rerun' - ## ---------------------------------------------------------------------------- - ## 1.9 Heroku config aliases - ## ---------------------------------------------------------------------------- +## ---------------------------------------------------------------------------- +## 1.9 Heroku config aliases +## ---------------------------------------------------------------------------- - # hkclc: Create a new OAuth client. - alias hkclc='heroku clients:create' +# hkclc: Create a new OAuth client. +alias hkclc='heroku clients:create' - # hkcli: Show details of an oauth client. - alias hkcli='heroku clients:info' +# hkcli: Show details of an oauth client. +alias hkcli='heroku clients:info' - # hkclk: Delete client by ID. - alias hkclk='heroku clients:destroy' +# hkclk: Delete client by ID. +alias hkclk='heroku clients:destroy' - # hkcll: List your OAuth clients. - alias hkcll='heroku clients' +# hkcll: List your OAuth clients. +alias hkcll='heroku clients' - # hkcls: Rotate OAuth client secret. - alias hkcls='heroku clients:rotate' +# hkcls: Rotate OAuth client secret. +alias hkcls='heroku clients:rotate' - # hkclu: Update OAuth client. | - alias hkclu='heroku clients:update' +# hkclu: Update OAuth client. | +alias hkclu='heroku clients:update' - ## ---------------------------------------------------------------------------- - ## 2. Heroku Configuration aliases - ## ---------------------------------------------------------------------------- +## ---------------------------------------------------------------------------- +## 2. Heroku Configuration aliases +## ---------------------------------------------------------------------------- - # hkcfe: Interactively edit config vars. - alias hkcfe='heroku config:edit' +# hkcfe: Interactively edit config vars. +alias hkcfe='heroku config:edit' - # hkcfg: Display a single config value for an app. - alias hkcfg='heroku config:get' +# hkcfg: Display a single config value for an app. +alias hkcfg='heroku config:get' - # hkcfs: Set one or more config vars. - alias hkcfs='heroku config:set' +# hkcfs: Set one or more config vars. +alias hkcfs='heroku config:set' - # hkcfu: Unset one or more config vars. - alias hkcfu='heroku config:unset' +# hkcfu: Unset one or more config vars. +alias hkcfu='heroku config:unset' - # hkcfv: Display the config vars for an app. - alias hkcfv='heroku config' +# hkcfv: Display the config vars for an app. +alias hkcfv='heroku config' - ## ---------------------------------------------------------------------------- - ## 2.1 Heroku Container aliases - ## ---------------------------------------------------------------------------- +## ---------------------------------------------------------------------------- +## 2.1 Heroku Container aliases +## ---------------------------------------------------------------------------- - # hkct: Use containers to build and deploy Heroku apps. - alias hkct='heroku container' +# hkct: Use containers to build and deploy Heroku apps. +alias hkct='heroku container' - # hkctin: Log in to Heroku Container Registry. - alias hkctin='heroku container:login' +# hkctin: Log in to Heroku Container Registry. +alias hkctin='heroku container:login' - # hkctout: Log out from Heroku Container Registry. - alias hkctout='heroku container:logout' +# hkctout: Log out from Heroku Container Registry. +alias hkctout='heroku container:logout' - # hkctpull: Pulls an image from an app's process type. - alias hkctpull='heroku container:pull' +# hkctpull: Pulls an image from an app's process type. +alias hkctpull='heroku container:pull' - # hkctpush: Builds, then pushes Docker images to deploy your Heroku app. - alias hkctpush='heroku container:push' +# hkctpush: Builds, then pushes Docker images to deploy your Heroku app. +alias hkctpush='heroku container:push' - # hkctrelease: Releases previously pushed Docker images to your Heroku app. - alias hkctrelease='heroku container:release' +# hkctrelease: Releases previously pushed Docker images to your Heroku app. +alias hkctrelease='heroku container:release' - # hkctrm: Remove the process type from your app. - alias hkctrm='heroku container:rm' +# hkctrm: Remove the process type from your app. +alias hkctrm='heroku container:rm' - # hkctrun: Builds, then runs the docker image locally. - alias hkctrun='heroku container:run' +# hkctrun: Builds, then runs the docker image locally. +alias hkctrun='heroku container:run' - ## ---------------------------------------------------------------------------- - ## 2.2 Heroku Domains aliases - ## ---------------------------------------------------------------------------- +## ---------------------------------------------------------------------------- +## 2.2 Heroku Domains aliases +## ---------------------------------------------------------------------------- - # hkdo: List domains for an app. - alias hkdo='heroku domains' +# hkdo: List domains for an app. +alias hkdo='heroku domains' - # hkdoa: Add a domain to an app. - alias hkdoa='heroku domains:add' +# hkdoa: Add a domain to an app. +alias hkdoa='heroku domains:add' - # hkdoc: Remove all domains from an app. - alias hkdoc='heroku domains:clear' +# hkdoc: Remove all domains from an app. +alias hkdoc='heroku domains:clear' - # hkdoi: Show detailed information for a domain on an app. - alias hkdoi='heroku domains:info' +# hkdoi: Show detailed information for a domain on an app. +alias hkdoi='heroku domains:info' - # hkdor: Remove a domain from an app. - alias hkdor='heroku domains:remove' +# hkdor: Remove a domain from an app. +alias hkdor='heroku domains:remove' - # hkdou: Update a domain to use a different SSL certificate on an app. - alias hkdou='heroku domains:update' +# hkdou: Update a domain to use a different SSL certificate on an app. +alias hkdou='heroku domains:update' - # hkdow: Wait for domain to be active for an app. - alias hkdow='heroku domains:wait' +# hkdow: Wait for domain to be active for an app. +alias hkdow='heroku domains:wait' - ## ---------------------------------------------------------------------------- - ## 2.3 Heroku Drains aliases - ## ---------------------------------------------------------------------------- +## ---------------------------------------------------------------------------- +## 2.3 Heroku Drains aliases +## ---------------------------------------------------------------------------- - # hkdr: Display the log drains of an app. - alias hkdr='heroku drains' +# hkdr: Display the log drains of an app. +alias hkdr='heroku drains' - # hkdra: Adds a log drain to an app. - alias hkdra='heroku drains:add' +# hkdra: Adds a log drain to an app. +alias hkdra='heroku drains:add' - # hkdrr: Removes a log drain from an app. - alias hkdrr='heroku drains:remove' +# hkdrr: Removes a log drain from an app. +alias hkdrr='heroku drains:remove' - ## ---------------------------------------------------------------------------- - ## 2.4 Heroku Dyno aliases - ## ---------------------------------------------------------------------------- +## ---------------------------------------------------------------------------- +## 2.4 Heroku Dyno aliases +## ---------------------------------------------------------------------------- - # hkdyk: Stop app dyno. - alias hkdyk='heroku dyno:kill' +# hkdyk: Stop app dyno. +alias hkdyk='heroku dyno:kill' - # hkdyrz: Manage dyno sizes. - alias hkdyrz='heroku dyno:resize' +# hkdyrz: Manage dyno sizes. +alias hkdyrz='heroku dyno:resize' - # hkdyrs: Restart app dynos. - alias hkdyrs='heroku dyno:restart' +# hkdyrs: Restart app dynos. +alias hkdyrs='heroku dyno:restart' - # hkdysc: Scale dyno quantity up or down. - alias hkdysc='heroku dyno:scale' +# hkdysc: Scale dyno quantity up or down. +alias hkdysc='heroku dyno:scale' - # hkdyst: Stop app dyno. - alias hkdyst='heroku dyno:stop' +# hkdyst: Stop app dyno. +alias hkdyst='heroku dyno:stop' - ## ---------------------------------------------------------------------------- - ## 2.5 Heroku Features aliases - ## ---------------------------------------------------------------------------- +## ---------------------------------------------------------------------------- +## 2.5 Heroku Features aliases +## ---------------------------------------------------------------------------- - # hkfeat: List available app features. - alias hkfeat='heroku features' +# hkfeat: List available app features. +alias hkfeat='heroku features' - # hkfeatd: Disables an app feature. - alias hkfeatd='heroku features:disable' +# hkfeatd: Disables an app feature. +alias hkfeatd='heroku features:disable' - # hkfeate: Enables an app feature. - alias hkfeate='heroku features:enable' +# hkfeate: Enables an app feature. +alias hkfeate='heroku features:enable' - # hkfeati: Display information about a feature. - alias hkfeati='heroku features:info' +# hkfeati: Display information about a feature. +alias hkfeati='heroku features:info' - ## ---------------------------------------------------------------------------- - ## 2.6 Heroku Git aliases - ## ---------------------------------------------------------------------------- +## ---------------------------------------------------------------------------- +## 2.6 Heroku Git aliases +## ---------------------------------------------------------------------------- - # Clones a heroku app to your local machine at DIRECTORY (defaults to app name). - alias hkgitc='heroku git:clone' +# Clones a heroku app to your local machine at DIRECTORY (defaults to app name). +alias hkgitc='heroku git:clone' - # Adds a git remote to an app repo. - alias hkgitr='heroku git:remote' +# Adds a git remote to an app repo. +alias hkgitr='heroku git:remote' - ## ---------------------------------------------------------------------------- - ## 2.7 Heroku Keys aliases - ## ---------------------------------------------------------------------------- +## ---------------------------------------------------------------------------- +## 2.7 Heroku Keys aliases +## ---------------------------------------------------------------------------- - # Display your SSH keys. - alias hkk='heroku keys' +# Display your SSH keys. +alias hkk='heroku keys' - # Add an SSH key for a user. - alias hkka='heroku keys:add' +# Add an SSH key for a user. +alias hkka='heroku keys:add' - # Remove all SSH keys for current user. - alias hkkcl='heroku keys:clear' +# Remove all SSH keys for current user. +alias hkkcl='heroku keys:clear' - # Remove an SSH key from the user. - alias hkkr='heroku keys:remove' +# Remove an SSH key from the user. +alias hkkr='heroku keys:remove' - ## ---------------------------------------------------------------------------- - ## 2.8 Heroku Labs aliases - ## ---------------------------------------------------------------------------- +## ---------------------------------------------------------------------------- +## 2.8 Heroku Labs aliases +## ---------------------------------------------------------------------------- - # hklab: List experimental features. - alias hklab='heroku labs' +# hklab: List experimental features. +alias hklab='heroku labs' - # hklabd: Disables an experimental feature. - alias hklabd='heroku labs:disable' +# hklabd: Disables an experimental feature. +alias hklabd='heroku labs:disable' - # hklabe: Enables an experimental feature. - alias hklabe='heroku labs:enable' +# hklabe: Enables an experimental feature. +alias hklabe='heroku labs:enable' - # hklabi: Show feature info. - alias hklabi='heroku labs:info' +# hklabi: Show feature info. +alias hklabi='heroku labs:info' - ## ---------------------------------------------------------------------------- - ## 3. Heroku Advanced aliases - ## ---------------------------------------------------------------------------- +## ---------------------------------------------------------------------------- +## 3. Heroku Advanced aliases +## ---------------------------------------------------------------------------- - ## ---------------------------------------------------------------------------- - ## 3.1 Heroku Local aliases - ## ---------------------------------------------------------------------------- +## ---------------------------------------------------------------------------- +## 3.1 Heroku Local aliases +## ---------------------------------------------------------------------------- - # hkloc: Run heroku app locally. - alias hkloc='heroku local' +# hkloc: Run heroku app locally. +alias hkloc='heroku local' - # hklocr: Run a one-off command. - alias hklocr='heroku local:run' +# hklocr: Run a one-off command. +alias hklocr='heroku local:run' - # hklocv: Display node-foreman version. - alias hklocv='heroku local:version' +# hklocv: Display node-foreman version. +alias hklocv='heroku local:version' - # hkloclk: Prevent team members from joining an app. - alias hkloclk='heroku lock' +# hkloclk: Prevent team members from joining an app. +alias hkloclk='heroku lock' - ## ---------------------------------------------------------------------------- - ## 3.2 Heroku Maintenance aliases - ## ---------------------------------------------------------------------------- +## ---------------------------------------------------------------------------- +## 3.2 Heroku Maintenance aliases +## ---------------------------------------------------------------------------- - # hkmt: Display the current maintenance status of app. - alias hkmt='heroku maintenance' +# hkmt: Display the current maintenance status of app. +alias hkmt='heroku maintenance' - # hkmtoff: Take the app out of maintenance mode. - alias hkmtoff='heroku maintenance:off' +# hkmtoff: Take the app out of maintenance mode. +alias hkmtoff='heroku maintenance:off' - # hkmton: Put the app into maintenance mode. - alias hkmton='heroku maintenance:on' +# hkmton: Put the app into maintenance mode. +alias hkmton='heroku maintenance:on' - ## ---------------------------------------------------------------------------- - ## 3.3 Heroku Members aliases - ## ---------------------------------------------------------------------------- +## ---------------------------------------------------------------------------- +## 3.3 Heroku Members aliases +## ---------------------------------------------------------------------------- - # hkmb: List members of a team. - alias hkmb='heroku members' +# hkmb: List members of a team. +alias hkmb='heroku members' - # hkmba: Adds a user to a team. - alias hkmba='heroku members:add' +# hkmba: Adds a user to a team. +alias hkmba='heroku members:add' - # hkmbr: Removes a user from a team. - alias hkmbr='heroku members:remove' +# hkmbr: Removes a user from a team. +alias hkmbr='heroku members:remove' - # hkmbs: Sets a members role in a team. | - alias hkmbs='heroku members:set' +# hkmbs: Sets a members role in a team. | +alias hkmbs='heroku members:set' - ## ---------------------------------------------------------------------------- - ## 3.4 Heroku Postgres aliases - ## ---------------------------------------------------------------------------- +## ---------------------------------------------------------------------------- +## 3.4 Heroku Postgres aliases +## ---------------------------------------------------------------------------- - # hkpg: Show database information. - alias hkpg='heroku pg' +# hkpg: Show database information. +alias hkpg='heroku pg' - # hkpgb: Show table and index bloat in your database ordered by most wasteful. - alias hkpgb='heroku pg:bloat' +# hkpgb: Show table and index bloat in your database ordered by most wasteful. +alias hkpgb='heroku pg:bloat' - # hkpgbk: List database backups. - alias hkpgbk='heroku pg:backups' +# hkpgbk: List database backups. +alias hkpgbk='heroku pg:backups' - # hkpgbkcl: Cancel an in-progress backup or restore (default newest). - alias hkpgbkcl='heroku pg:backups:cancel' +# hkpgbkcl: Cancel an in-progress backup or restore (default newest). +alias hkpgbkcl='heroku pg:backups:cancel' - # hkpgbkc: Capture a new backup. - alias hkpgbkc='heroku pg:backups:capture' +# hkpgbkc: Capture a new backup. +alias hkpgbkc='heroku pg:backups:capture' - # hkpgbkdl: Delete a backup. - alias hkpgbkdl='heroku pg:backups:delete' +# hkpgbkdl: Delete a backup. +alias hkpgbkdl='heroku pg:backups:delete' - # hkpgbkdw: Downloads database backup. - alias hkpgbkdw='heroku pg:backups:download' +# hkpgbkdw: Downloads database backup. +alias hkpgbkdw='heroku pg:backups:download' - # hkpgbki: Get information about a specific backup. - alias hkpgbki='heroku pg:backups:info' +# hkpgbki: Get information about a specific backup. +alias hkpgbki='heroku pg:backups:info' - # hkpgbkr: Restore a backup (default latest) to a database. - alias hkpgbkr='heroku pg:backups:restore' +# hkpgbkr: Restore a backup (default latest) to a database. +alias hkpgbkr='heroku pg:backups:restore' - # hkpgbks: Schedule daily backups for given database. - alias hkpgbks='heroku pg:backups:schedule' +# hkpgbks: Schedule daily backups for given database. +alias hkpgbks='heroku pg:backups:schedule' - # hkpgbksh: List backup schedule. - alias hkpgbksh='heroku pg:backups:schedules' +# hkpgbksh: List backup schedule. +alias hkpgbksh='heroku pg:backups:schedules' - # hkpgbkurl: Get secret but publicly accessible URL of a backup. - alias hkpgbkurl='heroku pg:backups:url' +# hkpgbkurl: Get secret but publicly accessible URL of a backup. +alias hkpgbkurl='heroku pg:backups:url' - # hkpgbkk: Stop daily backups. - alias hkpgbkk='heroku pg:backups:unschedule' +# hkpgbkk: Stop daily backups. +alias hkpgbkk='heroku pg:backups:unschedule' - # hkpgblk: Display queries holding locks other queries are waiting to be released. - alias hkpgblk='heroku pg:blocking' +# hkpgblk: Display queries holding locks other queries are waiting to be released. +alias hkpgblk='heroku pg:blocking' - # hkpgc: Copy all data from source db to target. - alias hkpgc='heroku pg:copy' +# hkpgc: Copy all data from source db to target. +alias hkpgc='heroku pg:copy' - # hkpgcpa: Add an attachment to a database using connection pooling. - alias hkpgcpa='heroku pg:connection-pooling:attach' +# hkpgcpa: Add an attachment to a database using connection pooling. +alias hkpgcpa='heroku pg:connection-pooling:attach' - # hkpgcr: Show information on credentials in the database. - alias hkpgcr='heroku pg:credentials' +# hkpgcr: Show information on credentials in the database. +alias hkpgcr='heroku pg:credentials' - # hkpgcrc: Create credential within database. - alias hkpgcrc='heroku pg:credentials:create' +# hkpgcrc: Create credential within database. +alias hkpgcrc='heroku pg:credentials:create' - # hkpgcrd: Destroy credential within database. - alias hkpgcrd='heroku pg:credentials:destroy' +# hkpgcrd: Destroy credential within database. +alias hkpgcrd='heroku pg:credentials:destroy' - # hkpgcrr: Rotate the database credentials. - alias hkpgcrr='heroku pg:credentials:rotate' +# hkpgcrr: Rotate the database credentials. +alias hkpgcrr='heroku pg:credentials:rotate' - # hkpgcrrd: Repair the permissions of the default credential within database. - alias hkpgcrrd='heroku pg:credentials:repair-default' +# hkpgcrrd: Repair the permissions of the default credential within database. +alias hkpgcrrd='heroku pg:credentials:repair-default' - # hkpgcrurl: Show information on a database credential. - alias hkpgcrurl='heroku pg:credentials:url' +# hkpgcrurl: Show information on a database credential. +alias hkpgcrurl='heroku pg:credentials:url' - # hkpgdg: Run or view diagnostics report. - alias hkpgdg='heroku pg:diagnose' +# hkpgdg: Run or view diagnostics report. +alias hkpgdg='heroku pg:diagnose' - # hkpgi: Show database information. - alias hkpgi='heroku pg:info' +# hkpgi: Show database information. +alias hkpgi='heroku pg:info' - # hkpgk: Kill a query. - alias hkpgk='heroku pg:kill' +# hkpgk: Kill a query. +alias hkpgk='heroku pg:kill' - # hkpgka: Terminates all connections for all credentials. - alias hkpgka='heroku pg:killall' +# hkpgka: Terminates all connections for all credentials. +alias hkpgka='heroku pg:killall' - # hkpglks: Display queries with active locks. - alias hkpglks='heroku pg:locks' +# hkpglks: Display queries with active locks. +alias hkpglks='heroku pg:locks' - # hkpglnk: Lists all databases and information on link. - alias hkpglnk='heroku pg:links' +# hkpglnk: Lists all databases and information on link. +alias hkpglnk='heroku pg:links' - # hkpglnkc: Create a link between data stores. - alias hkpglnkc='heroku pg:links:create' +# hkpglnkc: Create a link between data stores. +alias hkpglnkc='heroku pg:links:create' - # hkpglnkd: Destroys a link between data stores. - alias hkpglnkd='heroku pg:links:destroy' +# hkpglnkd: Destroys a link between data stores. +alias hkpglnkd='heroku pg:links:destroy' - # hkpgmt: Show current maintenance information. - alias hkpgmt='heroku pg:maintenance' +# hkpgmt: Show current maintenance information. +alias hkpgmt='heroku pg:maintenance' - # hkpgmtr: Start maintenance. - alias hkpgmtr='heroku pg:maintenance:run' +# hkpgmtr: Start maintenance. +alias hkpgmtr='heroku pg:maintenance:run' - # hkpgmtw: Set weekly maintenance window. - alias hkpgmtw='heroku pg:maintenance:window' +# hkpgmtw: Set weekly maintenance window. +alias hkpgmtw='heroku pg:maintenance:window' - # hkpgo: Show 10 queries that have longest execution time in aggregate. - alias hkpgo='heroku pg:outliers' +# hkpgo: Show 10 queries that have longest execution time in aggregate. +alias hkpgo='heroku pg:outliers' - # hkpgp: Sets DATABASE as your DATABASE_URL. - alias hkpgp='heroku pg:promote' +# hkpgp: Sets DATABASE as your DATABASE_URL. +alias hkpgp='heroku pg:promote' - # hkpgps: View active queries with execution time. - alias hkpgps='heroku pg:ps' +# hkpgps: View active queries with execution time. +alias hkpgps='heroku pg:ps' - # hkpgpsql: Open a psql shell to the database. - alias hkpgpsql='heroku pg:psql' +# hkpgpsql: Open a psql shell to the database. +alias hkpgpsql='heroku pg:psql' - # hkpgpull: Pull Heroku database into local or remote database. - alias hkpgpull='heroku pg:pull' +# hkpgpull: Pull Heroku database into local or remote database. +alias hkpgpull='heroku pg:pull' - # hkpgpush: Push local or remote into Heroku database. - alias hkpgpush='heroku pg:push' +# hkpgpush: Push local or remote into Heroku database. +alias hkpgpush='heroku pg:push' - # hkpgreset: Delete all data in DATABASE. - alias hkpgreset='heroku pg:reset' +# hkpgreset: Delete all data in DATABASE. +alias hkpgreset='heroku pg:reset' - # hkpgreset: Show your current database settings. - alias hkpgset='heroku pg:settings' +# hkpgreset: Show your current database settings. +alias hkpgset='heroku pg:settings' - # hkpgsetllw: Controls whether a log message is produced when a session waits longer than the deadlock_timeout to acquire a lock. deadlock_timeout is se... . - alias hkpgsetllw='heroku pg:settings:log-lock-waits' +# hkpgsetllw: Controls whether a log message is produced when a session waits longer than the deadlock_timeout to acquire a lock. deadlock_timeout is se... . +alias hkpgsetllw='heroku pg:settings:log-lock-waits' - # hkpgsetlmds: The duration of each completed statement will be logged if the statement completes after the time specified by VALUE. - alias hkpgsetlmds='heroku pg:settings:log-min-duration-statement' +# hkpgsetlmds: The duration of each completed statement will be logged if the statement completes after the time specified by VALUE. +alias hkpgsetlmds='heroku pg:settings:log-min-duration-statement' - # hkpgsetlgs: 'log_statement' controls which SQL statements are logged. - alias hkpgsetlgs='heroku pg:settings:log-statement' +# hkpgsetlgs: 'log_statement' controls which SQL statements are logged. +alias hkpgsetlgs='heroku pg:settings:log-statement' - # hkpguf: Stop a replica from following and make it a writeable database. - alias hkpguf='heroku pg:unfollow' +# hkpguf: Stop a replica from following and make it a writeable database. +alias hkpguf='heroku pg:unfollow' - # hkpgup: Unfollow a database and upgrade it to the latest stable PostgreSQL version. - alias hkpgup='heroku pg:upgrade' +# hkpgup: Unfollow a database and upgrade it to the latest stable PostgreSQL version. +alias hkpgup='heroku pg:upgrade' - # hkpgvs: Show dead rows and whether an automatic vacuum is expected to be triggered. - alias hkpgvs='heroku pg:vacuum-stats' +# hkpgvs: Show dead rows and whether an automatic vacuum is expected to be triggered. +alias hkpgvs='heroku pg:vacuum-stats' - # hkpgww: Blocks until database is available. - alias hkpgww='heroku pg:wait' +# hkpgww: Blocks until database is available. +alias hkpgww='heroku pg:wait' - ## ---------------------------------------------------------------------------- - ## 3.5 Heroku Pipelines aliases - ## ---------------------------------------------------------------------------- +## ---------------------------------------------------------------------------- +## 3.5 Heroku Pipelines aliases +## ---------------------------------------------------------------------------- - # List pipelines you have access to. - alias hkpipe='heroku pipelines' +# List pipelines you have access to. +alias hkpipe='heroku pipelines' - # Add this app to a pipeline. - alias hkpipea='heroku pipelines:add' +# Add this app to a pipeline. +alias hkpipea='heroku pipelines:add' - # Create a new pipeline. - alias hkpipec='heroku pipelines:create' +# Create a new pipeline. +alias hkpipec='heroku pipelines:create' - # Connect a github repo to an existing pipeline. - alias hkpipect='heroku pipelines:connect' +# Connect a github repo to an existing pipeline. +alias hkpipect='heroku pipelines:connect' - # Compares the latest release of this app to its downstream app(s). - alias hkpipediff='heroku pipelines:diff' +# Compares the latest release of this app to its downstream app(s). +alias hkpipediff='heroku pipelines:diff' - # Show list of apps in a pipeline. - alias hkpipei='heroku pipelines:info' +# Show list of apps in a pipeline. +alias hkpipei='heroku pipelines:info' - # Destroy a pipeline. - alias hkpipek='heroku pipelines:destroy' +# Destroy a pipeline. +alias hkpipek='heroku pipelines:destroy' - # Open a pipeline in dashboard. - alias hkpipeo='heroku pipelines:open' +# Open a pipeline in dashboard. +alias hkpipeo='heroku pipelines:open' - # Promote the latest release of this app to its downstream app(s). - alias hkpipep='heroku pipelines:promote' +# Promote the latest release of this app to its downstream app(s). +alias hkpipep='heroku pipelines:promote' - # Remove this app from its pipeline. - alias hkpiper='heroku pipelines:remove' +# Remove this app from its pipeline. +alias hkpiper='heroku pipelines:remove' - # Rename a pipeline. - alias hkpipern='heroku pipelines:rename' +# Rename a pipeline. +alias hkpipern='heroku pipelines:rename' - # Bootstrap a new pipeline with common settings and create a production and staging app (requires a fully formed app.json in the repo). - alias hkpipes='heroku pipelines:setup' +# Bootstrap a new pipeline with common settings and create a production and staging app (requires a fully formed app.json in the repo). +alias hkpipes='heroku pipelines:setup' - # Transfer ownership of a pipeline. - alias hkpipett='heroku pipelines:transfer' +# Transfer ownership of a pipeline. +alias hkpipett='heroku pipelines:transfer' - # Update the app's stage in a pipeline. - alias hkpipeu='heroku pipelines:update' +# Update the app's stage in a pipeline. +alias hkpipeu='heroku pipelines:update' - ## ---------------------------------------------------------------------------- - ## 3.6 Heroku Plugins aliases - ## ---------------------------------------------------------------------------- +## ---------------------------------------------------------------------------- +## 3.6 Heroku Plugins aliases +## ---------------------------------------------------------------------------- - # hkplugs: List installed plugins. - alias hkplugs='heroku plugins' +# hkplugs: List installed plugins. +alias hkplugs='heroku plugins' - # hkplugsi: Installs a plugin into the CLI. - alias hkplugsi='heroku plugins:install' +# hkplugsi: Installs a plugin into the CLI. +alias hkplugsi='heroku plugins:install' - # hkplugslk: Links a plugin into the CLI for development. - alias hkplugslk='heroku plugins:link' +# hkplugslk: Links a plugin into the CLI for development. +alias hkplugslk='heroku plugins:link' - # hkplugsui: Removes a plugin from the CLI. - alias hkplugsui='heroku plugins:uninstall' +# hkplugsui: Removes a plugin from the CLI. +alias hkplugsui='heroku plugins:uninstall' - # hkplugsu: Update installed plugins. - alias hkplugsu='heroku plugins:update' +# hkplugsu: Update installed plugins. +alias hkplugsu='heroku plugins:update' - ## ---------------------------------------------------------------------------- - ## 3.7 Heroku 'ps' aliases - ## ---------------------------------------------------------------------------- +## ---------------------------------------------------------------------------- +## 3.7 Heroku 'ps' aliases +## ---------------------------------------------------------------------------- - # hkpsad: Disable web dyno autoscaling. - alias hkpsad='heroku ps:autoscale:disable' +# hkpsad: Disable web dyno autoscaling. +alias hkpsad='heroku ps:autoscale:disable' - # hkps: List dynos for an app. - alias hkps='heroku ps' +# hkps: List dynos for an app. +alias hkps='heroku ps' - # hkpsae: Enable web dyno autoscaling. - alias hkpsae='heroku ps:autoscale:enable ' +# hkpsae: Enable web dyno autoscaling. +alias hkpsae='heroku ps:autoscale:enable ' - # hkpsc: Copy a file from a dyno to the local filesystem. - alias hkpsc='heroku ps:copy' +# hkpsc: Copy a file from a dyno to the local filesystem. +alias hkpsc='heroku ps:copy' - # hkpse: Create an SSH session to a dyno. - alias hkpse='heroku ps:exec' +# hkpse: Create an SSH session to a dyno. +alias hkpse='heroku ps:exec' - # hkpsf: Forward traffic on a local port to a dyno. - alias hkpsf='heroku ps:forward' +# hkpsf: Forward traffic on a local port to a dyno. +alias hkpsf='heroku ps:forward' - # hkpsk: Stop app dyno. - alias hkpsk='heroku ps:kill' +# hkpsk: Stop app dyno. +alias hkpsk='heroku ps:kill' - # hkpsr: Restart app dynos. - alias hkpsr='heroku ps:restart' +# hkpsr: Restart app dynos. +alias hkpsr='heroku ps:restart' - # hkpsrs: Manage dyno sizes. - alias hkpsrs='heroku ps:resize' +# hkpsrs: Manage dyno sizes. +alias hkpsrs='heroku ps:resize' - # hkpss: Stop app dyno. - alias hkpss='heroku ps:stop' +# hkpss: Stop app dyno. +alias hkpss='heroku ps:stop' - # hkpssc: Scale dyno quantity up or down. - alias hkpssc='heroku ps:scale' +# hkpssc: Scale dyno quantity up or down. +alias hkpssc='heroku ps:scale' - # hkpssck: Launch a SOCKS proxy into a dyno. - alias hkpssck='heroku ps:socks' +# hkpssck: Launch a SOCKS proxy into a dyno. +alias hkpssck='heroku ps:socks' - # hkpst: Manage dyno sizes. - alias hkpst='heroku ps:type' +# hkpst: Manage dyno sizes. +alias hkpst='heroku ps:type' - # hkpsw: Wait for all dynos to be running latest version after a release. - alias hkpsw='heroku ps:wait' +# hkpsw: Wait for all dynos to be running latest version after a release. +alias hkpsw='heroku ps:wait' - ## ---------------------------------------------------------------------------- - ## 3.8 Heroku redis aliases - ## ---------------------------------------------------------------------------- +## ---------------------------------------------------------------------------- +## 3.8 Heroku redis aliases +## ---------------------------------------------------------------------------- - # hkred: Gets information about redis. - alias hkred='heroku redis' +# hkred: Gets information about redis. +alias hkred='heroku redis' - # hkredcli: Opens a redis prompt. - alias hkredcli='heroku redis:cli' +# hkredcli: Opens a redis prompt. +alias hkredcli='heroku redis:cli' - # hkredcr: Display credentials information. - alias hkredcr='heroku redis:credentials' +# hkredcr: Display credentials information. +alias hkredcr='heroku redis:credentials' - # hkredi: Gets information about redis. - alias hkredi='heroku redis:info' +# hkredi: Gets information about redis. +alias hkredi='heroku redis:info' - # hkredkn: Set the keyspace notifications configuration. - alias hkredkn='heroku redis:keyspace-notifications' +# hkredkn: Set the keyspace notifications configuration. +alias hkredkn='heroku redis:keyspace-notifications' - # hkredmm: Set the key eviction policy. - alias hkredmm='heroku redis:maxmemory' +# hkredmm: Set the key eviction policy. +alias hkredmm='heroku redis:maxmemory' - # hkredmt: Manage maintenance windows. - alias hkredmt='heroku redis:maintenance' +# hkredmt: Manage maintenance windows. +alias hkredmt='heroku redis:maintenance' - # hkredp: Sets DATABASE as your REDIS_URL. - alias hkredp='heroku redis:promote' +# hkredp: Sets DATABASE as your REDIS_URL. +alias hkredp='heroku redis:promote' - # hkredsr: Reset all stats covered by RESETSTAT (). - alias hkredsr='heroku redis:stats-reset' +# hkredsr: Reset all stats covered by RESETSTAT (). +alias hkredsr='heroku redis:stats-reset' - # hkredt: Set the number of seconds to wait before killing idle connections. - alias hkredt='heroku redis:timeout' +# hkredt: Set the number of seconds to wait before killing idle connections. +alias hkredt='heroku redis:timeout' - # hkredw: Wait for Redis instance to be available. - alias hkredw='heroku redis:wait' +# hkredw: Wait for Redis instance to be available. +alias hkredw='heroku redis:wait' - ## ---------------------------------------------------------------------------- - ## 3.9 Heroku Releases aliases - ## ---------------------------------------------------------------------------- +## ---------------------------------------------------------------------------- +## 3.9 Heroku Releases aliases +## ---------------------------------------------------------------------------- - # hkrel: Display the releases for an app. - alias hkrel='heroku releases' +# hkrel: Display the releases for an app. +alias hkrel='heroku releases' - # hkreli: View detailed information for a release. - alias hkreli='heroku releases:info' +# hkreli: View detailed information for a release. +alias hkreli='heroku releases:info' - # hkrelo: View the release command output. - alias hkrelo='heroku releases:output' +# hkrelo: View the release command output. +alias hkrelo='heroku releases:output' - # hkrelr: Rollback to a previous release. - alias hkrelr='heroku releases:rollback' +# hkrelr: Rollback to a previous release. +alias hkrelr='heroku releases:rollback' - ## ---------------------------------------------------------------------------- - ## 3.10.1 Heroku Spaces aliases - ## ---------------------------------------------------------------------------- +## ---------------------------------------------------------------------------- +## 3.10.1 Heroku Spaces aliases +## ---------------------------------------------------------------------------- - # hkrvae: Enable review apps and/or settings on an existing pipeline. - alias hkrvae='heroku reviewapps:enable' +# hkrvae: Enable review apps and/or settings on an existing pipeline. +alias hkrvae='heroku reviewapps:enable' - # hkrvad: Disable review apps and/or settings on an existing pipeline. - alias hkrvad='heroku reviewapps:disable' +# hkrvad: Disable review apps and/or settings on an existing pipeline. +alias hkrvad='heroku reviewapps:disable' - ## ---------------------------------------------------------------------------- - ## 3.10.2 Heroku Run aliases - ## ---------------------------------------------------------------------------- +## ---------------------------------------------------------------------------- +## 3.10.2 Heroku Run aliases +## ---------------------------------------------------------------------------- - # hkrun: Run a one-off process inside a heroku dyno. - alias hkrun='heroku run' +# hkrun: Run a one-off process inside a heroku dyno. +alias hkrun='heroku run' - # hkrund: Run a detached dyno, where output is sent to your logs. - alias hkrund='heroku run:detached' +# hkrund: Run a detached dyno, where output is sent to your logs. +alias hkrund='heroku run:detached' - ## ---------------------------------------------------------------------------- - ## 3.10.3 Heroku Sessions aliases - ## ---------------------------------------------------------------------------- +## ---------------------------------------------------------------------------- +## 3.10.3 Heroku Sessions aliases +## ---------------------------------------------------------------------------- - # hksessions: List your OAuth sessions. - alias hksessions='heroku sessions' +# hksessions: List your OAuth sessions. +alias hksessions='heroku sessions' - # hksessionsd: Delete (logout) OAuth session by ID. - alias hksessionsd='heroku sessions:destroy' +# hksessionsd: Delete (logout) OAuth session by ID. +alias hksessionsd='heroku sessions:destroy' - ## ---------------------------------------------------------------------------- - ## 3.10.4 Heroku Spaces aliases - ## ---------------------------------------------------------------------------- +## ---------------------------------------------------------------------------- +## 3.10.4 Heroku Spaces aliases +## ---------------------------------------------------------------------------- - # hksp: List available spaces. - alias hksp='heroku spaces' +# hksp: List available spaces. +alias hksp='heroku spaces' - # hkspc: Create a new space. - alias hkspc='heroku spaces:create' +# hkspc: Create a new space. +alias hkspc='heroku spaces:create' - # hkspd: Destroy a space. - alias hkspd='heroku spaces:destroy' +# hkspd: Destroy a space. +alias hkspd='heroku spaces:destroy' - # hkspi: Show info about a space. - alias hkspi='heroku spaces:info' +# hkspi: Show info about a space. +alias hkspi='heroku spaces:info' - # hksppi: Display the information necessary to initiate a peering connection. - alias hksppi='heroku spaces:peering:info' +# hksppi: Display the information necessary to initiate a peering connection. +alias hksppi='heroku spaces:peering:info' - # hkspp: List peering connections for a space. - alias hkspp='heroku spaces:peerings' +# hkspp: List peering connections for a space. +alias hkspp='heroku spaces:peerings' - # hksppa: Accepts a pending peering request for a private space. - alias hksppa='heroku spaces:peerings:accept' +# hksppa: Accepts a pending peering request for a private space. +alias hksppa='heroku spaces:peerings:accept' - # hksppd: Destroys an active peering connection in a private space. - alias hksppd='heroku spaces:peerings:destroy' +# hksppd: Destroys an active peering connection in a private space. +alias hksppd='heroku spaces:peerings:destroy' - # hkspps: List dynos for a space. - alias hkspps='heroku spaces:ps' +# hkspps: List dynos for a space. +alias hkspps='heroku spaces:ps' - # hkspr: Renames a space. - alias hkspr='heroku spaces:rename' +# hkspr: Renames a space. +alias hkspr='heroku spaces:rename' - # hksptop: Show space topology. - alias hksptop='heroku spaces:topology' +# hksptop: Show space topology. +alias hksptop='heroku spaces:topology' - # hkspt: Transfer a space to another team. - alias hkspt='heroku spaces:transfer' +# hkspt: Transfer a space to another team. +alias hkspt='heroku spaces:transfer' - # hkspconf: Display the configuration information for VPN. - alias hkspconf='heroku spaces:vpn:config' +# hkspconf: Display the configuration information for VPN. +alias hkspconf='heroku spaces:vpn:config' - # hkspvc: Create VPN. - alias hkspvc='heroku spaces:vpn:connect' +# hkspvc: Create VPN. +alias hkspvc='heroku spaces:vpn:connect' - # hkspvcs: List the VPN Connections for a space. - alias hkspvcs='heroku spaces:vpn:connections' +# hkspvcs: List the VPN Connections for a space. +alias hkspvcs='heroku spaces:vpn:connections' - # hkspvk: Destroys VPN in a private space. - alias hkspvk='heroku spaces:vpn:destroy' +# hkspvk: Destroys VPN in a private space. +alias hkspvk='heroku spaces:vpn:destroy' - # hkspvi: Display the information for VPN. - alias hkspvi='heroku spaces:vpn:info' +# hkspvi: Display the information for VPN. +alias hkspvi='heroku spaces:vpn:info' - # hkspvu: Update VPN. - alias hkspvu='heroku spaces:vpn:update' +# hkspvu: Update VPN. +alias hkspvu='heroku spaces:vpn:update' - # hkspvw: Wait for VPN Connection to be created. - alias hkspvw='heroku spaces:vpn:wait' +# hkspvw: Wait for VPN Connection to be created. +alias hkspvw='heroku spaces:vpn:wait' - # hkspw: Wait for a space to be created. - alias hkspw='heroku spaces:wait' +# hkspw: Wait for a space to be created. +alias hkspw='heroku spaces:wait' - ## ---------------------------------------------------------------------------- - ## 3.10.5 Heroku Webhooks aliases - ## ---------------------------------------------------------------------------- +## ---------------------------------------------------------------------------- +## 3.10.5 Heroku Webhooks aliases +## ---------------------------------------------------------------------------- - # hkwh: List webhooks on an app. - alias hkwh='heroku webhooks' +# hkwh: List webhooks on an app. +alias hkwh='heroku webhooks' - # hkwha: Add a webhook to an app. - alias hkwha='heroku webhooks:add' +# hkwha: Add a webhook to an app. +alias hkwha='heroku webhooks:add' - # hkwhdv: List webhook deliveries on an app. - alias hkwhdv='heroku webhooks:deliveries' +# hkwhdv: List webhook deliveries on an app. +alias hkwhdv='heroku webhooks:deliveries' - # hkwhdvi: Info for a webhook event on an app. - alias hkwhdvi='heroku webhooks:deliveries:info' +# hkwhdvi: Info for a webhook event on an app. +alias hkwhdvi='heroku webhooks:deliveries:info' - # hkwhev: List webhook events on an app. - alias hkwhev='heroku webhooks:events' +# hkwhev: List webhook events on an app. +alias hkwhev='heroku webhooks:events' - # hkwhevi: Info for a webhook event on an app. - alias hkwhevi='heroku webhooks:events:info' +# hkwhevi: Info for a webhook event on an app. +alias hkwhevi='heroku webhooks:events:info' - # hkwhi: Info for a webhook on an app. - alias hkwhi='heroku webhooks:info' +# hkwhi: Info for a webhook on an app. +alias hkwhi='heroku webhooks:info' - # hkwhr: Removes a webhook from an app. - alias hkwhr='heroku webhooks:remove' +# hkwhr: Removes a webhook from an app. +alias hkwhr='heroku webhooks:remove' - # hkwhu: Updates a webhook in an app. - alias hkwhu='heroku webhooks:update' +# hkwhu: Updates a webhook in an app. +alias hkwhu='heroku webhooks:update' diff --git a/lib/aliases/jekyll/jekyll.aliases.sh b/lib/aliases/jekyll/jekyll.aliases.sh index baab6e08..34174270 100644 --- a/lib/aliases/jekyll/jekyll.aliases.sh +++ b/lib/aliases/jekyll/jekyll.aliases.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT @@ -15,36 +15,36 @@ # Licensed under the MIT license # - ## ---------------------------------------------------------------------------- - ## 1. Jekyll Core aliases. - ## ---------------------------------------------------------------------------- +## ---------------------------------------------------------------------------- +## 1. Jekyll Core aliases. +## ---------------------------------------------------------------------------- - ## ---------------------------------------------------------------------------- - ## 1.1 Jekyll development aliases. - ## ---------------------------------------------------------------------------- +## ---------------------------------------------------------------------------- +## 1.1 Jekyll development aliases. +## ---------------------------------------------------------------------------- - # jkb: Performs a one off build your site to ./_site. - alias jkb='JEKYLL_ENV=development bundle exec jekyll build' +# jkb: Performs a one off build your site to ./_site. +alias jkb='JEKYLL_ENV=development bundle exec jekyll build' - # jkc: Removes all generated files: destination folder, metadata file, Sass and - # Jekyll caches. - alias jkc='JEKYLL_ENV=development bundle exec jekyll clean' +# jkc: Removes all generated files: destination folder, metadata file, Sass and +# Jekyll caches. +alias jkc='JEKYLL_ENV=development bundle exec jekyll clean' - # jkd: Does a development build of the site to '_site' and runs a local - # development server. - alias jkd='JEKYLL_ENV=development bundle exec jekyll serve --watch --trace' +# jkd: Does a development build of the site to '_site' and runs a local +# development server. +alias jkd='JEKYLL_ENV=development bundle exec jekyll serve --watch --trace' - # jkl: Does a development build of the site to '_site' and runs a - # local development server. - alias jkl='JEKYLL_ENV=development bundle exec jekyll serve --livereload' +# jkl: Does a development build of the site to '_site' and runs a +# local development server. +alias jkl='JEKYLL_ENV=development bundle exec jekyll serve --livereload' - # jko: Open local development server. - alias jko="open http://localhost:4000/" +# jko: Open local development server. +alias jko="open http://localhost:4000/" - ## ---------------------------------------------------------------------------- - ## 1.2 Jekyll release aliases. - ## ---------------------------------------------------------------------------- +## ---------------------------------------------------------------------------- +## 1.2 Jekyll release aliases. +## ---------------------------------------------------------------------------- - # jkp: Does a production build of the site to '_site' and runs a local - # development server. - alias jkp='JEKYLL_ENV=production bundle exec jekyll serve --watch --trace' +# jkp: Does a production build of the site to '_site' and runs a local +# development server. +alias jkp='JEKYLL_ENV=production bundle exec jekyll serve --watch --trace' diff --git a/lib/aliases/pnpm/pnpm.aliases.sh b/lib/aliases/pnpm/pnpm.aliases.sh index ea6218f1..a20515bc 100644 --- a/lib/aliases/pnpm/pnpm.aliases.sh +++ b/lib/aliases/pnpm/pnpm.aliases.sh @@ -1,42 +1,42 @@ #!/usr/bin/env bash -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT # πŸ…ΏπŸ…½πŸ…ΏπŸ…Ό πŸ…°πŸ…»πŸ…ΈπŸ…°πŸ†‚πŸ…΄πŸ†‚ - Pnpm aliases - ### ALIASES ### - alias pn='pnpm' - alias pa='pnpm add' - alias pad='pnpm add --save-dev' - alias pap='pnpm add --save-peer' - alias pau='pnpm audit' - alias pb='pnpm run build' - alias pc='pnpm create' - alias pd='pnpm run dev' - alias pdoc='pnpm run doc' - alias pdocs='pnpm run docs' - alias pga='pnpm add --global' - alias pgls='pnpm list --global' - alias pgrm='pnpm remove --global' - alias pgu='pnpm update --global' - alias ph='pnpm help' - alias pi='pnpm init' - alias pin='pnpm install' - alias pln='pnpm run lint' - alias pls='pnpm list' - alias pout='pnpm outdated' - alias ppub='pnpm publish' - alias prm='pnpm remove' - alias prun='pnpm run' - alias ps='pnpm run serve' - alias pst='pnpm start' - alias psv='pnpm server' - alias pt='pnpm test' - alias ptc='pnpm test --coverage' - alias pui='pnpm update --interactive' - alias puil='pnpm update --interactive --latest' - alias pun='pnpm uninstall' - alias pup='pnpm update' - alias pwhy='pnpm why' - alias px='pnpx' +### ALIASES ### +alias pn='pnpm' +alias pa='pnpm add' +alias pad='pnpm add --save-dev' +alias pap='pnpm add --save-peer' +alias pau='pnpm audit' +alias pb='pnpm run build' +alias pc='pnpm create' +alias pd='pnpm run dev' +alias pdoc='pnpm run doc' +alias pdocs='pnpm run docs' +alias pga='pnpm add --global' +alias pgls='pnpm list --global' +alias pgrm='pnpm remove --global' +alias pgu='pnpm update --global' +alias ph='pnpm help' +alias pi='pnpm init' +alias pin='pnpm install' +alias pln='pnpm run lint' +alias pls='pnpm list' +alias pout='pnpm outdated' +alias ppub='pnpm publish' +alias prm='pnpm remove' +alias prun='pnpm run' +alias ps='pnpm run serve' +alias pst='pnpm start' +alias psv='pnpm server' +alias pt='pnpm test' +alias ptc='pnpm test --coverage' +alias pui='pnpm update --interactive' +alias puil='pnpm update --interactive --latest' +alias pun='pnpm uninstall' +alias pup='pnpm update' +alias pwhy='pnpm why' +alias px='pnpx' diff --git a/lib/aliases/subversion/subversion.aliases.sh b/lib/aliases/subversion/subversion.aliases.sh index de838ecf..8c7b935b 100644 --- a/lib/aliases/subversion/subversion.aliases.sh +++ b/lib/aliases/subversion/subversion.aliases.sh @@ -1,123 +1,123 @@ #!/usr/bin/env bash -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT # πŸ†‚πŸ†„πŸ…±πŸ†…πŸ…΄πŸ†πŸ†‚πŸ…ΈπŸ…ΎπŸ…½ πŸ…°πŸ…»πŸ…ΈπŸ…°πŸ†‚πŸ…΄πŸ†‚ - Subversion aliases. - ## ---------------------------------------------------------------------------- - ## 1.0 Subversion Core aliases. - ## ---------------------------------------------------------------------------- +## ---------------------------------------------------------------------------- +## 1.0 Subversion Core aliases. +## ---------------------------------------------------------------------------- - # sad: Put new files and directories under version control. - alias sad='svn add' +# sad: Put new files and directories under version control. +alias sad='svn add' - # sau: Manage cached authentication credentials. - alias sau='svn auth' +# sau: Manage cached authentication credentials. +alias sau='svn auth' - # sbl: Show when each line of a file was last (or next) changed. - alias sbl='svn blame' +# sbl: Show when each line of a file was last (or next) changed. +alias sbl='svn blame' - # scg: Associate (or dissociate) changelist CLNAME with the named files. - alias scg='svn changelist' +# scg: Associate (or dissociate) changelist CLNAME with the named files. +alias scg='svn changelist' - # sco: Check out a working copy from a repository. - alias sco='svn checkout' +# sco: Check out a working copy from a repository. +alias sco='svn checkout' - # scl: Either recover from an interrupted operation that left the working copy - # locked, or remove unwanted files. - alias scl='svn cleanup' +# scl: Either recover from an interrupted operation that left the working copy +# locked, or remove unwanted files. +alias scl='svn cleanup' - # sci: Send changes from your working copy to the repository. - alias sci='svn commit' +# sci: Send changes from your working copy to the repository. +alias sci='svn commit' - # scp: Copy files and directories in a working copy or repository. - alias scp='svn copy' +# scp: Copy files and directories in a working copy or repository. +alias scp='svn copy' - # sct: Output the content of specified files or URLs. - alias sct='svn cat' +# sct: Output the content of specified files or URLs. +alias sct='svn cat' - # sdi: Display local changes or differences between two revisions or paths. - alias sdi='svn diff' +# sdi: Display local changes or differences between two revisions or paths. +alias sdi='svn diff' - # sdl: Remove files and directories from version control. - alias sdl='svn delete' +# sdl: Remove files and directories from version control. +alias sdl='svn delete' - # shp: Describe the usage of this program or its subcommands. - alias shp='svn help' +# shp: Describe the usage of this program or its subcommands. +alias shp='svn help' - # sin: Display information about a local or remote item. - alias sin='svn info' +# sin: Display information about a local or remote item. +alias sin='svn info' - # sip: Commit an unversioned file or tree into the repository. - alias sip='svn import' +# sip: Commit an unversioned file or tree into the repository. +alias sip='svn import' - # slg: Show the log messages for a set of revision(s) and/or path(s). - alias slg='svn log' +# slg: Show the log messages for a set of revision(s) and/or path(s). +alias slg='svn log' - # slock: Lock working copy paths or URLs in the repository, so that no other - # user can commit changes to them. - alias slk='svn lock' +# slock: Lock working copy paths or URLs in the repository, so that no other +# user can commit changes to them. +alias slk='svn lock' - # sls: List directory entries in the repository. - alias sls='svn list' +# sls: List directory entries in the repository. +alias sls='svn list' - # smd: Create a new directory under version control. - alias smd='svn mkdir' +# smd: Create a new directory under version control. +alias smd='svn mkdir' - # smg: Merge changes into a working copy. - alias smg='svn merge' +# smg: Merge changes into a working copy. +alias smg='svn merge' - # smgi: Display merge-related information. - alias smgi='svn mergeinfo' +# smgi: Display merge-related information. +alias smgi='svn mergeinfo' - # smv: Move (rename) an item in a working copy or repository. - alias smv='svn move' +# smv: Move (rename) an item in a working copy or repository. +alias smv='svn move' - # sp: Set the value of a property on files, dirs, or revisions. - alias sp='svn propset' +# sp: Set the value of a property on files, dirs, or revisions. +alias sp='svn propset' - # spdl: Remove a property from files, dirs, or revisions. - alias spdl='svn propdel' +# spdl: Remove a property from files, dirs, or revisions. +alias spdl='svn propdel' - # spdt: Edit a property with an external editor. - alias spdt='svn propedit' +# spdt: Edit a property with an external editor. +alias spdt='svn propedit' - # spgt: Print the value of a property on files, dirs, or revisions. - alias spgt='svn propget' +# spgt: Print the value of a property on files, dirs, or revisions. +alias spgt='svn propget' - # sph: Apply a patch to a working copy. - alias sph='svn patch' +# sph: Apply a patch to a working copy. +alias sph='svn patch' - # spls: List all properties on files, dirs, or revisions. - alias spls='svn proplist' +# spls: List all properties on files, dirs, or revisions. +alias spls='svn proplist' - # srl: Relocate the working copy to point to a different repository root URL. - alias srl='svn relocate' +# srl: Relocate the working copy to point to a different repository root URL. +alias srl='svn relocate' - # srs: Resolve conflicts on working copy files or directories. - alias srs='svn resolve' +# srs: Resolve conflicts on working copy files or directories. +alias srs='svn resolve' - # srsd: Remove 'conflicted' state on working copy files or directories. - alias srsd='svn resolved' +# srsd: Remove 'conflicted' state on working copy files or directories. +alias srsd='svn resolved' - # srv: Restore pristine working copy state (undo local changes). - alias srv='svn revert' +# srv: Restore pristine working copy state (undo local changes). +alias srv='svn revert' - # sst: Print the status of working copy files and directories. - alias sst='svn status' +# sst: Print the status of working copy files and directories. +alias sst='svn status' - # ssw: Update the working copy to a different URL within the same repository. - alias ssw='svn switch' +# ssw: Update the working copy to a different URL within the same repository. +alias ssw='svn switch' - # sulk: Unlock working copy paths or URLs. - alias sulk='svn unlock' +# sulk: Unlock working copy paths or URLs. +alias sulk='svn unlock' - # sup: Bring changes from the repository into the working copy. - alias sup='svn update' +# sup: Bring changes from the repository into the working copy. +alias sup='svn update' - # supg: Upgrade the metadata storage format for a working copy. - alias supg='svn upgrade' +# supg: Upgrade the metadata storage format for a working copy. +alias supg='svn upgrade' - # sxp: Create an unversioned copy of a tree. - alias sxp='svn export' +# sxp: Create an unversioned copy of a tree. +alias sxp='svn export' diff --git a/lib/aliases/tmux/tmux.aliases.sh b/lib/aliases/tmux/tmux.aliases.sh index 4e90825e..e2425429 100644 --- a/lib/aliases/tmux/tmux.aliases.sh +++ b/lib/aliases/tmux/tmux.aliases.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT diff --git a/lib/configurations.sh b/lib/configurations.sh index 4b3b2f06..8f99e433 100644 --- a/lib/configurations.sh +++ b/lib/configurations.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT diff --git a/lib/configurations/bash/bashrc b/lib/configurations/bash/bashrc index fe2d32cc..7833695e 100644 --- a/lib/configurations/bash/bashrc +++ b/lib/configurations/bash/bashrc @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT @@ -15,7 +15,7 @@ USER=$(whoami) # current user name. ## πŸ…΄πŸ†‡πŸ…ΏπŸ…ΎπŸ†πŸ†ƒπŸ†‚ - Export the variables. export ARCHFLAGS="-arch ${OS_ARCH}" # archflags for the current machine. -export DOTFILES_VERSION='0.2.459' # version of the dotfiles. +export DOTFILES_VERSION='0.2.460' # version of the dotfiles. export DOTFILES="${HOME}"/.dotfiles/lib # path to the cross plaform dotfiles. export HOSTNAME=${HOSTNAME} # hostname of the machine. export INPUTRC=${INPUTRC} # set INPUTRC (so that .inputrc is respected) diff --git a/lib/configurations/curl/curlrc b/lib/configurations/curl/curlrc index 2b91534c..ae11be56 100644 --- a/lib/configurations/curl/curlrc +++ b/lib/configurations/curl/curlrc @@ -1,4 +1,4 @@ -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT diff --git a/lib/configurations/default/color.sh b/lib/configurations/default/color.sh index c410aaa4..d7770fdb 100644 --- a/lib/configurations/default/color.sh +++ b/lib/configurations/default/color.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT diff --git a/lib/configurations/default/constants.sh b/lib/configurations/default/constants.sh index 0cefb213..187b297d 100755 --- a/lib/configurations/default/constants.sh +++ b/lib/configurations/default/constants.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT @@ -9,7 +9,7 @@ DF=".dotfiles/" # Dotfiles. DF_DIR="${HOME}/.dotfiles/" # Dotfiles directory. DF_BACKUPDIR="${HOME}/dotfiles_backup/" # Backup directory. DF_DOWNLOADDIR="${HOME}/Downloads" # Download directory. -DF_VERSION="0.2.459" # Dotfiles Version number. +DF_VERSION="0.2.460" # Dotfiles Version number. DF_TIMESTAMP="$(date +%Y-%m-%d_%H-%M-%S)" # Timestamp for backup directory. export DF diff --git a/lib/configurations/default/editor.sh b/lib/configurations/default/editor.sh index baf0ee5c..61f72ab0 100644 --- a/lib/configurations/default/editor.sh +++ b/lib/configurations/default/editor.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT diff --git a/lib/configurations/default/prompt.sh b/lib/configurations/default/prompt.sh index eb1869fe..24206b40 100644 --- a/lib/configurations/default/prompt.sh +++ b/lib/configurations/default/prompt.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT diff --git a/lib/configurations/input/inputrc b/lib/configurations/input/inputrc index c728e91d..854113e8 100644 --- a/lib/configurations/input/inputrc +++ b/lib/configurations/input/inputrc @@ -1,4 +1,4 @@ -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT diff --git a/lib/configurations/nano/nanorc b/lib/configurations/nano/nanorc index 935b4ce0..dbc28fd0 100644 --- a/lib/configurations/nano/nanorc +++ b/lib/configurations/nano/nanorc @@ -1,4 +1,4 @@ -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT diff --git a/lib/configurations/profile/profile b/lib/configurations/profile/profile index 40821b31..d841966c 100644 --- a/lib/configurations/profile/profile +++ b/lib/configurations/profile/profile @@ -1,4 +1,4 @@ -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT diff --git a/lib/configurations/tmux/default b/lib/configurations/tmux/default index c928a791..e0345fb9 100644 --- a/lib/configurations/tmux/default +++ b/lib/configurations/tmux/default @@ -1,4 +1,4 @@ -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT diff --git a/lib/configurations/tmux/display b/lib/configurations/tmux/display index c5794236..1f0cd091 100644 --- a/lib/configurations/tmux/display +++ b/lib/configurations/tmux/display @@ -1,4 +1,4 @@ -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT diff --git a/lib/configurations/tmux/linux b/lib/configurations/tmux/linux index 37da318b..ea7e1cdf 100644 --- a/lib/configurations/tmux/linux +++ b/lib/configurations/tmux/linux @@ -1,4 +1,4 @@ -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT diff --git a/lib/configurations/tmux/navigation b/lib/configurations/tmux/navigation index 5f9acc52..e8378608 100644 --- a/lib/configurations/tmux/navigation +++ b/lib/configurations/tmux/navigation @@ -1,4 +1,4 @@ -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT diff --git a/lib/configurations/tmux/panes b/lib/configurations/tmux/panes index e50f41ad..21169f15 100644 --- a/lib/configurations/tmux/panes +++ b/lib/configurations/tmux/panes @@ -1,4 +1,4 @@ -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT diff --git a/lib/configurations/tmux/theme b/lib/configurations/tmux/theme index 99f4b42b..6336fa3a 100644 --- a/lib/configurations/tmux/theme +++ b/lib/configurations/tmux/theme @@ -1,4 +1,4 @@ -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT @@ -21,7 +21,7 @@ set -g status-justify centre # Status bar justification (left, right, centre, ab set -g status-left-length 50 # Status bar left length set -g status-right-length 50 # Status bar right length set -g status-right "#[fg=#FFFFFF] #[bg=#14222A] ⬛ #I #[bg=#007ACC] #H #[bg=#EB0000] %_d %B %I:%M%p " -set -g window-status-current-format "#[bg=#2D1681]Dotfiles (v0.2.459)" # Current window status format +set -g window-status-current-format "#[bg=#2D1681]Dotfiles (v0.2.460)" # Current window status format set -g window-status-current-style "bg=#EB0000" # Current window status style set -g window-status-separator "" # Window status separator set-window-option -g clock-mode-colour "#FFFFFF" # Clock mode color diff --git a/lib/configurations/tmux/tmux b/lib/configurations/tmux/tmux index 4e53569a..ed4fda1f 100644 --- a/lib/configurations/tmux/tmux +++ b/lib/configurations/tmux/tmux @@ -1,4 +1,4 @@ -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT diff --git a/lib/configurations/tmux/vi b/lib/configurations/tmux/vi index 4d31ef18..fd6f7c53 100644 --- a/lib/configurations/tmux/vi +++ b/lib/configurations/tmux/vi @@ -1,4 +1,4 @@ -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT diff --git a/lib/configurations/vim/vimrc b/lib/configurations/vim/vimrc index 840d4b1b..8adf5a65 100644 --- a/lib/configurations/vim/vimrc +++ b/lib/configurations/vim/vimrc @@ -1,4 +1,4 @@ -" πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +" πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io " Copyright (c) Sebastien Rousseau 2022. All rights reserved " License: MIT diff --git a/lib/configurations/wget/wgetrc b/lib/configurations/wget/wgetrc index 01f3dce6..9dd86b75 100644 --- a/lib/configurations/wget/wgetrc +++ b/lib/configurations/wget/wgetrc @@ -1,4 +1,4 @@ -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT diff --git a/lib/configurations/zsh/zshrc b/lib/configurations/zsh/zshrc index cd912d26..cef366d0 100644 --- a/lib/configurations/zsh/zshrc +++ b/lib/configurations/zsh/zshrc @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT @@ -15,7 +15,7 @@ USER=$(whoami) # current user name. ## πŸ…΄πŸ†‡πŸ…ΏπŸ…ΎπŸ†πŸ†ƒπŸ†‚ - Export the variables. export ARCHFLAGS="-arch ${OS_ARCH}" # archflags for the current machine. -export DOTFILES_VERSION='0.2.459' # version of the dotfiles. +export DOTFILES_VERSION='0.2.460' # version of the dotfiles. export DOTFILES="${HOME}"/.dotfiles/lib # path to the cross plaform dotfiles. export HOSTNAME=${HOSTNAME} # hostname of the machine. export INPUTRC=${INPUTRC} # set INPUTRC (so that .inputrc is respected) diff --git a/lib/exit.sh b/lib/exit.sh index ee38196c..4abe649a 100644 --- a/lib/exit.sh +++ b/lib/exit.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT diff --git a/lib/functions.sh b/lib/functions.sh index e672c318..e981ce30 100644 --- a/lib/functions.sh +++ b/lib/functions.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT diff --git a/lib/functions/cdls.sh b/lib/functions/cdls.sh index 7867bc98..94b890cc 100644 --- a/lib/functions/cdls.sh +++ b/lib/functions/cdls.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT diff --git a/lib/functions/changediskpwd.tmp b/lib/functions/changediskpwd.tmp index dcbf607b..a2ecbfb4 100644 --- a/lib/functions/changediskpwd.tmp +++ b/lib/functions/changediskpwd.tmp @@ -1,9 +1,8 @@ #!/usr/bin/env bash -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT - # https://dotfiles.io # # Description: Mac OS X Dotfiles - Simply designed to fit your shell life. @@ -12,7 +11,6 @@ # Licensed under the MIT license # - # changediskpwd: Function to change the password on an encrypted disk image # changediskpwd() { # hdiutil chpass "$1" diff --git a/lib/functions/code.tmp b/lib/functions/code.tmp index 6df01c4b..b30f144d 100644 --- a/lib/functions/code.tmp +++ b/lib/functions/code.tmp @@ -1,9 +1,8 @@ #!/usr/bin/env bash -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT - # https://dotfiles.io # # Description: Mac OS X Dotfiles - Simply designed to fit your shell life. @@ -12,7 +11,6 @@ # Licensed under the MIT license # - # TODO: Fix code function # Add Visual Studio Code (code) # code () { VSCODE_CWD="$PWD" open -n -b "com.microsoft.VSCode" --args $"*" ;} diff --git a/lib/functions/countdown.tmp b/lib/functions/countdown.tmp index 1f5504e6..f9e87c61 100644 --- a/lib/functions/countdown.tmp +++ b/lib/functions/countdown.tmp @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT diff --git a/lib/functions/curlheader.sh b/lib/functions/curlheader.sh index 6d2c1163..e3d92203 100644 --- a/lib/functions/curlheader.sh +++ b/lib/functions/curlheader.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT @@ -16,5 +16,5 @@ curlheader() { fi } -alias clh='curlheader' # Alias for curlheader +alias clh='curlheader' # Alias for curlheader alias crlhd='curlheader' # Alias for curlheader diff --git a/lib/functions/curltime.sh b/lib/functions/curltime.sh index 23ebe744..7c73930c 100644 --- a/lib/functions/curltime.sh +++ b/lib/functions/curltime.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT @@ -15,7 +15,7 @@ ## get the timings for a curl to a URL ## usage: curltime $url curltime() { -curl -w "\n\ + curl -w "\n\ β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”\n\ β”‚Time appconnect: %{time_appconnect}s β”‚\n\ β”‚Time connect: %{time_connect}s β”‚\n\ @@ -26,6 +26,5 @@ curl -w "\n\ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜\n\ Time total: %{time_total}s\n\n" -o /dev/null -s "$1" } -alias clh='curlheader' # Alias for curlheader +alias clh='curlheader' # Alias for curlheader alias crlhd='curlheader' # Alias for curlheader - diff --git a/lib/functions/encode64.sh b/lib/functions/encode64.sh index a991e62b..97d1a8d3 100644 --- a/lib/functions/encode64.sh +++ b/lib/functions/encode64.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT diff --git a/lib/functions/environment.sh b/lib/functions/environment.sh index 818241f7..0067768f 100644 --- a/lib/functions/environment.sh +++ b/lib/functions/environment.sh @@ -1,11 +1,10 @@ #!/usr/bin/env bash -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT # environment: Function to detect the current environment -environment () -{ +environment() { # Define a fallback `OS` LOCAL_OS="other" diff --git a/lib/functions/extract.sh b/lib/functions/extract.sh index 27110c85..1566a500 100644 --- a/lib/functions/extract.sh +++ b/lib/functions/extract.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT diff --git a/lib/functions/genpwd.sh b/lib/functions/genpwd.sh index 61117e82..eeb2509b 100644 --- a/lib/functions/genpwd.sh +++ b/lib/functions/genpwd.sh @@ -1,14 +1,14 @@ #!/usr/bin/env bash -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT # genpwd: Function to generates a strong random password of 20 characters (similar to Apple) genpwd() { - m=$(openssl rand -base64 32 | cut -c 1-6); - a=$(openssl rand -base64 32 | cut -c 1-6); - c=$(openssl rand -base64 32 | cut -c 1-6); - pwd="$m-$a-$c"; + m=$(openssl rand -base64 32 | cut -c 1-6) + a=$(openssl rand -base64 32 | cut -c 1-6) + c=$(openssl rand -base64 32 | cut -c 1-6) + pwd="$m-$a-$c" echo "[INFO] The password has been copied to the clipboard: $pwd" - echo "$pwd"| pbcopy | pbpaste; + echo "$pwd" | pbcopy | pbpaste } diff --git a/lib/functions/goto.sh b/lib/functions/goto.sh index 31d2672c..cc03456c 100644 --- a/lib/functions/goto.sh +++ b/lib/functions/goto.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT diff --git a/lib/functions/hidehiddenfiles.sh b/lib/functions/hidehiddenfiles.sh index 4518ca1c..38b7b892 100644 --- a/lib/functions/hidehiddenfiles.sh +++ b/lib/functions/hidehiddenfiles.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT diff --git a/lib/functions/history-all.tmp b/lib/functions/history-all.tmp index f57955e4..df57b7ed 100644 --- a/lib/functions/history-all.tmp +++ b/lib/functions/history-all.tmp @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT diff --git a/lib/functions/hostinfo.sh b/lib/functions/hostinfo.sh index d3da4dc8..490a5d75 100644 --- a/lib/functions/hostinfo.sh +++ b/lib/functions/hostinfo.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT diff --git a/lib/functions/hstats.sh b/lib/functions/hstats.sh index 46039ca4..a15e7559 100644 --- a/lib/functions/hstats.sh +++ b/lib/functions/hstats.sh @@ -1,9 +1,9 @@ #!/usr/bin/env bash -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT # hstats: Function to display Ze Shell history stats informaton hstats() { - history | awk '{CMD[$2]++;count++;}END { for (a in CMD)print CMD[a] " " CMD[a]/count*100 "% " a;}' | grep -v "./" | column -c3 -s " " -t | sort -nr | nl | head -n20 + history | awk '{CMD[$2]++;count++;}END { for (a in CMD)print CMD[a] " " CMD[a]/count*100 "% " a;}' | grep -v "./" | column -c3 -s " " -t | sort -nr | nl | head -n20 } diff --git a/lib/functions/httpdebug.sh b/lib/functions/httpdebug.sh index def1fc39..e06b212d 100644 --- a/lib/functions/httpdebug.sh +++ b/lib/functions/httpdebug.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT diff --git a/lib/functions/keygen.sh b/lib/functions/keygen.sh index d4e9aa89..4fefa78b 100644 --- a/lib/functions/keygen.sh +++ b/lib/functions/keygen.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT diff --git a/lib/functions/last.sh b/lib/functions/last.sh index c3bf3f28..3b3e71c2 100644 --- a/lib/functions/last.sh +++ b/lib/functions/last.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT diff --git a/lib/functions/logout.sh b/lib/functions/logout.sh index b04b102a..adb3ebc9 100644 --- a/lib/functions/logout.sh +++ b/lib/functions/logout.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT diff --git a/lib/functions/lowercase.sh b/lib/functions/lowercase.sh index 1c278275..13c61576 100644 --- a/lib/functions/lowercase.sh +++ b/lib/functions/lowercase.sh @@ -1,28 +1,27 @@ #!/usr/bin/env bash -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT # lowercase: Function to move filenames or directory names to lowercase -lowercase() -{ +lowercase() { if [[ "$#" != 1 ]]; then echo "[ERROR] The filename or directory name is incorrect." >&2 return 1 fi - for file ; do - filename=${file##*/} - case "${filename}" in - */*) [[ "dirname" = "${file%/*}" ]] ;; - *) dirname=.;; - esac - nf=$(echo "${filename}" | tr '[:upper:]' '[:lower:]') - newname="${dirname}/${nf}" - if [[ "${nf}" != "${filename}" ]]; then - mv "${file}" "${newname}" - echo "[INFO] Renaming ${file} to lowercase: ${newname}" - else - echo "[ERROR] The operation is not valid, ${file} has not changed." - fi + for file; do + filename=${file##*/} + case "${filename}" in + */*) [[ "dirname" = "${file%/*}" ]] ;; + *) dirname=. ;; + esac + nf=$(echo "${filename}" | tr '[:upper:]' '[:lower:]') + newname="${dirname}/${nf}" + if [[ "${nf}" != "${filename}" ]]; then + mv "${file}" "${newname}" + echo "[INFO] Renaming ${file} to lowercase: ${newname}" + else + echo "[ERROR] The operation is not valid, ${file} has not changed." + fi done } diff --git a/lib/functions/macos.sh b/lib/functions/macos.sh index 923d3a74..22de6805 100644 --- a/lib/functions/macos.sh +++ b/lib/functions/macos.sh @@ -1,28 +1,28 @@ #!/usr/bin/env bash -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT # πŸ…ΌπŸ…°πŸ…²πŸ…ΎπŸ†‚ πŸ…ΏπŸ…»πŸ†„πŸ…ΆπŸ…ΈπŸ…½πŸ…Ά πŸ…°πŸ…»πŸ…ΈπŸ…°πŸ†‚πŸ…΄πŸ†‚ -alias clds='find . -type f -name "*.DS_Store" -ls -delete' # clds: Recursively delete .DS_Store files. +alias clds='find . -type f -name "*.DS_Store" -ls -delete' # clds: Recursively delete .DS_Store files. alias clls='/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Support/lsregister -kill -r -domain local -domain system -domain user && killall Finder' # clls: Clean up LaunchServices to remove duplicates in the 'Open With' menu. -alias emptytrash='rm -rf ~/.Trash/*' # Empty the Trash on all mounted volumes and the main HDD. -alias finderHideHidden='defaults write com.apple.finder ShowAllFiles FALSE' # finderHideHidden: Hide hidden files in Finder. -alias finderShowHidden='defaults write com.apple.finder ShowAllFiles TRUE' # finderShowHidden: Show hidden files in Finder. -alias iphone='open /Applications/Xcode.app/Contents/Developer/Applications/Simulator.app' # iphone: Open the device simulators. +alias emptytrash='rm -rf ~/.Trash/*' # Empty the Trash on all mounted volumes and the main HDD. +alias finderHideHidden='defaults write com.apple.finder ShowAllFiles FALSE' # finderHideHidden: Hide hidden files in Finder. +alias finderShowHidden='defaults write com.apple.finder ShowAllFiles TRUE' # finderShowHidden: Show hidden files in Finder. +alias iphone='open /Applications/Xcode.app/Contents/Developer/Applications/Simulator.app' # iphone: Open the device simulators. alias noDS='defaults write com.apple.desktopservices DSDontWriteNetworkStores -bool true' -alias ofd='open $PWD' # Open the current directory in a Finder window. -alias purge='rm -rf ~/library/Developer/Xcode/DerivedData/*' # purge: Purging Xcode DerivedData. +alias ofd='open $PWD' # Open the current directory in a Finder window. +alias purge='rm -rf ~/library/Developer/Xcode/DerivedData/*' # purge: Purging Xcode DerivedData. alias screensaverDesktop='/System/Library/Frameworks/ScreenSaver.framework/Resources/ScreenSaverEngine.app/Contents/MacOS/ScreenSaverEngine -background' # screensaverDesktop: Run a screensaver on the Desktop. -alias vp='diskutil verifyPermissions /' # vp: Verify macOS Permissions. -alias vv='diskutil verifyvolume /' # vv: Verify macOS Volume. -alias xcode='open -a xcode' # xcode: Launch XCode app in macOS. +alias vp='diskutil verifyPermissions /' # vp: Verify macOS Permissions. +alias vv='diskutil verifyvolume /' # vv: Verify macOS Volume. +alias xcode='open -a xcode' # xcode: Launch XCode app in macOS. # πŸ…ΌπŸ…°πŸ…²πŸ…ΎπŸ†‚ πŸ…ΏπŸ…»πŸ†„πŸ…ΆπŸ…ΈπŸ…½πŸ…Ά πŸ…΅πŸ†„πŸ…½πŸ…²πŸ†ƒπŸ…ΈπŸ…ΎπŸ…½πŸ†‚ # Erases purgeable disk space with 0s on the selected disk -freespace(){ +freespace() { if [[ -z "$1" ]]; then echo "Usage: $0 " echo "Example: $0 /dev/disk1s1" @@ -38,10 +38,9 @@ freespace(){ mp() { # Don't let Preview.app steal focus if the man page doesn't exist - man -w "$@" > /dev/null 2>&1 || man -t "$@" | open -f -a Preview || man "$@" + man -w "$@" >/dev/null 2>&1 || man -t "$@" | open -f -a Preview || man "$@" } ql() { - (( $# > 0 )) && qlmanage -p "$*" &>/dev/null & + (($# > 0)) && qlmanage -p "$*" &>/dev/null & } - diff --git a/lib/functions/matrix.sh b/lib/functions/matrix.sh index 87287dd0..b70c04eb 100644 --- a/lib/functions/matrix.sh +++ b/lib/functions/matrix.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT diff --git a/lib/functions/mcd.sh b/lib/functions/mcd.sh index cf1fb615..ec1afd21 100644 --- a/lib/functions/mcd.sh +++ b/lib/functions/mcd.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT diff --git a/lib/functions/mount_read_only.sh b/lib/functions/mount_read_only.sh index be726935..810fd456 100644 --- a/lib/functions/mount_read_only.sh +++ b/lib/functions/mount_read_only.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT diff --git a/lib/functions/myproc.sh b/lib/functions/myproc.sh index 1d23d76b..62c0cbee 100644 --- a/lib/functions/myproc.sh +++ b/lib/functions/myproc.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT diff --git a/lib/functions/prependpath.sh b/lib/functions/prependpath.sh index 48b1cc68..402775f4 100644 --- a/lib/functions/prependpath.sh +++ b/lib/functions/prependpath.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT @@ -13,7 +13,7 @@ # prependpath: Prepend $PATH without duplicates prependpath() { - if ! echo "${PATH}" | tr ":" "\n" | grep -qx "$1" ; then + if ! echo "${PATH}" | tr ":" "\n" | grep -qx "$1"; then PATH="$1:${PATH}" fi } diff --git a/lib/functions/print.tmp b/lib/functions/print.tmp index 9441ee33..dfadbdc8 100644 --- a/lib/functions/print.tmp +++ b/lib/functions/print.tmp @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT diff --git a/lib/functions/ql.sh b/lib/functions/ql.sh index d1cf362b..9ee156b9 100644 --- a/lib/functions/ql.sh +++ b/lib/functions/ql.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT diff --git a/lib/functions/rd.sh b/lib/functions/rd.sh index 46838dd9..04d1a792 100644 --- a/lib/functions/rd.sh +++ b/lib/functions/rd.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT @@ -10,6 +10,6 @@ rd() { return 1 fi echo "[INFO] The operation completed successfully, directory listing of $1:" - rm -rf "$1" || exit; - ls -lh; + rm -rf "$1" || exit + ls -lh } diff --git a/lib/functions/remove_disk.sh b/lib/functions/remove_disk.sh index a8c883a2..9c40980f 100644 --- a/lib/functions/remove_disk.sh +++ b/lib/functions/remove_disk.sh @@ -1,9 +1,9 @@ #!/usr/bin/env bash -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT # remove_disk: spin down unneeded disk -remove_disk () { +remove_disk() { diskutil eject "$1" } diff --git a/lib/functions/ren.sh b/lib/functions/ren.sh index d1747b2a..7ee65c2d 100644 --- a/lib/functions/ren.sh +++ b/lib/functions/ren.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT diff --git a/lib/functions/rm.tmp b/lib/functions/rm.tmp index d8de821e..e66d88aa 100644 --- a/lib/functions/rm.tmp +++ b/lib/functions/rm.tmp @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT diff --git a/lib/functions/rps.tmp b/lib/functions/rps.tmp index d1276d08..ca1d4444 100755 --- a/lib/functions/rps.tmp +++ b/lib/functions/rps.tmp @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT diff --git a/lib/functions/showhiddenfiles.sh b/lib/functions/showhiddenfiles.sh index 1f61a26f..c51fb8d0 100644 --- a/lib/functions/showhiddenfiles.sh +++ b/lib/functions/showhiddenfiles.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT diff --git a/lib/functions/size.sh b/lib/functions/size.sh index 3c522fe6..27b23b7e 100644 --- a/lib/functions/size.sh +++ b/lib/functions/size.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT diff --git a/lib/functions/stopwatch.sh b/lib/functions/stopwatch.sh index 95904141..18129f8f 100644 --- a/lib/functions/stopwatch.sh +++ b/lib/functions/stopwatch.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT diff --git a/lib/functions/trash.tmp b/lib/functions/trash.tmp index 8790ad86..7b29ce17 100644 --- a/lib/functions/trash.tmp +++ b/lib/functions/trash.tmp @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT diff --git a/lib/functions/tree.tmp b/lib/functions/tree.tmp index 56db30d9..547dc8cb 100644 --- a/lib/functions/tree.tmp +++ b/lib/functions/tree.tmp @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT diff --git a/lib/functions/uppercase.sh b/lib/functions/uppercase.sh index d34c5dec..974b0a03 100644 --- a/lib/functions/uppercase.sh +++ b/lib/functions/uppercase.sh @@ -1,28 +1,27 @@ #!/usr/bin/env bash -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT # uppercase: Function to move filenames or directory names to uppercase -uppercase() -{ +uppercase() { if [[ "$#" != 1 ]]; then echo "[ERROR] The filename or directory name is incorrect." >&2 return 1 fi - for file ; do - filename=${file##*/} - case "${filename}" in - */*) dirname=${file%/*} ;; - *) dirname=.;; - esac - nf=$(echo "${filename}" | tr '[:upper:]' '[:lower:]') - newname="${dirname}/${nf}" - if [[ "${nf}" != "${filename}" ]]; then - mv "${file}" "${newname}" - echo "[INFO] Renaming ${file} to uppercase: ${newname}" - else - echo "[ERROR] The operation is not valid, ${file} has not changed." - fi + for file; do + filename=${file##*/} + case "${filename}" in + */*) dirname=${file%/*} ;; + *) dirname=. ;; + esac + nf=$(echo "${filename}" | tr '[:upper:]' '[:lower:]') + newname="${dirname}/${nf}" + if [[ "${nf}" != "${filename}" ]]; then + mv "${file}" "${newname}" + echo "[INFO] Renaming ${file} to uppercase: ${newname}" + else + echo "[ERROR] The operation is not valid, ${file} has not changed." + fi done } diff --git a/lib/functions/view-source.sh b/lib/functions/view-source.sh index 6da97077..66311811 100644 --- a/lib/functions/view-source.sh +++ b/lib/functions/view-source.sh @@ -1,8 +1,7 @@ #!/usr/bin/env bash -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT # view-source: Function to view the source of a website. -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' "$@" ; } - +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' "$@"; } diff --git a/lib/functions/vscode.sh b/lib/functions/vscode.sh index 51a21039..feb01bee 100644 --- a/lib/functions/vscode.sh +++ b/lib/functions/vscode.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT @@ -28,4 +28,3 @@ fi alias vs="code" alias vsc="code" alias vscode="code" - diff --git a/lib/functions/whoisport.sh b/lib/functions/whoisport.sh index 3276df46..a388ec51 100644 --- a/lib/functions/whoisport.sh +++ b/lib/functions/whoisport.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT diff --git a/lib/functions/zipf.sh b/lib/functions/zipf.sh index ff3fc84d..d3545864 100644 --- a/lib/functions/zipf.sh +++ b/lib/functions/zipf.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT @@ -10,5 +10,5 @@ function zipf() { return 1 fi echo "[INFO] Creating the ZIP archive folder $1.zip" - zip -r "$1".zip "$1"; + zip -r "$1".zip "$1" } diff --git a/lib/history.sh b/lib/history.sh index 5a856dfd..af9c7bde 100644 --- a/lib/history.sh +++ b/lib/history.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT @@ -78,28 +78,28 @@ if [[ -n "${ZSH_VERSION}" ]]; then elif [[ -n "${BASH_VERSION}" ]]; then # echo "Running shell is bash" # Shopt settings - shopt -s autocd # autocd - automatically cd to a directory when it is the only argument to a command - shopt -s cdspell # cdspell - spell check the path when changing directories. - shopt -s checkhash # checkhash - check hash table for commands before running them. - shopt -s checkjobs # checkjobs - check for stopped jobs after each command and report them to the user. - shopt -s checkwinsize # checkwinsize - check the window size after each command and, if necessary, update the values of LINES and COLUMNS. - shopt -s cmdhist # cmdhist - save multi-line commands as one entry in history. - shopt -s dirspell # dirspell - spell check the path when changing directories. - shopt -s dotglob # dotglob - include dotfiles in globbing. - shopt -s extglob # extglob - extended globbing. - shopt -s globstar # globstar - allow ** to match multiple directories. - shopt -s histappend # histappend - append to the history file, don't overwrite it. - shopt -s histverify # histverify - verify commands from history before executing them. - shopt -s hostcomplete # hostcomplete - complete hostnames when using the ssh command. - shopt -s lithist # lithist - save multi-line commands as one entry in history. - shopt -s huponexit # huponexit - send SIGHUP to jobs when the shell exits. + shopt -s autocd # autocd - automatically cd to a directory when it is the only argument to a command + shopt -s cdspell # cdspell - spell check the path when changing directories. + shopt -s checkhash # checkhash - check hash table for commands before running them. + shopt -s checkjobs # checkjobs - check for stopped jobs after each command and report them to the user. + shopt -s checkwinsize # checkwinsize - check the window size after each command and, if necessary, update the values of LINES and COLUMNS. + shopt -s cmdhist # cmdhist - save multi-line commands as one entry in history. + shopt -s dirspell # dirspell - spell check the path when changing directories. + shopt -s dotglob # dotglob - include dotfiles in globbing. + shopt -s extglob # extglob - extended globbing. + shopt -s globstar # globstar - allow ** to match multiple directories. + shopt -s histappend # histappend - append to the history file, don't overwrite it. + shopt -s histverify # histverify - verify commands from history before executing them. + shopt -s hostcomplete # hostcomplete - complete hostnames when using the ssh command. + shopt -s lithist # lithist - save multi-line commands as one entry in history. + shopt -s huponexit # huponexit - send SIGHUP to jobs when the shell exits. shopt -s no_empty_cmd_completion # no_empty_cmd_completion - don't complete empty commands. - shopt -s nocaseglob # nocaseglob - case insensitive globbing. - shopt -s nocasematch # nocasematch - case insensitive matching. - shopt -s nullglob # nullglob - if no matches are found, the pattern expands to nothing. - shopt -s progcomp # progcomp - programmable completion. - shopt -s promptvars # promptvars - allow prompt strings to contain shell variables. - shopt -s sourcepath # sourcepath - search the PATH for the directory containing a sourced script before using the current directory. + shopt -s nocaseglob # nocaseglob - case insensitive globbing. + shopt -s nocasematch # nocasematch - case insensitive matching. + shopt -s nullglob # nullglob - if no matches are found, the pattern expands to nothing. + shopt -s progcomp # progcomp - programmable completion. + shopt -s promptvars # promptvars - allow prompt strings to contain shell variables. + shopt -s sourcepath # sourcepath - search the PATH for the directory containing a sourced script before using the current directory. else echo "Unsupported shell: ${SHELL}" diff --git a/lib/paths.sh b/lib/paths.sh index ed9fc6af..7335011b 100644 --- a/lib/paths.sh +++ b/lib/paths.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT diff --git a/lib/paths/ant/ant.paths.sh b/lib/paths/ant/ant.paths.sh index 903eb73c..a634d9f7 100644 --- a/lib/paths/ant/ant.paths.sh +++ b/lib/paths/ant/ant.paths.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT diff --git a/lib/paths/default/default.paths.sh b/lib/paths/default/default.paths.sh index f8fb63e6..7dfc5e3e 100644 --- a/lib/paths/default/default.paths.sh +++ b/lib/paths/default/default.paths.sh @@ -1,17 +1,17 @@ #!/usr/bin/env bash -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT ## πŸ…ΏπŸ…°πŸ†ƒπŸ…·πŸ†‚ ### Add 'PATH' entries. -export PATH=/usr/local/bin:"${PATH}" # Add /usr/local/bin to the path -export PATH=/usr/local/sbin:"${PATH}" # Add /usr/local/sbin to the path -export PATH=/usr/bin:"${PATH}" # Add /usr/bin to the path -export PATH=/bin:"${PATH}" # Add /bin to the path -export PATH=/usr/sbin:"${PATH}" # Add /usr/sbin to the path -export PATH=/sbin:"${PATH}" # Add /sbin to the path -export PATH="${HOME}"/.cargo/bin:"${PATH}" # Add ~/.cargo/bin to the path -export PATH="${HOME}"/.yarn/bin:"${PATH}" # Add ~/.yarn/bin to the path -export PATH="${HOME}"/go/bin:"${PATH}" # Add ~/go/bin to the path +export PATH=/usr/local/bin:"${PATH}" # Add /usr/local/bin to the path +export PATH=/usr/local/sbin:"${PATH}" # Add /usr/local/sbin to the path +export PATH=/usr/bin:"${PATH}" # Add /usr/bin to the path +export PATH=/bin:"${PATH}" # Add /bin to the path +export PATH=/usr/sbin:"${PATH}" # Add /usr/sbin to the path +export PATH=/sbin:"${PATH}" # Add /sbin to the path +export PATH="${HOME}"/.cargo/bin:"${PATH}" # Add ~/.cargo/bin to the path +export PATH="${HOME}"/.yarn/bin:"${PATH}" # Add ~/.yarn/bin to the path +export PATH="${HOME}"/go/bin:"${PATH}" # Add ~/go/bin to the path diff --git a/lib/paths/homebrew/homebrew.paths.sh b/lib/paths/homebrew/homebrew.paths.sh index 6c10a26c..8821d10f 100644 --- a/lib/paths/homebrew/homebrew.paths.sh +++ b/lib/paths/homebrew/homebrew.paths.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT diff --git a/lib/paths/java/java.paths.sh b/lib/paths/java/java.paths.sh index 8018c430..3950833f 100644 --- a/lib/paths/java/java.paths.sh +++ b/lib/paths/java/java.paths.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT diff --git a/lib/paths/maven/maven.paths.sh b/lib/paths/maven/maven.paths.sh index f1f84e19..5730c0e6 100644 --- a/lib/paths/maven/maven.paths.sh +++ b/lib/paths/maven/maven.paths.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT diff --git a/lib/paths/node/node.paths.sh b/lib/paths/node/node.paths.sh index 192e12c3..c44f9db6 100644 --- a/lib/paths/node/node.paths.sh +++ b/lib/paths/node/node.paths.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT diff --git a/lib/paths/nvm/nvm.paths.sh b/lib/paths/nvm/nvm.paths.sh index 7b59e49c..f500d23c 100644 --- a/lib/paths/nvm/nvm.paths.sh +++ b/lib/paths/nvm/nvm.paths.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT diff --git a/lib/paths/pnpm/pnpm.paths.sh b/lib/paths/pnpm/pnpm.paths.sh index 9c558631..fcb73447 100644 --- a/lib/paths/pnpm/pnpm.paths.sh +++ b/lib/paths/pnpm/pnpm.paths.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT diff --git a/lib/paths/python/python.paths.sh b/lib/paths/python/python.paths.sh index 40271c09..10735fc8 100644 --- a/lib/paths/python/python.paths.sh +++ b/lib/paths/python/python.paths.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT @@ -15,10 +15,10 @@ elif [[ "${OSTYPE}" == "linux-gnu"* ]]; then fi # Encoding[:errors] used for stdin/stdout/stderr. -export PYTHONIOENCODING='UTF-8'; +export PYTHONIOENCODING='UTF-8' # If set to 1, enables the UTF-8 mode. -export PYTHONUTF8=1; +export PYTHONUTF8=1 # Export PYTHONHOME variable export PYTHONHOME diff --git a/lib/paths/ruby/ruby.paths.sh b/lib/paths/ruby/ruby.paths.sh index 0f709835..0eb99af0 100644 --- a/lib/paths/ruby/ruby.paths.sh +++ b/lib/paths/ruby/ruby.paths.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT diff --git a/lib/paths/tmux/tmux.paths.sh b/lib/paths/tmux/tmux.paths.sh index ec200c22..1053b1a2 100644 --- a/lib/paths/tmux/tmux.paths.sh +++ b/lib/paths/tmux/tmux.paths.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT diff --git a/package.json b/package.json index fe971d2a..5d445d55 100644 --- a/package.json +++ b/package.json @@ -85,5 +85,6 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "types": "./dist/bin/index.d.ts", - "version": "0.2.459" + "version": "0.2.460" } + diff --git a/scripts/backup.sh b/scripts/backup.sh index 83fdc7d7..f395dcd5 100755 --- a/scripts/backup.sh +++ b/scripts/backup.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT diff --git a/scripts/banner.sh b/scripts/banner.sh index 71a35a9b..d542636f 100755 --- a/scripts/banner.sh +++ b/scripts/banner.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT diff --git a/scripts/build.sh b/scripts/build.sh index 997302ea..6b3ba01a 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT diff --git a/scripts/clean.sh b/scripts/clean.sh index f3461068..e73abd9f 100755 --- a/scripts/clean.sh +++ b/scripts/clean.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT diff --git a/scripts/compile.sh b/scripts/compile.sh index 39fc2af9..02b48088 100755 --- a/scripts/compile.sh +++ b/scripts/compile.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT diff --git a/scripts/copy.sh b/scripts/copy.sh index 6a120b66..fdffe33b 100755 --- a/scripts/copy.sh +++ b/scripts/copy.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT diff --git a/scripts/dotfiles.sh b/scripts/dotfiles.sh index 5212ce14..4b9a662c 100755 --- a/scripts/dotfiles.sh +++ b/scripts/dotfiles.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT diff --git a/scripts/download.sh b/scripts/download.sh index 0159d099..fd698ca1 100755 --- a/scripts/download.sh +++ b/scripts/download.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT diff --git a/scripts/help.sh b/scripts/help.sh index 93fd0c5f..7b626269 100755 --- a/scripts/help.sh +++ b/scripts/help.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT diff --git a/scripts/unpack.sh b/scripts/unpack.sh index 810ceca8..4d129b6f 100755 --- a/scripts/unpack.sh +++ b/scripts/unpack.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.459) - https://dotfiles.io +# πŸ…³πŸ…ΎπŸ†ƒπŸ…΅πŸ…ΈπŸ…»πŸ…΄πŸ†‚ (v0.2.460) - https://dotfiles.io # Copyright (c) Sebastien Rousseau 2022. All rights reserved # License: MIT