changes: hypr,setup.sh,
This commit is contained in:
parent
cd00952c7c
commit
a79d12fdb1
4 changed files with 17 additions and 309 deletions
15
setup.sh
15
setup.sh
|
@ -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!"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue