tags: Development Tools | True Fragrance Series mac os x development tools m1 mac
The tutorial on the Internet has been much more, but many still is not enough, I summarize a comprehensive tutorial here.
Use the following command to view (M1 default ZSH):
echo $SHELL
Iterms2 Download Address Click here:https://iterm2.com/
Select in the setting of ITERM2profiles --> colors SelectSolarized Dark

OH My ZSH is an open source, community-driven framework for managing your ZSH configuration.
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
This method generally cannot be installed due to Github landing (443), so it is recommended to install the following manner:
git clone https://gitee.com/mirrors/oh-my-zsh ~/.oh-my-zsh
.oh-my-zsh In the filezshrc.zsh-template The file is copied into a zshrc file:cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc
turn on zshrc File willZSH_THEME = "Robbyrussell" modified to zsh_theme = "agnoster"
vim ~/.zshrc

zshrc File, refresh the configuration file:zsh ~/.zshrc
// Clone Clone
git clone [https://github.com/powerline/fonts.git](https://github.com/powerline/fonts.git)
// install Install
cd fonts
./install.sh
Profile middle Text The fonts in the tabs, font and non-ASCII font are set to Powerline's font, and the fonts set here areMeslo LG S DZ for Powerline[Outer chain picture "failed, the source station may have an anti-theft chain mechanism, it is recommended to save the picture directly upload (IMG-9WKE7M8O-1618963052299) (https://cdn.jsdelivr.net/gh/coderluojust/pic-bed@master /IMG/20210418184150.png)]
git clone git://github.com/zsh-users/zsh-autosuggestions $ZSH_CUSTOM/plugins/zsh-autosuggestions
git clone git://github.com/zsh-users/zsh-syntax-highlighting $ZSH_CUSTOM/plugins/zsh-syntax-highlighting
vim ~/.zshrc
# Find Plugins in the file, modify
plugins=(
git
zsh-autosuggestions
zsh-syntax-highlighting
)

zsh ~/.zshrc
At this point, Mac m1 installed ITERM2 + OH my zsh + zsh-syntax-highlighting has been completed, I used Mac computers for the first time, I prefer it to be more and more, I really like it!
If this article helps you help you, please pay attention to me, I will also share more M1 MAC-related tutorials, thank you for reading.
1, pre-check 2, the installation ob-my-zsh 3, install Powerline 4, set the font 5, the color scheme setting 6, install the oh-my-zsh theme 7, install the plug...
Mac configure oh my zsh and use ITerm2 First look at the final effect The first step is to install on my zsh Switch to zsh Change theme Open the .zshrc in the user root directory with vim on the comma...
Renderings ITERM2 download Official website:https://iterm2.com brew:brew cask install iterm2 OH-my-zsh download Download command:$ sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/maste...
Install Oh-my-zsh CURL installation method Wget installation method Set the subject Then from Preferences>Profiles>Default>Colors, Find a place where the topic in the lower right corner is fo...
1. Install iTerms2 Download and install the official website Change the default shell to zsh by running the following command 2. Install oh-my-zsh according toOfficial website, use curl or wget to dow...
My Mac terminal configuration (Mac OSX + iTerm2 + Zsh + Oh-My-Zsh) Presentation tools iTerm2: Mac alternatives under Terminal terminal, has a more powerful, want to know more please pokeiTerm2 officia...
1. Switch to zsh environment Switch to zshchsh -s /bin/zshAnd restart the terminal 2. Install oh my zsh Execute one of the following commands: sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/o...
Required software Iterm2: terminal tool Zsh: another shell for Linux, the default for mac is bash Oh-my-zsh: a tool for managing zsh, which can provide plugins, main body, etc. Install iTerm2 Go direc...
iterm2+zsh+oh-my-zsh+powerlevel10k First, download ITERM2 Method 1: Official website download https://iterm2.com/ Method 2: Baidu cloud download Link: https://pan.baidu.com/s/1zzntbvcg4a2nau0Gmbzig Pa...
Mac installation oh-my-zsh After the installation is configured...