changes: hypr,setup.sh,

This commit is contained in:
Ayush Dumasia 2025-04-21 18:02:16 +05:30
parent cd00952c7c
commit a79d12fdb1
4 changed files with 17 additions and 309 deletions

View file

@ -1,11 +1,25 @@
#!/bin/bash
cat << EOF | lolcat
_________ __ ____ ___
/ _____/ _____/ |_| | \______
\_____ \_/ __ \ __\ | /\____ \
/ \ ___/| | | | / | |_> >
/_______ /\___ >__| |______/ | __/
\/ \/ |__|
EOF
echo "Copying config files..."
cp -r cava dunst fastfetch gtk-3.0 gtk-4.0 hypr hypridle rofi starship tmux waybar yazi ~/.config/
cp -r bin ~/.local/bin/
cd ~/.local/bin/
chmod +x *
echo "Copying .zshrc..."
cp zsh/.zshrc ~/.zshrc
@ -19,4 +33,3 @@ echo "Making scripts executable..."
chmod +x *
echo "Setup complete!"