aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@topo.tw>2023-01-30 16:04:08 +0800
committerHsieh Chin Fan <typebrook@topo.tw>2023-01-30 16:04:08 +0800
commit4ff378e244124a5c76f651774fb7216da366bdd4 (patch)
treecb16db0f63f065f08b38c1698fdb67ba3309895f /Makefile
parent188a5706cf6a98753f44f7875673e1fcdcd72d84 (diff)
Update
Diffstat (limited to 'Makefile')
-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;