perf: 🚀 Add some basic packages for Pacman in script
This commit is contained in:
parent
868be334e3
commit
017f776cfe
1 changed files with 10 additions and 0 deletions
10
setup.sh
10
setup.sh
|
@ -1,5 +1,9 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
set -euo pipefail
|
||||||
|
|
||||||
|
|
||||||
|
sudo pacman -S hyprland waybar dunst kitty neovim git wl-clipboard xdg-desktop-portal-hyprland xdg-desktop-portal wofi network-manager-applet brightnessctl pavucontrol tmux rofi yazi firefox pamixer hyprlock grim slurp
|
||||||
|
|
||||||
cat << EOF | lolcat
|
cat << EOF | lolcat
|
||||||
_________ __ ____ ___
|
_________ __ ____ ___
|
||||||
|
@ -11,6 +15,7 @@ cat << EOF | lolcat
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|
||||||
echo "Copying config files..."
|
echo "Copying config files..."
|
||||||
cp -r cava kitty dunst fastfetch gtk-3.0 gtk-4.0 hypr hypridle rofi starship tmux waybar yazi ~/.config/
|
cp -r cava kitty dunst fastfetch gtk-3.0 gtk-4.0 hypr hypridle rofi starship tmux waybar yazi ~/.config/
|
||||||
|
|
||||||
|
@ -19,6 +24,11 @@ chmod +x *
|
||||||
|
|
||||||
cd ~/hyprdots
|
cd ~/hyprdots
|
||||||
|
|
||||||
|
cd ~/.config/rofi
|
||||||
|
chmod +x *
|
||||||
|
|
||||||
|
cd ~/hyprdots
|
||||||
|
|
||||||
cp -r bin ~/.local/bin/
|
cp -r bin ~/.local/bin/
|
||||||
|
|
||||||
cd ~/.local/bin/
|
cd ~/.local/bin/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue