hyprland install script edited???
parent
28abbc5e29
commit
ac2887fc9c
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
#install components
|
#install components
|
||||||
echo "Installing required Packages"
|
echo "Installing required Packages"
|
||||||
sudo pacman -S base base-devel btop btrfs-progs curl dolphin dunst fastfetch firefox flatpak gcc git gnu-netcat greetd-tuigreet grim grub gst-plugin-pipewire htop hyfetch hyprland iwd jq kitty ldns libpulse linux linux-firmware micro nano networkmanager nmap openssh nerd-fonts pipewire pipewire-alsa pipewire-jack pipewire-pulse polkit-kde-agent qt5-wayland qt6-wayland slurp smartmontools swww unzip vim waybar wget wireless_tools wireplumber wireshark-qt wofi wpa_supplicant xdg-desktop-portal-hyprland xdg-utils xf86-video-amdgpu xf86-video-ati xf86-video-nouveau xf86-video-vmware xorg-server xorg-xinit yazi zip zram-generator zsh
|
sudo pacman -S base base-devel btop btrfs-progs curl dolphin dunst fastfetch firefox flatpak gcc git gnu-netcat greetd-tuigreet grim grub gst-plugin-pipewire htop hyfetch hyprland imagemagick iwd jq kitty ldns libpulse linux linux-firmware micro nano networkmanager nmap openssh nerd-fonts pipewire pipewire-alsa pipewire-jack pipewire-pulse polkit-kde-agent qt5-wayland qt6-wayland slurp smartmontools swww unzip vim waybar wget wireless_tools wireplumber wireshark-qt wofi wpa_supplicant xdg-desktop-portal-hyprland xdg-utils xf86-video-amdgpu xf86-video-ati xf86-video-nouveau xf86-video-vmware xorg-server xorg-xinit yazi zip zram-generator zsh
|
||||||
|
|
||||||
#aur/yay setup
|
#aur/yay setup
|
||||||
echo "Installing yay"
|
echo "Installing yay"
|
||||||
|
|
@ -60,6 +60,7 @@ ln -s ~/Dotfiles/.zshrc ~/.zshrc
|
||||||
|
|
||||||
ln -s ~/Dotfiles/starship.toal ~/.config/starship.toml
|
ln -s ~/Dotfiles/starship.toal ~/.config/starship.toml
|
||||||
ln -s ~/Dotfiles/micro/ ~/.config/micro
|
ln -s ~/Dotfiles/micro/ ~/.config/micro
|
||||||
|
ln -s ~/Dotfiles/yazi/ ~/.config/yazi
|
||||||
|
|
||||||
#final reboot
|
#final reboot
|
||||||
echo "Press any key to reboot"
|
echo "Press any key to reboot"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue