[LINUX] Die Installation von Zsh und Prezto wird auf dem Mac protokolliert

Ein Hinweis zur vorherigen Einführung von zsh + prezto auf dem Mac

Installieren Sie Homebrew

Installieren Sie gemäß dem Link

https://brew.sh/index_ja.html

Git installieren

$ brew install git

Installieren Sie zsh

$ brew install zsh

Fügen Sie den Pfad des in / etc / shells installierten zsh hinzu

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

Ändern Sie die Shell beim Start

$ 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

Installieren Sie prezto

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

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

Andere

Es wäre schön, das Terminal auf iTerm2 und Einstellungen> Profile> Farben> Farbvoreinstellungen auf "Pastell" zu setzen. vagrant@homestead: ~ 2019-12-07 19-46-57.png

Recommended Posts

Die Installation von Zsh und Prezto wird auf dem Mac protokolliert
Catalina auf Mac und Pyenv
MQTT auf Raspberry Pi und Mac
Wenn die Installation von Python 3.5.0 auf einem Mac fehlschlägt
Die Pfeiltasten funktionieren in der zsh + python-Shell auf dem Mac nicht
Arbeitsprotokoll beim Schaben und Anwenden von LDA
Lassen Sie uns Django und Apache (httpd) auf dem Mac integrieren! !!
Entfernen Sie die alte Pyenv-Umgebung auf dem Mac und aktualisieren Sie sie
Versuchen Sie, MLB-Daten auf Mac und Python zu importieren
Python auf Mac
Installieren Sie Python3 auf einem Mac und erstellen Sie eine Umgebung [Definitive Edition]
Installieren Sie Selenium auf Ihrem Mac und probieren Sie es mit Python aus
Installieren von Python 3 auf einem Mac und Überprüfen der Grundfunktionen Teil 1
MySQL-Installation unter Aws Linux 2 und Vorbereitung der Testdaten
Umgang mit Pip und damit verbundenen Installationsfehlern unter Ubuntu 18.04
Installation von Docker auf Raspberry Pi und L Chika