From e7b4cf3ca327792bf0e042517ac7adf5b56423aa Mon Sep 17 00:00:00 2001 From: Quentin Duchemin Date: Sun, 7 Jul 2024 17:49:30 +0200 Subject: [PATCH] Add scaleway-cli --- .config/bootstrap/config_common | 1 + .zshrc | 3 +++ 2 files changed, 4 insertions(+) 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