one step closer to a working autoinstall
parent
4886372fb3
commit
fa259d8534
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
echo "Installing required Packages"
|
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"
|
echo "Installing AUR packages"
|
||||||
yay -Syu --answerdiff None --answerclean All hyprland-workspaces bluetuith wvkbd kew
|
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 update
|
||||||
hyprpm add https://github.com/hyprwm/hyprland-plugins
|
hyprpm add https://github.com/hyprwm/hyprland-plugins
|
||||||
hyprpm enable hyprexpo
|
|
||||||
|
|
||||||
rm -rf ~/.config/kitty
|
rm -rf ~/.config/kitty
|
||||||
ln -s ~/Dotfiles/desktopenvs/hyprland/kitty/ ~/.config/
|
ln -s ~/Dotfiles/desktopenvs/hyprland/kitty/ ~/.config/
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,2 @@
|
||||||
#!/bin/bash
|
#!/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
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ rm -rf ~/.config/starship.toml
|
||||||
ln -s ~/Dotfiles/starship.toml ~/.config/
|
ln -s ~/Dotfiles/starship.toml ~/.config/
|
||||||
|
|
||||||
rm -rf ~/.config/micro/
|
rm -rf ~/.config/micro/
|
||||||
ln -s ~/Dotfiles/micro/ ~/.config/
|
cp -r ~/Dotfiles/micro/ ~/.config/
|
||||||
|
|
||||||
|
|
||||||
#vim plug installer
|
#vim plug installer
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue