mine-hyprdots/setup.sh

38 lines
765 B
Bash
Raw Normal View History

2025-04-21 17:53:45 +05:30
#!/bin/bash
2025-04-21 18:02:16 +05:30
cat << EOF | lolcat
_________ __ ____ ___
/ _____/ _____/ |_| | \______
\_____ \_/ __ \ __\ | /\____ \
/ \ ___/| | | | / | |_> >
/_______ /\___ >__| |______/ | __/
\/ \/ |__|
EOF
2025-04-21 17:53:45 +05:30
echo "Copying config files..."
2025-04-22 15:27:09 +05:30
cp -r cava kitty dunst fastfetch gtk-3.0 gtk-4.0 hypr hypridle rofi starship tmux waybar yazi ~/.config/
2025-04-21 17:53:45 +05:30
cp -r bin ~/.local/bin/
2025-04-21 18:02:16 +05:30
cd ~/.local/bin/
chmod +x *
2025-04-22 15:27:09 +05:30
cd ~/hyprdots/
2025-04-21 17:53:45 +05:30
echo "Copying .zshrc..."
cp zsh/.zshrc ~/.zshrc
echo "Cloning dotsh repo..."
mkdir -p ~/SideProjects/
git clone https://github.com/ad1822/dotsh ~/SideProjects/dotsh
cd ~/SideProjects/dotsh || exit
echo "Making scripts executable..."
chmod +x *
echo "Setup complete!"