Files
vim-ale/iterm-themes/install.sh

16 lines
543 B
Bash

#!/bin/bash
# title: iterm-themes (iterm2-themes alias)
# homepage: https://webinstall.dev/iterm2-themes
# tagline: Alias for https://webinstall.dev/iterm2-themes
# alias: iterm2-themes
# description: |
# See https://webinstall.dev/iterm2-themes
function __redirect_alias_iterm2_themes() {
echo "'iterm-themes@${WEBI_TAG:-stable}' is an alias for 'iterm2-themes@${WEBI_VERSION:-}'"
WEBI_HOST=${WEBI_HOST:-"https://webinstall.dev"}
curl -fsSL "$WEBI_HOST/iterm2-themes@${WEBI_VERSION:-}" | bash
}
__redirect_alias_iterm2_themes