#!/bin/sh echo "~> Installing i3" pacstrap /mnt i3 feh xcompmgr dmenu acpi echo "~> Creating .xinitrc" echo "xcompmgr -c &" > /mnt/home/*/.xinitrc echo "exec i3" >> /mnt/home/*/.xinitrc