aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-09-09 16:16:17 +1200
committerTom Ryder <tom@sanctum.geek.nz>2012-09-09 16:16:17 +1200
commit442ac0491cd00bc48d953289206e81e887bbc0d0 (patch)
tree0585d331162fa7e0b5ac4088b026ae4ed25cf579 /install
parentUpdate install script (diff)
downloaddotfiles-442ac0491cd00bc48d953289206e81e887bbc0d0.tar.gz
dotfiles-442ac0491cd00bc48d953289206e81e887bbc0d0.zip
D'oh
Diffstat (limited to 'install')
-rwxr-xr-xinstall2
1 files changed, 1 insertions, 1 deletions
diff --git a/install b/install
index b8cdc634..9330cdc9 100755
--- a/install
+++ b/install
@@ -29,6 +29,6 @@ if [[ $1 == "-X" ]]; then
ln -fs ".dotfiles/X/xsessionrc" "${HOME}/.xsessionrc"
mkdir -p "${HOME}/.config"
[[ -e "${HOME}/.config/awesome" ]] && rm -r "${HOME}/.config/awesome"
- ln -fs "../.dotfiles/awesome" "${HOME}/.config/awesom"
+ ln -fs "../.dotfiles/awesome" "${HOME}/.config/awesome"
fi