Personal config on my mac!
# Script to apple intel
curl -sSL https://raw.githubusercontent.com/fusengine/mac-conf/master/install.sh | sh
# Script to apple silicon
curl -sSL https://raw.githubusercontent.com/fusengine/mac-conf/master/install-apple-silicon.sh | sh
fish_config
## commande fish_config
'brew update; brew upgrade; brew cleanup; brew cu -facy; rm -rf (brew --cache)'
'yarn global upgrade; yarn cache clean'
# fisher add fishpkg/fish-prompt-metro
# fisher add franciscolourenco/done
fisher install matchai/spacefish
fisher install franciscolourenco/done
fisher install laughedelic/brew-completions
fisher
fisher update
set -gx PATH $PATH $HOME/.composer/vendor/bin
set -U fish_user_paths $HOME/.composer/vendor/bin
if you have bug run this on your terminal
curl -Lo ~/.config/fish/functions/humanize_duration.fish --create-dirs https://raw.githubusercontent.com/fishpkg/fish-humanize-duration/master/humanize_duration.fish
curl -Lo ~/.config/fish/conf.d/done.fish --create-dirs https://raw.githubusercontent.com/franciscolourenco/done/master/conf.d/done.fish
sudo rm -rf /usr/local/Cellar /usr/local/.git && brew cleanup
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"