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