aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@topo.tw>2023-01-30 15:59:09 +0800
committerHsieh Chin Fan <typebrook@topo.tw>2023-01-30 15:59:09 +0800
commit188a5706cf6a98753f44f7875673e1fcdcd72d84 (patch)
tree0713e70127593bf78adaf8d2597631ce9899304a
parent76be936b15916e6a372edebc9776503f61e75dff (diff)
Update
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 798e99d..7c1cb14 100644
--- a/Makefile
+++ b/Makefile
@@ -26,9 +26,6 @@ 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 curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh | bash
31
32fzf: 29fzf:
33 if [ ! -d "$(HOME)/.fzf" ]; then 30 if [ ! -d "$(HOME)/.fzf" ]; then
34 git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf; 31 git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf;