homes/update-home.sh
Christophe Buffenoir 809b641f51 Powerline config.
2013-05-02 23:36:55 +02:00

10 lines
222 B
Bash
Executable file

#!/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