mirror of
https://github.com/ben-grande/qusal.git
synced 2024-10-01 02:35:49 -04:00
36 lines
689 B
Markdown
36 lines
689 B
Markdown
|
# zsh
|
||
|
|
||
|
Zsh environment in Qubes OS.
|
||
|
|
||
|
## Table of Contents
|
||
|
|
||
|
* [Description](#description)
|
||
|
* [Installation](#installation)
|
||
|
* [Usage](#usage)
|
||
|
|
||
|
## Description
|
||
|
|
||
|
Install Zsh, setup it to be the user shell and touch ~/.zshrc to avoid
|
||
|
warnings.
|
||
|
|
||
|
## Installation
|
||
|
|
||
|
- Top
|
||
|
```sh
|
||
|
qubesctl top.enable utils.tools.zsh
|
||
|
qubesctl --targets=TARGET state.apply
|
||
|
qubesctl top.disable utils.tools.zsh
|
||
|
```
|
||
|
|
||
|
- State
|
||
|
<!-- pkg:begin:post-install -->
|
||
|
```sh
|
||
|
qubesctl --skip-dom0 --targets=TEMPLATEVMS state.apply utils.tools.zsh.change-shell
|
||
|
qubesctl --skip-dom0 --targets=APPVMS state.apply utils.tools.zsh.touch-zshrc
|
||
|
```
|
||
|
<!-- pkg:end:post-install -->
|
||
|
|
||
|
## Usage
|
||
|
|
||
|
Standard Zsh usage. No extra configuration required.
|