diff --git a/hyprland-full-install-script.sh b/hyprland-full-install-script.sh index d8370c6..b21ee1e 100644 --- a/hyprland-full-install-script.sh +++ b/hyprland-full-install-script.sh @@ -82,9 +82,19 @@ makepkg -si yay --version cd ~/install-tmp +cd ~ +rm ~/.bashrc +rm ~/.zshrc +ln -s ~/Dotfiles/.bashrc .bashrc +ln -s ~/Dotfiles/.zshrc .zshrc + +ln -s ~/Dotfiles/starship.toml ~/.config/starship.toml +ln -s ~/Dotfiles/micro/ ~/.config/micro +ln -s ~/Dotfiles/git/.gitconfig ~/.gitconfig + + chsh -s /usr/bin/zsh homectl update --shell=/usr/bin/zsh - -cd ~ +systemctl reboot \ No newline at end of file