nix-config/sh/105-zsh

18 lines
337 B
Plaintext
Raw Normal View History

2018-08-31 21:43:45 +02:00
#!/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