From e27a0bb3c66ba36190f239e47cdb7e39d4b97250 Mon Sep 17 00:00:00 2001 From: Alexander Hosking Date: Tue, 7 Nov 2017 10:25:56 -0500 Subject: [PATCH] Symlink fix for bruise --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index c8cccae..02ab38e 100755 --- a/install.sh +++ b/install.sh @@ -29,7 +29,7 @@ ln -sfv ~/dotfiles ~/.dotfiles ln -sfv "$DOTFILES_DIR/run/.profile" ~ ln -sfv "$DOTFILES_DIR/run/.xprofile" ~ ln -sfv "$DOTFILES_DIR/run/.bashrc" ~ -ln -sfv "$DOTFILES_DIR/run/bruise" ~/apps/bruise +ln -sfv "$DOTFILES_DIR/system/.bruise" ~/apps/bruise ln -sfv "$DOTFILES_DIR/git/.gitconfig" ~ ln -sfv "$DOTFILES_DIR/system/.vimrc" ~ ln -sfv "$DOTFILES_DIR/system/.dir_colors" ~