From 7b7b7e878784409c473b86fb6d557a7785767a0b Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Sat, 4 Feb 2023 13:52:11 +0800 Subject: Update --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 798e99d..9ede844 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,9 @@ console: sudo ln -sf `pwd`/misc/vconsole.conf /etc/vconsole.conf zsh: - curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh | bash + ln -sf `pwd`/zsh/zshenv ~/.zshenv + mkdir -p ~/.config/zsh + ln -sf `pwd`/zsh/zshrc ~/.config/zsh/.zshrc fzf: if [ ! -d "$(HOME)/.fzf" ]; then -- cgit v1.2.3-70-g09d2