This commit is contained in:
2024-06-21 16:22:28 -04:00
parent e116ae5e0b
commit d26b5507ad
32 changed files with 1622 additions and 253 deletions

View File

@@ -5,13 +5,6 @@ alias ls='ls --color=auto'
alias ll='ls -lah'
alias ff='fastfetch'
if ! command -v zap &>/dev/null; then
zsh <(curl -s https://raw.githubusercontent.com/zap-zsh/zap/master/install.zsh) --branch release-v1
fi
if ! command -v starship &>/dev/null; then
curl -sS https://starship.rs/install.sh | sh
fi
[ -f "${XDG_DATA_HOME:-$HOME/.local/share}/zap/zap.zsh" ] && source "${XDG_DATA_HOME:-$HOME/.local/share}/zap/zap.zsh"
plug "zsh-users/zsh-autosuggestions"
plug "zap-zsh/supercharge"