fixed installer
parent
12c841b0df
commit
d6c4b5c31e
|
|
@ -191,7 +191,7 @@ misc {
|
||||||
# See https://wiki.hyprland.org/Configuring/Workspace-Rules/ for workspace rules
|
# See https://wiki.hyprland.org/Configuring/Workspace-Rules/ for workspace rules
|
||||||
|
|
||||||
# Example windowrule v1
|
# Example windowrule v1
|
||||||
windowrule = float, ^(rofi)$
|
#windowrule = float, ^(rofi)$
|
||||||
|
|
||||||
# Example windowrule v2
|
# Example windowrule v2
|
||||||
# windowrulev2 = float,class:^(kitty)$,title:^(kitty)$
|
# windowrulev2 = float,class:^(kitty)$,title:^(kitty)$
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#install components
|
#install components
|
||||||
echo "Installing required Packages"
|
echo "Installing required Packages"
|
||||||
sudo pacman -S --noconfirm alacritty alsa-utils atftp base base-devel bash-language-server btop btrfs-progs bluez clang curl dolphin dunst ffmpeg fastfetch firefox flatpak fzf gcc git gnu-netcat greetd-tuigreet grim grub gst-plugin-pipewire htop hyfetch imagemagick inetutils iwd jq kitty ldns libpulse linux linux-firmware lua-language-server micro nano networkmanager nmap openssh pulsemixer pipewire nerd-fonts otf-font-awesome pipewire pipewire-alsa pipewire-jack pipewire-pulse polkit-kde-agent qt5-wayland qt6-wayland slurp smartmontools swww traceroute ttf-jetbrains-mono ufw unzip vim waybar wget wireless_tools wireplumber wireshark-qt wofi wpa_supplicant wl-clipboard qt6ct 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 z zsh nm-connection-editor qrencode neovim vnstat
|
sudo pacman -S --noconfirm alacritty alsa-utils atftp base base-devel bash-language-server btop btrfs-progs bluez clang curl dolphin dunst ffmpeg fastfetch firefox flatpak fzf gcc git gnu-netcat greetd-tuigreet grim grub gst-plugin-pipewire htop hyfetch imagemagick inetutils iwd jq kitty ldns libpulse linux linux-firmware lua-language-server micro nano networkmanager nmap openssh pulsemixer pipewire nerd-fonts otf-font-awesome pipewire pipewire-alsa pipewire-jack pipewire-pulse polkit-kde-agent qt5-wayland qt6-wayland slurp smartmontools swww traceroute ttf-jetbrains-mono ufw unzip vim waybar wget wireless_tools wireplumber wireshark-qt wofi wpa_supplicant wl-clipboard qt6ct 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 z zsh nm-connection-editor qrencode neovim vnstat hyprland
|
||||||
|
|
||||||
#aur/yay setup
|
#aur/yay setup
|
||||||
echo "Installing yay"
|
echo "Installing yay"
|
||||||
|
|
@ -20,7 +20,7 @@ sudo systemctl enable NetworkManager.service
|
||||||
|
|
||||||
#AUR list
|
#AUR list
|
||||||
echo "Installing AUR packages"
|
echo "Installing AUR packages"
|
||||||
yay -Syu --answerdiff None --answerclean All hyprland-git hyprland-workspaces bluetuith tio fast-ssh uftpd nwg-dock-hyprland
|
yay -Syu --answerdiff None --answerclean All hyprland-workspaces bluetuith tio fast-ssh uftpd nwg-dock-hyprland
|
||||||
|
|
||||||
#eww compilation
|
#eww compilation
|
||||||
echo "compiling EWW"
|
echo "compiling EWW"
|
||||||
|
|
@ -37,12 +37,14 @@ curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs https://r
|
||||||
|
|
||||||
#desktop env dotfiles
|
#desktop env dotfiles
|
||||||
echo "Installing Desktop enviroment configs"
|
echo "Installing Desktop enviroment configs"
|
||||||
|
rm -rf ~/.config/*
|
||||||
ln -s ~/Dotfiles/desktopenvs/hyprland/eww/ ~/.config/
|
ln -s ~/Dotfiles/desktopenvs/hyprland/eww/ ~/.config/
|
||||||
ln -s ~/Dotfiles/desktopenvs/hyprland/kitty/ ~/.config/
|
ln -s ~/Dotfiles/desktopenvs/hyprland/kitty/ ~/.config/
|
||||||
ln -s ~/Dotfiles/desktopenvs/hyprland/hypr/ ~/.config/
|
ln -s ~/Dotfiles/desktopenvs/hyprland/hypr/ ~/.config/
|
||||||
ln -s ~/Dotfiles/desktopenvs/hyprland/wofi/ ~/.config/
|
ln -s ~/Dotfiles/desktopenvs/hyprland/wofi/ ~/.config/
|
||||||
ln -s ~/Dotfiles/desktopenvs/hyprland/dunst/ ~/.config/
|
ln -s ~/Dotfiles/desktopenvs/hyprland/dunst/ ~/.config/
|
||||||
ln -s ~/Dotfiles/desktopenvs/hyprland/alacritty ~/.config/
|
ln -s ~/Dotfiles/desktopenvs/hyprland/alacritty ~/.config/
|
||||||
|
ln -s ~/Dotfiles/desktopenvs/hyprland/nwg-dock-hyprland ~/.config/
|
||||||
#ln -s ~/Dotfiles/desktopenvs/hyprland/gtk/* ~/.config
|
#ln -s ~/Dotfiles/desktopenvs/hyprland/gtk/* ~/.config
|
||||||
|
|
||||||
cp ~/Dotfiles/desktopenvs/hyprland/hypr-usr/* ~/.config
|
cp ~/Dotfiles/desktopenvs/hyprland/hypr-usr/* ~/.config
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue