nix-config/sh/105-zsh
2018-08-31 15:43:45 -04:00

18 lines
337 B
Bash

#!/bin/sh
#
# If for some reason you want to install zsh, you can do that
# here. However, keep in mind that zsh requires a lot of
# configuration to behave similarly to fish.
#
# In other words, use fish.
#
# https://wiki.archlinux.org/index.php/Zsh
set -xe
pacman -S zsh
pacman -S grml-zsh-config
pacman -S zsh-syntax-highlighting