From eb20018d4d9c4100766f41ffcd3147a075e6c8cd Mon Sep 17 00:00:00 2001 From: The_miro Date: Mon, 11 Nov 2024 11:18:49 +0100 Subject: [PATCH] added lns for cli ops --- hyprland-full-install-script.sh | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) 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