Compare commits
No commits in common. "37b65269e1c49063c2562b1ade618ffa47576914" and "6c50581b2a01dc67a01630bfae182b5a7e98703a" have entirely different histories.
37b65269e1
...
6c50581b2a
|
@ -62,7 +62,6 @@ numlockx
|
||||||
obsidian
|
obsidian
|
||||||
oh-my-posh
|
oh-my-posh
|
||||||
oh-my-zsh-git
|
oh-my-zsh-git
|
||||||
p7zip
|
|
||||||
pacman-contrib
|
pacman-contrib
|
||||||
pavucontrol
|
pavucontrol
|
||||||
papirus-icon-theme
|
papirus-icon-theme
|
||||||
|
@ -92,7 +91,6 @@ rmtrash
|
||||||
rofi
|
rofi
|
||||||
rofimoji
|
rofimoji
|
||||||
rsync
|
rsync
|
||||||
scaleway-cli
|
|
||||||
signal-desktop
|
signal-desktop
|
||||||
stylua
|
stylua
|
||||||
telegram-desktop
|
telegram-desktop
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
colorMoved = default
|
colorMoved = default
|
||||||
[user]
|
[user]
|
||||||
email = quentinduchemin@tuta.io
|
email = quentinduchemin@tuta.io
|
||||||
name = Lilou
|
name = Quentin Duchemin
|
||||||
[push]
|
[push]
|
||||||
autoSetupRemote = true
|
autoSetupRemote = true
|
||||||
[pull]
|
[pull]
|
||||||
|
|
3
.zshrc
3
.zshrc
|
@ -61,9 +61,6 @@ eval "$(oh-my-posh init zsh --config ~/.config/theme/quick-term.omp.json)"
|
||||||
# Completions for zoxide
|
# Completions for zoxide
|
||||||
eval "$(zoxide init zsh)"
|
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)
|
# 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
|
fast-theme LOCAL:catppuccin-macchiato >/dev/null
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue