A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/casonadams/alacritty-shell below:

casonadams/alacritty-shell: A (zsh) plugin to control alacritty color themes.

zsh alacritty-shell plugin

alacritty-shell is a dynamic theme chooser based on the alacritty.yml schemes: setttings

❯ yq --version
yq (https://github.com/mikefarah/yq/) version v4.31.2

install

Alacritty color-schemes describes how to use multiple schemes.

alacritty-shell themes wiki

Note add index: 208 = orange

zinit wait lucid for \
  casonadams/alacritty-shell \
  ;
ZSH_CUSTOM="${HOME}/.oh-my-zsh/custom/" git clone --depth=1 "https://github.com/casonadams/alacritty-shell.git" "${ZSH_CUSTOM}/plugins/alacritty-shell"
# ~/.zshrc

plugins+=(
  alacritty-shell
)

Add following lines to .bashrc or .zshrc:

if [ ! -d "${HOME}/.alacritty-shell" ]; then
  git clone https://github.com/casonadams/alacritty-shell.git "${HOME}/.alacritty-shell"
fi

ALACRITTY_SHELL="${HOME}/.alacritty-shell"
[ -n "$PS1" ] \
  && [ -s "${ALACRITTY_SHELL}/profile_helper.sh" ] \
  && eval "$("${ALACRITTY_SHELL}/profile_helper.sh")"

NOTE restart shell

add a builtin theme (tab complete)
add_alacritty_darcula-dark
change terminal colors (tab complete)

install walh colorscheme

set notermguicolors
colorscheme walh-gruvbox

Note not tested on windows (probably won't work) open to MRs to support it though


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4