From 3b5b0d5824dfaceabd1e52a269e15976dcfd2151 Mon Sep 17 00:00:00 2001 From: DannyDannyDanny Date: Fri, 10 Nov 2023 21:50:42 +0100 Subject: [PATCH] :fire: remove lf make target --- makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/makefile b/makefile index 9d69616..614b9c6 100644 --- a/makefile +++ b/makefile @@ -60,11 +60,6 @@ setup_brew: test -r ~/.bash_profile && echo "eval \"\$($(brew --prefix)/bin/brew shellenv)\"" >> ~/.bash_profile echo "eval \"\$($(brew --prefix)/bin/brew shellenv)\"" >> ~/.profile -setup_lf: - brew install lf - mkdir -p ~/.config/lf - ln -s -f ~/dotfiles/.config/lf/lf.zsh ~/.config/lf/lf.zsh - setup_fzf: brew install fzf $(brew --prefix)/opt/fzf/install --key-bindings --completion --no-bash --no-fish --all