From 84951b7f5325cfb345bdbfb1950a64669bfc1f3c Mon Sep 17 00:00:00 2001 From: Alexander Hosking Date: Tue, 12 Dec 2017 00:07:44 -0500 Subject: [PATCH] Fix symlink and make it executable --- install.sh | 2 +- system/.keybrightness | 0 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 system/.keybrightness diff --git a/install.sh b/install.sh index 19177e6..a120ce0 100755 --- a/install.sh +++ b/install.sh @@ -34,7 +34,7 @@ ln -sfv "$DOTFILES_DIR/run/.profile" ~ ln -sfv "$DOTFILES_DIR/run/.xprofile" ~ ln -sfv "$DOTFILES_DIR/run/.bashrc" ~ ln -sfv "$DOTFILES_DIR/system/.bruise" ~/bin/bruise -ln -sfv "$DOTFILE_DIR/system/.keybrightness" ~/bin/keybrightness +ln -sfv "$DOTFILES_DIR/system/.keybrightness" ~/bin/keybrightness ln -sfv "$DOTFILES_DIR/git/.gitconfig" ~ ln -sfv "$DOTFILES_DIR/system/.vimrc" ~ ln -sfv "$DOTFILES_DIR/system/.dir_colors" ~ diff --git a/system/.keybrightness b/system/.keybrightness old mode 100644 new mode 100755