mirror of
https://github.com/ClovertaTheTrilobita/niri-dots.git
synced 2026-04-01 22:04:53 +00:00
added needed packages
This commit is contained in:
parent
a49e5c30f8
commit
a0672cce4f
2 changed files with 14 additions and 5 deletions
13
README.md
13
README.md
|
|
@ -30,6 +30,15 @@ chmod +x install.sh
|
||||||
>
|
>
|
||||||
> This script should only be used when you just setup your system and haven't install anything yet. It might (though the possibilities are low) break some of your packages since it'll do packages installations for you.
|
> This script should only be used when you just setup your system and haven't install anything yet. It might (though the possibilities are low) break some of your packages since it'll do packages installations for you.
|
||||||
|
|
||||||
|
After rebooting your system in to Niri, if you want to use my wallpaper, simply execute
|
||||||
|
|
||||||
|
```shell
|
||||||
|
chmod +x $HOME/.config/niri/scripts/switch-wallpaper.sh
|
||||||
|
$HOME/.config/niri/scripts/switch-wallpaper.sh $HOME/.config/niri/wallpapers/sunset.jpg
|
||||||
|
```
|
||||||
|
|
||||||
|
Note that this script doesn't install packages that might deeply effect your system e.g. `powerprofilesctl`, you have the freedom to configure it your self :p
|
||||||
|
|
||||||
### If you already done some configuration
|
### If you already done some configuration
|
||||||
|
|
||||||
That's even more simple!
|
That's even more simple!
|
||||||
|
|
@ -47,14 +56,14 @@ This will replace some of your config files (It will make backups).
|
||||||
|
|
||||||
### Manual installation
|
### Manual installation
|
||||||
|
|
||||||
I guess this dot might be a bit too easy to use a installation script.
|
I guess this dot might be a bit too easy to use an installation script.
|
||||||
|
|
||||||
#### Arch Linux
|
#### Arch Linux
|
||||||
|
|
||||||
##### 1. Install packages
|
##### 1. Install packages
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
yay -S --needed cava fastfetch fuzzel kitty mako niri swaylock-fancy-git swaync waybar wlogout wofi sddm
|
yay -S --needed cava cliphist fastfetch fuzzel kitty mako niri swaylock swaync swww swaybg waybar wlogout wofi sddm
|
||||||
```
|
```
|
||||||
|
|
||||||
##### 2. Copy configuration files
|
##### 2. Copy configuration files
|
||||||
|
|
|
||||||
|
|
@ -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 fastfetch fuzzel kitty mako niri swaylock swaync waybar wlogout wofi swaybg swww sddm
|
sudo pacman -S --needed cava 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 fastfetch fuzzel kitty mako niri swaylock-fancy-git swaync waybar wlogout wofi swaybg swww sddm
|
"$aur_helper" -S --needed cava 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..."
|
||||||
|
|
@ -213,6 +213,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 fastfetch fuzzel kitty mako niri swaylock swaync swww swagbg waybar wlogout wofi sddm"
|
echo "cava cliphist fastfetch fuzzel 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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue