aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@topo.tw>2023-02-04 13:52:11 +0800
committerHsieh Chin Fan <typebrook@topo.tw>2023-02-04 13:52:11 +0800
commit7b7b7e878784409c473b86fb6d557a7785767a0b (patch)
tree88ea36d71cc2288313bf0c6e827751564b922251 /Makefile
parentd43d8b4e859ae5266476db218824a06a149e01d8 (diff)
Update
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 798e99d..9ede844 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,9 @@ console:
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: 29zsh:
30 curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh | bash 30 ln -sf `pwd`/zsh/zshenv ~/.zshenv
31 mkdir -p ~/.config/zsh
32 ln -sf `pwd`/zsh/zshrc ~/.config/zsh/.zshrc
31 33
32fzf: 34fzf:
33 if [ ! -d "$(HOME)/.fzf" ]; then 35 if [ ! -d "$(HOME)/.fzf" ]; then