diff --git a/.config/bootstrap/config_common b/.config/bootstrap/config_common index 52667d8..362e9a1 100644 --- a/.config/bootstrap/config_common +++ b/.config/bootstrap/config_common @@ -91,6 +91,7 @@ rmtrash rofi rofimoji rsync +scaleway-cli signal-desktop stylua telegram-desktop diff --git a/.zshrc b/.zshrc index aaedbb0..77921e9 100644 --- a/.zshrc +++ b/.zshrc @@ -61,6 +61,9 @@ eval "$(oh-my-posh init zsh --config ~/.config/theme/quick-term.omp.json)" # Completions for zoxide eval "$(zoxide init zsh)" +# Completions for scaleway-cli +eval "$(scw autocomplete script shell=zsh)" + # And use Catppuccin Macchiato theme for ZSH fast hightlight plugin (LOCAL means searching in /usr/local/share/fsh) fast-theme LOCAL:catppuccin-macchiato >/dev/null