add mac config
This commit is contained in:
parent
45f001395a
commit
5fce150f44
3 changed files with 11 additions and 2 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
|
if [[ $OSTYPE -ne 'linux-gnu' ]]; then
|
||||||
|
return
|
||||||
|
fi
|
||||||
|
|
||||||
# Auto-generated aliases for Flatpak applications
|
# Auto-generated aliases for Flatpak applications
|
||||||
|
|
||||||
alias pikabackup='flatpak run org.gnome.World.PikaBackup'
|
alias pikabackup='flatpak run org.gnome.World.PikaBackup'
|
||||||
|
|
|
||||||
|
|
@ -33,3 +33,7 @@ update_path "$PNPM_HOME"
|
||||||
update_path "$HOME/.local/share/rtx/shims"
|
update_path "$HOME/.local/share/rtx/shims"
|
||||||
|
|
||||||
. "$HOME/.cargo/env"
|
. "$HOME/.cargo/env"
|
||||||
|
|
||||||
|
if [[ $OSTYPE =~ 'darwin' ]]; then
|
||||||
|
eval "$(/opt/homebrew/bin/brew shellenv)"
|
||||||
|
fi
|
||||||
|
|
|
||||||
|
|
@ -51,14 +51,15 @@ ZSHZ_TILDE=1
|
||||||
|
|
||||||
plugins=(
|
plugins=(
|
||||||
alias-finder
|
alias-finder
|
||||||
# archlinux
|
|
||||||
bgnotify
|
bgnotify
|
||||||
colored-man-pages
|
colored-man-pages
|
||||||
|
composer
|
||||||
docker
|
docker
|
||||||
docker-compose
|
docker-compose
|
||||||
fd
|
fd
|
||||||
fzf
|
fzf
|
||||||
git
|
git
|
||||||
|
laravel
|
||||||
safe-paste # don't run code when pasting
|
safe-paste # don't run code when pasting
|
||||||
systemd
|
systemd
|
||||||
z
|
z
|
||||||
|
|
@ -66,8 +67,8 @@ plugins=(
|
||||||
zsh-autopair
|
zsh-autopair
|
||||||
zsh-autosuggestions
|
zsh-autosuggestions
|
||||||
zsh-completions
|
zsh-completions
|
||||||
zsh-syntax-highlighting
|
|
||||||
zsh-interactive-cd
|
zsh-interactive-cd
|
||||||
|
zsh-syntax-highlighting
|
||||||
)
|
)
|
||||||
|
|
||||||
# If not running interactively, don't do anything
|
# If not running interactively, don't do anything
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue