qusal/salt/utils/tools/zsh
2024-05-14 18:43:07 +02:00
..
change-shell.sls chore: copyright update 2024-01-29 16:49:54 +01:00
change-shell.top refactor: initial commit 2023-11-13 14:33:28 +00:00
init.sls chore: copyright update 2024-01-29 16:49:54 +01:00
init.top refactor: initial commit 2023-11-13 14:33:28 +00:00
install.sls fix: remove extraneous package repository updates 2024-03-18 17:51:36 +01:00
install.top refactor: initial commit 2023-11-13 14:33:28 +00:00
README.md doc: nested list indentation 2024-05-14 18:43:07 +02:00
touch-zshrc.sls refactor: initial commit 2023-11-13 14:33:28 +00:00
touch-zshrc.top refactor: initial commit 2023-11-13 14:33:28 +00:00

zsh

Zsh environment in Qubes OS.

Table of Contents

Description

Install Zsh, setup it to be the user shell and touch ~/.zshrc to avoid warnings.

Installation

  • Top:
sudo qubesctl top.enable utils.tools.zsh
sudo qubesctl --targets=TARGET state.apply
sudo qubesctl top.disable utils.tools.zsh
  • State:
sudo qubesctl --skip-dom0 --targets=TEMPLATEVMS state.apply utils.tools.zsh.change-shell
sudo qubesctl --skip-dom0 --targets=APPVMS state.apply utils.tools.zsh.touch-zshrc

Usage

Standard Zsh usage. No extra configuration required.