#!/usr/bin/env bash if [ "$1" == '--graphic' ] then rsync -av graphic/ ~/ fc-cache -vf ~/.fonts fi rsync -av common/ ~/ sed -i "s/REPLACEMEWITHFIRSTLETTEROFHOSTNAME/`expr substr \`hostname\` 1 1`/g" ~/.tmux.conf