Installation
Grâce au tutoriel soMyUltimateM12021
Installation de Rosetta
/usr/sbin/softwareupdate --install-rosetta --agree-to-license
Je n'ai pas fait l'installation de Xcode CLI (malheureusement je l'ai déjà fait avec AppStore)
xcode-select --install
configuration pour avoir un Terminal Rosetta
Then, make a “Rosetta” version of your terminal with the following directions (or watch the GIF below): Go to your “Applications” folder on Finder → right click Terminal in the “Utilities” folder → Duplicate → rename to “Rosetta Terminal” → Get Info → Open using Rosetta
Lancer la commande suivant pour savoir sur quelle architecture on est
arch
Installation de zsh, oh my zsh depuis iTerm2
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
Liste de plugin:
- zsh-autosuggestions
- zsh-syntax-highlighting
- powerlevel10k
Liste d'alias:
- This allows you to run your non-native version of homebrew without using the “Rosetta” terminal.
alias brewr="arch -x86_64 /usr/local/bin/brew $@
Backlinks