reshuffled install script
parent
d5b0b46efc
commit
450d3d9e3b
|
|
@ -2,9 +2,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 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 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 zip zram-generator zsh
|
||||||
#networkmanager setup
|
|
||||||
echo "enabling NetworkManager"
|
|
||||||
sudo systemctl enable NetworkManager.service
|
|
||||||
#aur/yay setup
|
#aur/yay setup
|
||||||
echo "Installing yay"
|
echo "Installing yay"
|
||||||
cd ~
|
cd ~
|
||||||
|
|
@ -16,6 +14,10 @@ makepkg -si
|
||||||
yay --version
|
yay --version
|
||||||
cd ~/install-tmp
|
cd ~/install-tmp
|
||||||
|
|
||||||
|
#networkmanager setup
|
||||||
|
echo "enabling NetworkManager"
|
||||||
|
sudo systemctl enable NetworkManager.service
|
||||||
|
|
||||||
#desktop env dotfiles
|
#desktop env dotfiles
|
||||||
echo "Installing Desktop enviroment configs"
|
echo "Installing Desktop enviroment configs"
|
||||||
ln -s ~/Dotfiles/desktopenvs/hyprland/waybar/ ~/.config/waybar
|
ln -s ~/Dotfiles/desktopenvs/hyprland/waybar/ ~/.config/waybar
|
||||||
|
|
@ -56,7 +58,7 @@ rm ~/.zshrc
|
||||||
ln -s ~/Dotfiles/.bashrc ~/.bashrc
|
ln -s ~/Dotfiles/.bashrc ~/.bashrc
|
||||||
ln -s ~/Dotfiles/.zshrc ~/.zshrc
|
ln -s ~/Dotfiles/.zshrc ~/.zshrc
|
||||||
|
|
||||||
ln -s ~/Dotfiles/starship.toml ~/.config/starship.toml
|
ln -s ~/Dotfiles/starship.toal ~/.config/starship.toml
|
||||||
ln -s ~/Dotfiles/micro/ ~/.config/micro
|
ln -s ~/Dotfiles/micro/ ~/.config/micro
|
||||||
|
|
||||||
#final reboot
|
#final reboot
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue