From a502df33cea9806665f550d93999d89585269e93 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 17 Mar 2011 11:18:05 +0100 Subject: Somehow, cairo FINALLY works with conky now --- install.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index c95e9b3..77b8436 100755 --- a/install.sh +++ b/install.sh @@ -13,11 +13,17 @@ function linkmy $CMD $INSTALL_BASEDIR/$1 $HOME/$2 } +function copymy +{ + echo "Copying $INSTALL_BASEDIR/$1 to $HOME/$2" + cp $INSTALL_BASEDIR/$1 $HOME/$2 +} + # AWESOME linkmy config/awesome .config/awesome # CONKY linkmy conkyrc .conkyrc -linkmy conky .conky +copymy conky_box.lua .conky_box.lua # EMACS linkmy emacs .emacs linkmy emacs.d .emacs.d -- cgit v1.2.3-54-g00ecf