# Raspberry Pi Zero 2 W 育成日記 [[Raspberry Pi Zero 2 W]] - sudo apt update - sudo apt upgrade - sudo sh -c "wpa_passphrase [SSID] [PASSPHRASE] >> /etc/wpa_supplicant/wpa_supplicant.conf" - copy ssh keys and config to .ssh - copy Makefile to home - echo $SHELL - /bin/bash - sudo apt install -y vim - default vi is tiny or small version - sudo apt install -y zsh git tmux - git clone [email protected]:hibi-myzk/dotfiles.git .dotfiles - cd Makefile - make setup - which zsh - chsh -s /usr/bin/zsh - exec zsh --- - reset - too heavy to use --- - sudo apt update - sudo apt upgrade - sudo apt install -y zsh git tmux - sudo ln -s /usr/bin/vi /usr/bin/vim ``` 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. (2) Populate your ~/.zshrc with the configuration recommended by the system administrator and exit (you will need to edit the file by hand, if so desired). ``` -> 2