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/ }