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