diff --git a/setup/modules/Desktop-Enviroments/hyprland.sh b/setup/modules/Desktop-Enviroments/hyprland.sh index aa22de3..16c8e6c 100644 --- a/setup/modules/Desktop-Enviroments/hyprland.sh +++ b/setup/modules/Desktop-Enviroments/hyprland.sh @@ -1,7 +1,7 @@ #!/bin/bash echo "Installing required Packages" -sudo pacman -Syu --noconfirm hyprland hyprcursor hyprpaper hyprlock kitty alacritty dunst nwg-dock-hyprland nwg-drawer nwg-menu nwg-look python cmake meson cpio pkgconf ruby-pkg-config hyprsunset ksshaskpass +sudo pacman -Syu --noconfirm hyprland hyprcursor wl-clipboard hyprpaper hyprlock wofi kitty alacritty dunst nwg-dock-hyprland nwg-drawer nwg-menu nwg-look python cmake meson cpio pkgconf ruby-pkg-config hyprsunset ksshaskpass echo "Installing AUR packages" yay -Syu --answerdiff None --answerclean All hyprland-workspaces bluetuith wvkbd kew @@ -34,7 +34,6 @@ gsettings set org.gnome.desktop.interface icon-theme Papirus-Dark hyprpm update hyprpm add https://github.com/hyprwm/hyprland-plugins -hyprpm enable hyprexpo rm -rf ~/.config/kitty ln -s ~/Dotfiles/desktopenvs/hyprland/kitty/ ~/.config/ diff --git a/setup/modules/core-packages.sh b/setup/modules/core-packages.sh index 38f9166..9f8be49 100644 --- a/setup/modules/core-packages.sh +++ b/setup/modules/core-packages.sh @@ -1,2 +1,2 @@ #!/bin/bash -sudo pacman -Syu python python-pip atool nvim curl wget fastfetch fail2ban man-db wprs +sudo pacman -Syu 7zip pipewire distrobox htop nano vim firefox flatpak grub inetutils networkmanager neovim openssh base base-devel cockpit cockpit-files cockpit-podman zip unzip ufw fastfetch git wireplumber wpa_supplicant tree traceroute smartmontools ruby-pkg-config rust rustup usbutils pciutils qrencode bind btop gcc glib2 python python-pip atool nvim curl wget fastfetch fail2ban man-db wprs diff --git a/setup/modules/shell.sh b/setup/modules/shell.sh index 607f87d..505eee1 100644 --- a/setup/modules/shell.sh +++ b/setup/modules/shell.sh @@ -12,7 +12,7 @@ rm -rf ~/.config/starship.toml ln -s ~/Dotfiles/starship.toml ~/.config/ rm -rf ~/.config/micro/ -ln -s ~/Dotfiles/micro/ ~/.config/ +cp -r ~/Dotfiles/micro/ ~/.config/ #vim plug installer