summaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2011-03-17 11:18:05 +0100
committerGravatar Tom Willemsen2011-03-17 11:18:32 +0100
commita502df33cea9806665f550d93999d89585269e93 (patch)
tree75908608549430afd9702b8b7c4936b7ca7b97af /install.sh
parent0ba61fc0e557fe1f90aa317333545ef9198c641b (diff)
downloaddotfiles-a502df33cea9806665f550d93999d89585269e93.tar.gz
dotfiles-a502df33cea9806665f550d93999d89585269e93.zip
Somehow, cairo FINALLY works with conky now
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh8
1 files changed, 7 insertions, 1 deletions
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