Compare commits

..

2 Commits

Author SHA1 Message Date
Quentin Duchemin 37b65269e1 Add p7zip to base packages 2024-07-22 23:31:00 +02:00
Quentin Duchemin e7b4cf3ca3 Add scaleway-cli 2024-07-07 17:49:30 +02:00
3 changed files with 6 additions and 1 deletions

View File

@ -62,6 +62,7 @@ numlockx
obsidian
oh-my-posh
oh-my-zsh-git
p7zip
pacman-contrib
pavucontrol
papirus-icon-theme
@ -91,6 +92,7 @@ rmtrash
rofi
rofimoji
rsync
scaleway-cli
signal-desktop
stylua
telegram-desktop

View File

@ -17,7 +17,7 @@
colorMoved = default
[user]
email = quentinduchemin@tuta.io
name = Quentin Duchemin
name = Lilou
[push]
autoSetupRemote = true
[pull]

3
.zshrc
View File

@ -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