#!/usr/bin/env bash apt-get -y install powerline DEST=/etc/skel bash -c "cat > /etc/profile.d/powerline.sh" < ${DEST}/.config/powerline/config.json" <