feat(*): initial commit

This commit is contained in:
2022-05-09 00:28:23 +08:00
commit 50d445306b
11 changed files with 2124 additions and 0 deletions

10
zsh/dot-config-osx.zsh Normal file
View File

@@ -0,0 +1,10 @@
# Add HomeBrew PATH
export PATH=/opt/homebrew/bin:$PATH
# EXA
[ -x /opt/homebrew/bin/exa ] && alias ll="exa -l -g --icons"
# PHP
export PATH="/opt/homebrew/opt/php/bin:$PATH"
export PATH="/opt/homebrew/opt/php/sbin:$PATH"