[LINUX] Zsh and prezto installation work log on Mac

A note on the previous introduction of zsh + prezto on Mac

Install Homebrew

Install according to the link

https://brew.sh/index_ja.html

Install git

$ brew install git

install zsh

$ brew install zsh

Add the path of zsh installed in / etc / shells

$ sudo vim /etc/shells
...
/bin/bash
/bin/csh
...
/bin/zsh
/usr/local/bin/zsh #← here

Change the shell at startup

$ chsh -s /usr/local/bin/zsh

Reboot the terminal

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

Install prezto

https://github.com/sorin-ionescu/prezto

$ git clone --recursive https://github.com/sorin-ionescu/prezto.git "${ZDOTDIR:-$HOME}/.zprezto"

Other

It would be nice to set the terminal to iTerm2 and Preferences> Profiles> Colors> Color Presets to Pastel. vagrant@homestead: ~ 2019-12-07 19-46-57.png

Recommended Posts

Zsh and prezto installation work log on Mac
Catalina on Mac and pyenv
MQTT on Raspberry Pi and Mac
If Python 3.5.0 installation fails on Mac
Arrow keys do not work in zsh + python shell on mac
Work log when scraping and applying LDA
Replacing rmtrash on Mac and replacing rm on Linux
Let's integrate Django and apache (httpd) on Mac! !!
Remove old pyenv environment on Mac and update
Try importing MLB data on Mac and Python
python on mac
Install Python3 on Mac and build environment [Definitive Edition]
Install selenium on Mac and try it with python
Installing Python 3 on Mac and checking basic operation Part 1
MySQL installation on Aws Linux 2 and test data preparation
Dealing with pip and related installation errors on Ubuntu 18.04
Installation of Docker on Raspberry Pi and L Chika