Merge Arch config as main #1

Closed
baobeld wants to merge 228 commits from arch(btw) into master
3 changed files with 41 additions and 14 deletions
Showing only changes of commit 75a2388624 - Show all commits

34
.install/packages/base.sh Normal file
View file

@ -0,0 +1,34 @@
packagesPacman=(
"git"
"grep"
"wget"
"curl"
"xclip"
"ripgrep"
"hyprland"
"pipewire"
"wireplumber"
"pipewire-audio"
"pipewire-alsa"
"pipewire-pulse"
"xdg-desktop-portal-hyprland"
"gtk3"
"thunar"
"kitty"
"wofi"
"dunst"
"waybar"
"grim"
"slurp"
"swappy"
"cliphist"
)
packagesYay=(
"swww"
"wlogout"
"nwg-look"
"emote"
"hypridle"
"hyprlock"
)

View file

@ -1,26 +1,14 @@
packagesPacman=( packagesPacman=(
"grep"
"thunar"
"zsh" "zsh"
"bitwarden" "bitwarden"
"firefox" "firefox"
"git"
"github-cli" "github-cli"
"lazygit" "lazygit"
"neofetch" "neofetch"
"neovim" "neovim"
"ttf-jetbrains-mono-nerd" "ttf-jetbrains-mono-nerd"
"wget"
"curl"
"xclip"
"ripgrep"
"waybar"
"hypridle"
"hyprlock"
"btop" "btop"
"dunst"
"cmatrix" "cmatrix"
"swappy"
"spotify-launcher" "spotify-launcher"
"discord" "discord"
"caprine" "caprine"

View file

@ -20,7 +20,12 @@ mkdir ~/Development/
source .install/install-yay.sh source .install/install-yay.sh
source .install/brew-install.sh source .install/brew-install.sh
# Install packages # Install base packages
source .install/packages/base.sh
source .install/install-packages.sh
# Install general packages
source .install/packages/general.sh
source .install/install-packages.sh source .install/install-packages.sh
# Symantic links # Symantic links