Ein Hinweis zur vorherigen Einführung von zsh + prezto auf dem Mac
Installieren Sie gemäß dem Link
https://brew.sh/index_ja.html
$ brew install git
$ brew install zsh
$ sudo vim /etc/shells
...
/bin/bash
/bin/csh
...
/bin/zsh
/usr/local/bin/zsh #← hier
$ chsh -s /usr/local/bin/zsh
Terminal neu starten
Last login: Sat Jan 20 17:39:50 on ttys000
This is the Z Shell configuration function for new users,
zsh-newuser-install.
You are seeing this message because you have no zsh startup files
(the files .zshenv, .zprofile, .zshrc, .zlogin in the directory
~). This function can help you with a few settings that should
make your use of the shell easier.
You can:
(q) Quit and do nothing. The function will be run again next time.
(0) Exit, creating the file ~/.zshrc containing just a comment.
That will prevent this function being run again.
(1) Continue to the main menu.
--- Type one of the keys in parentheses --- 0
https://github.com/sorin-ionescu/prezto
$ git clone --recursive https://github.com/sorin-ionescu/prezto.git "${ZDOTDIR:-$HOME}/.zprezto"
Es wäre schön, das Terminal auf iTerm2 und Einstellungen> Profile> Farben> Farbvoreinstellungen auf "Pastell" zu setzen.
Recommended Posts