Merge Arch config as main #1
4 changed files with 72 additions and 64 deletions
|
|
@ -1,45 +1,19 @@
|
||||||
packagesPacman=(
|
packagesPacman=(
|
||||||
"git"
|
"grep"
|
||||||
"grep"
|
"wget"
|
||||||
"wget"
|
"curl"
|
||||||
"curl"
|
"unzip"
|
||||||
"unzip"
|
"wl-clipboard"
|
||||||
"xclip"
|
"inotify-tools"
|
||||||
"ripgrep"
|
"pipewire"
|
||||||
"inotify-tools"
|
"wireplumber"
|
||||||
"hyprland"
|
"pipewire-audio"
|
||||||
"pipewire"
|
"pipewire-alsa"
|
||||||
"wireplumber"
|
"pipewire-pulse"
|
||||||
"pipewire-audio"
|
"python-pywal"
|
||||||
"pipewire-alsa"
|
"vulkan-icd-loader"
|
||||||
"pipewire-pulse"
|
"lib32-vulkan-icd-loader"
|
||||||
"bluez"
|
|
||||||
"bluez-utils"
|
|
||||||
"blueman"
|
|
||||||
"xdg-desktop-portal-wlr"
|
|
||||||
"xdg-desktop-portal-hyprland"
|
|
||||||
"python-pywal"
|
|
||||||
"gtk3"
|
|
||||||
"gtk4"
|
|
||||||
"thunar"
|
|
||||||
"kitty"
|
|
||||||
"waybar"
|
|
||||||
"grim"
|
|
||||||
"slurp"
|
|
||||||
"swappy"
|
|
||||||
"cliphist"
|
|
||||||
"xorg-xrdb"
|
|
||||||
"vulkan-icd-loader"
|
|
||||||
"lib32-vulkan-icd-loader"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
packagesYay=(
|
packagesYay=(
|
||||||
"rofi-lbonn-wayland-git"
|
|
||||||
"swaync"
|
|
||||||
"swww"
|
|
||||||
"wlogout"
|
|
||||||
"nwg-look"
|
|
||||||
"emote"
|
|
||||||
"hypridle"
|
|
||||||
"hyprlock"
|
|
||||||
)
|
)
|
||||||
|
|
|
||||||
|
|
@ -1,32 +1,18 @@
|
||||||
packagesPacman=(
|
packagesPacman=(
|
||||||
"zsh"
|
"bitwarden"
|
||||||
"bitwarden"
|
"firefox"
|
||||||
"firefox"
|
"discord"
|
||||||
"github-cli"
|
"caprine"
|
||||||
"lazygit"
|
"obsidian"
|
||||||
"neofetch"
|
"lutris"
|
||||||
"neovim"
|
"steam"
|
||||||
"ttf-jetbrains-mono-nerd"
|
|
||||||
"btop"
|
|
||||||
"cmatrix"
|
|
||||||
"discord"
|
|
||||||
"caprine"
|
|
||||||
"obsidian"
|
|
||||||
"glow"
|
|
||||||
"lutris"
|
|
||||||
"steam"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
packagesYay=(
|
packagesYay=(
|
||||||
"cava"
|
"emote"
|
||||||
"emote"
|
|
||||||
"spotify"
|
|
||||||
"spicetify-cli"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
packagesBrew=(
|
packagesBrew=(
|
||||||
"zsh-autosuggestions"
|
"asdf"
|
||||||
"zsh-syntax-highlighting"
|
"lazydocker"
|
||||||
"asdf"
|
|
||||||
"lazydocker"
|
|
||||||
)
|
)
|
||||||
|
|
|
||||||
28
.install/packages/hyprland.sh
Normal file
28
.install/packages/hyprland.sh
Normal file
|
|
@ -0,0 +1,28 @@
|
||||||
|
packagesPacman=(
|
||||||
|
"hyprland"
|
||||||
|
"rofi-wayland"
|
||||||
|
"swaync"
|
||||||
|
"swww"
|
||||||
|
"bluez"
|
||||||
|
"bluez-utils"
|
||||||
|
"blueman"
|
||||||
|
"xdg-desktop-portal-wlr"
|
||||||
|
"xdg-desktop-portal-hyprland"
|
||||||
|
"gtk3"
|
||||||
|
"gtk4"
|
||||||
|
"thunar"
|
||||||
|
"waybar"
|
||||||
|
"grim"
|
||||||
|
"slurp"
|
||||||
|
"swappy"
|
||||||
|
"cliphist"
|
||||||
|
"xorg-xrdb"
|
||||||
|
)
|
||||||
|
|
||||||
|
packagesYay=(
|
||||||
|
"wlogout"
|
||||||
|
"nwg-look"
|
||||||
|
"emote"
|
||||||
|
"hypridle"
|
||||||
|
"hyprlock"
|
||||||
|
)
|
||||||
20
.install/packages/shell.sh
Normal file
20
.install/packages/shell.sh
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
packagesPacman=(
|
||||||
|
"kitty"
|
||||||
|
"zsh"
|
||||||
|
"zsh-autosuggestions"
|
||||||
|
"zsh-syntax-highlighting"
|
||||||
|
"git"
|
||||||
|
"github-cli"
|
||||||
|
"lazygit"
|
||||||
|
"neofetch"
|
||||||
|
"ripgrep"
|
||||||
|
"neovim"
|
||||||
|
"ttf-jetbrains-mono-nerd"
|
||||||
|
"btop"
|
||||||
|
"cmatrix"
|
||||||
|
)
|
||||||
|
|
||||||
|
packagesYay=(
|
||||||
|
"asdf-vm"
|
||||||
|
"cava"
|
||||||
|
)
|
||||||
Loading…
Add table
Reference in a new issue