From 0a036120139b1dfa36cb8fbe5146cafd613fbcc5 Mon Sep 17 00:00:00 2001 From: rezzect Date: Wed, 8 May 2024 16:39:27 -0700 Subject: [PATCH] adding setup files for Arch and Debian based distros --- linux-setup/arch-setup.sh | 8 ++++---- linux-setup/debian-setup.sh | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/linux-setup/arch-setup.sh b/linux-setup/arch-setup.sh index 40f5d6d..1f65f76 100644 --- a/linux-setup/arch-setup.sh +++ b/linux-setup/arch-setup.sh @@ -85,10 +85,10 @@ installOhMyPosh() { } linkConfig() { - ln -s ~/.rezz-dotfiles/zsh/.zshrc ~/.zshrc - ln -s ~/.rezz-dotfiles/omp-themes/rezztheme-edit.omp.json ~/.omp-themes/ - ln -s ~/.rezz-dotfiles/kitty/kitty.conf ~/.config/kitty/ - ln -s ~/.rezz-dotfiles/ssh/authorized_keys ~/.ssh/ + ln -svf ~/.rezz-dotfiles/zsh/.zshrc ~/.zshrc + 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/ } sudo chsh -s /bin/zsh $USER diff --git a/linux-setup/debian-setup.sh b/linux-setup/debian-setup.sh index d921b26..b94eac5 100644 --- a/linux-setup/debian-setup.sh +++ b/linux-setup/debian-setup.sh @@ -85,10 +85,10 @@ installOhMyPosh() { } linkConfig() { - ln -s ~/.rezz-dotfiles/zsh/.zshrc ~/.zshrc - ln -s ~/.rezz-dotfiles/omp-themes/rezztheme-edit.omp.json ~/.omp-themes/ - ln -s ~/.rezz-dotfiles/kitty/kitty.conf ~/.config/kitty/ - ln -s ~/.rezz-dotfiles/ssh/authorized_keys ~/.ssh/ + ln -svf ~/.rezz-dotfiles/zsh/.zshrc ~/.zshrc + 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/ } sudo chsh -s /bin/zsh $USER