#!/usr/bin/env bash

# install zsh
sudo pacman -S zsh zsh-syntax-highlighting fzf --noconfirm

chsh -s /bin/zsh
