This commit is contained in:
rezzect 2024-05-08 15:23:11 -07:00
parent d7643c7396
commit 39069dd7d6

View File

@ -83,10 +83,10 @@ installOhMyPosh() {
} }
linkConfig() { linkConfig() {
ln -svf ~/.rezz-dotfiles/zsh/.zshrc ~/.zshrc ln -s ~/.rezz-dotfiles/zsh/.zshrc ~/.zshrc
ln -svf ~/.rezz-dotfiles/omp-themes/rezztheme-edit.omp.json ~/.omp-themes/ ln -s ~/.rezz-dotfiles/omp-themes/rezztheme-edit.omp.json ~/.omp-themes/
ln -svf ~/.rezz-dotfiles/kitty/kitty.conf ~/.config/kitty/ ln -s ~/.rezz-dotfiles/kitty/kitty.conf ~/.config/kitty/
ln -svf ~/.rezz-dotfiles/ssh/authorized_keys ~/.ssh/ ln -s ~/.rezz-dotfiles/ssh/authorized_keys ~/.ssh/
} }
checkEnv checkEnv