mirror of
https://github.com/ClovertaTheTrilobita/niri-dots.git
synced 2026-04-01 22:04:53 +00:00
update packages
This commit is contained in:
parent
008b8da26b
commit
931dc656a9
2 changed files with 6 additions and 5 deletions
|
|
@ -164,10 +164,10 @@ if [ "$family" = "arch" ]; then
|
||||||
|
|
||||||
if [[ -z "$aur_helper" ]]; then
|
if [[ -z "$aur_helper" ]]; then
|
||||||
echo "Continue installing using pacman, replacing swaylock-fancy with swaylock"
|
echo "Continue installing using pacman, replacing swaylock-fancy with swaylock"
|
||||||
sudo pacman -S --needed cava cliphist fastfetch fuzzel kitty mako niri swaylock swaync waybar wlogout wofi swaybg swww sddm cliphist
|
sudo pacman -S --needed cava imagemagick cliphist fastfetch fuzzel kitty mako niri swaylock swaync waybar wlogout wofi swaybg swww sddm cliphist
|
||||||
else
|
else
|
||||||
echo "Installing packages..."
|
echo "Installing packages..."
|
||||||
"$aur_helper" -S --needed cava cliphist fastfetch fuzzel kitty mako niri swaylock-fancy-git swaync waybar wlogout wofi swaybg swww sddm cliphist
|
"$aur_helper" -S --needed cava imagemagick cliphist fastfetch fuzzel kitty mako niri swaylock-fancy-git swaync waybar wlogout wofi swaybg swww sddm cliphist
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Setting up SDDM..."
|
echo "Setting up SDDM..."
|
||||||
|
|
@ -177,7 +177,8 @@ if [ "$family" = "arch" ]; then
|
||||||
|
|
||||||
mkdir -p ~/.config
|
mkdir -p ~/.config
|
||||||
shopt -s nullglob dotglob
|
shopt -s nullglob dotglob
|
||||||
cp -r "$script_dir/.configs/"* ~/.config/
|
echo "Copying $script_dir/.configs/* to ~/.config/"
|
||||||
|
cp -a "$script_dir/.configs/." ~/.config/
|
||||||
shopt -u nullglob dotglob
|
shopt -u nullglob dotglob
|
||||||
|
|
||||||
echo "Do you wish to use the grub theme from https://github.com/mateosss/matter?[Y/n]"
|
echo "Do you wish to use the grub theme from https://github.com/mateosss/matter?[Y/n]"
|
||||||
|
|
@ -213,6 +214,6 @@ if [ "$family" = "arch" ]; then
|
||||||
done
|
done
|
||||||
else
|
else
|
||||||
echo "Your Distro is not supported yet, Please install these needed packages manually:"
|
echo "Your Distro is not supported yet, Please install these needed packages manually:"
|
||||||
echo "cava cliphist fastfetch fuzzel kitty mako niri swaylock swaync swww swagbg waybar wlogout wofi sddm"
|
echo "cava cliphist fastfetch fuzzel imagemagick kitty mako niri swaylock swaync swww swagbg waybar wlogout wofi sddm"
|
||||||
echo "You can use the replace.sh to replace all the configs after install. :)"
|
echo "You can use the replace.sh to replace all the configs after install. :)"
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ set -euo pipefail
|
||||||
echo "This is a really simple script that helps you move all config files into place."
|
echo "This is a really simple script that helps you move all config files into place."
|
||||||
echo "So you don't need to replace them one by one."
|
echo "So you don't need to replace them one by one."
|
||||||
echo "Make sure you have the following packages installed (if you want to use them):"
|
echo "Make sure you have the following packages installed (if you want to use them):"
|
||||||
echo "cava cliphist fastfetch fuzzel kitty mako niri swaylock swaync swww swaybg waybar wlogout wofi sddm"
|
echo "cava cliphist imagemagick fastfetch fuzzel kitty mako niri swaylock swaync swww swaybg waybar wlogout wofi sddm"
|
||||||
|
|
||||||
echo "Do you wish to continue?[y/N]"
|
echo "Do you wish to continue?[y/N]"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue