agdsn-zsh-config

agdsn-zsh-config 0.9.0

Modified version of the Grml Zsh configuration specialised for the needs of system administration

https://github.com/agdsn/agdsn-zsh-config
GNU General Public License v2.0 or later
programs: -
Maintainers
Platforms (46)
i686-openbsdriscv64-linuxsh4-linuxx86_64-redoxs390x-linuxi686-freebsdpowerpc64-linuxaarch64-freebsd
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  agdsn-zsh-config
];
Ad-hoc shell
nix-shell -p agdsn-zsh-config
Flake (nix run)
nix run nixpkgs#agdsn-zsh-config