From effeb3ff15a1d430b1db41b560917c5111426453 Mon Sep 17 00:00:00 2001 From: rezzect Date: Wed, 8 May 2024 15:19:25 -0700 Subject: [PATCH] a --- linux-setup/arch-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-setup/arch-setup.sh b/linux-setup/arch-setup.sh index a1cc358..79e6e54 100644 --- a/linux-setup/arch-setup.sh +++ b/linux-setup/arch-setup.sh @@ -83,7 +83,7 @@ installOhMyPosh() { linkConfig() { ln -svf ~/.rezz-dotfiles/zsh/.zshrc ~/.zshrc - ln -svf ~/.rezz-dotfiles/omp-themes/rezztheme-edit.omp.json ~/.omp-themes + ln -svf ~/.rezz-dotfiles/omp-themes/rezztheme-edit.omp.json ~/.omp-themes/ ln -svf ~/.rezz-dotfiles/kitty/kitty.conf ~/.config/kitty/ ln -svf ~/.rezz-dotfiles/ssh/authorized_keys ~/.ssh/ }