aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7c1cb14..9ede844 100644
--- a/Makefile
+++ b/Makefile
@@ -26,6 +26,11 @@ gpg:
26console: 26console:
27 sudo ln -sf `pwd`/misc/vconsole.conf /etc/vconsole.conf 27 sudo ln -sf `pwd`/misc/vconsole.conf /etc/vconsole.conf
28 28
29zsh:
30 ln -sf `pwd`/zsh/zshenv ~/.zshenv
31 mkdir -p ~/.config/zsh
32 ln -sf `pwd`/zsh/zshrc ~/.config/zsh/.zshrc
33
29fzf: 34fzf:
30 if [ ! -d "$(HOME)/.fzf" ]; then 35 if [ ! -d "$(HOME)/.fzf" ]; then
31 git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf; 36 git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf;