install_common now knows how to deal with terminator

This commit is contained in:
Cyryl Plotnicki-Chudyk 2014-10-26 10:02:50 +01:00
parent eeeef85ae3
commit caf87c1b95

View file

@ -25,6 +25,10 @@ ln -s "$DIR/.Slic3r" ~/.
ln -s "$DIR/.gitconfig.linux.private" ~/.gitconfig
ln -s "$DIR/tools" ~/
# stuff that does not like symbolic links
rm -f ~/.config/terminator/config
ln "$DIR/.config/terminator/config" ~/.config/terminator/config
#install fonts
mkdir ~/.fonts
cp -rv "$DIR/fonts" ~/.fonts