adding setup files for Arch and Debian based distros
This commit is contained in:
parent
bf7735b02f
commit
0a03612013
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user