adding setup files for Arch and Debian based distros

This commit is contained in:
rezzect 2024-05-08 16:39:27 -07:00
parent bf7735b02f
commit 0a03612013
2 changed files with 8 additions and 8 deletions

View File

@ -85,10 +85,10 @@ installOhMyPosh() {
} }
linkConfig() { linkConfig() {
ln -s ~/.rezz-dotfiles/zsh/.zshrc ~/.zshrc ln -svf ~/.rezz-dotfiles/zsh/.zshrc ~/.zshrc
ln -s ~/.rezz-dotfiles/omp-themes/rezztheme-edit.omp.json ~/.omp-themes/ ln -svf ~/.rezz-dotfiles/omp-themes/rezztheme-edit.omp.json ~/.omp-themes/
ln -s ~/.rezz-dotfiles/kitty/kitty.conf ~/.config/kitty/ ln -svf ~/.rezz-dotfiles/kitty/kitty.conf ~/.config/kitty/
ln -s ~/.rezz-dotfiles/ssh/authorized_keys ~/.ssh/ ln -svf ~/.rezz-dotfiles/ssh/authorized_keys ~/.ssh/
} }
sudo chsh -s /bin/zsh $USER sudo chsh -s /bin/zsh $USER

View File

@ -85,10 +85,10 @@ installOhMyPosh() {
} }
linkConfig() { linkConfig() {
ln -s ~/.rezz-dotfiles/zsh/.zshrc ~/.zshrc ln -svf ~/.rezz-dotfiles/zsh/.zshrc ~/.zshrc
ln -s ~/.rezz-dotfiles/omp-themes/rezztheme-edit.omp.json ~/.omp-themes/ ln -svf ~/.rezz-dotfiles/omp-themes/rezztheme-edit.omp.json ~/.omp-themes/
ln -s ~/.rezz-dotfiles/kitty/kitty.conf ~/.config/kitty/ ln -svf ~/.rezz-dotfiles/kitty/kitty.conf ~/.config/kitty/
ln -s ~/.rezz-dotfiles/ssh/authorized_keys ~/.ssh/ ln -svf ~/.rezz-dotfiles/ssh/authorized_keys ~/.ssh/
} }
sudo chsh -s /bin/zsh $USER sudo chsh -s /bin/zsh $USER