install_common now knows how to deal with terminator
This commit is contained in:
parent
eeeef85ae3
commit
caf87c1b95
1 changed files with 4 additions and 0 deletions
|
@ -25,6 +25,10 @@ ln -s "$DIR/.Slic3r" ~/.
|
||||||
ln -s "$DIR/.gitconfig.linux.private" ~/.gitconfig
|
ln -s "$DIR/.gitconfig.linux.private" ~/.gitconfig
|
||||||
ln -s "$DIR/tools" ~/
|
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
|
#install fonts
|
||||||
mkdir ~/.fonts
|
mkdir ~/.fonts
|
||||||
cp -rv "$DIR/fonts" ~/.fonts
|
cp -rv "$DIR/fonts" ~/.fonts
|
||||||
|
|
Loading…
Reference in a new issue