Let's play around with persistent volumes on GKE.
$ gcloud init
<output_omitted>sudo pacman -Syu zsh
You do not need to install manjaro-zsh-config and all the other related packages like zsh-syntax-highlighting, zsh-history-substring-search, zsh-autosuggestions, etc., as we will use Oh My Zsh.
| { | |
| "root": true, | |
| "extends": [ | |
| "eslint:recommended", | |
| "plugin:import/errors", | |
| "plugin:import/warnings" | |
| ], | |
| "parserOptions": { | |
| "ecmaVersion": 7, | |
| "sourceType": "module" |