Merge Arch config as main #1
3 changed files with 41 additions and 14 deletions
34
.install/packages/base.sh
Normal file
34
.install/packages/base.sh
Normal 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"
|
||||
)
|
||||
|
|
@ -1,26 +1,14 @@
|
|||
packagesPacman=(
|
||||
"grep"
|
||||
"thunar"
|
||||
"zsh"
|
||||
"bitwarden"
|
||||
"firefox"
|
||||
"git"
|
||||
"github-cli"
|
||||
"lazygit"
|
||||
"neofetch"
|
||||
"neovim"
|
||||
"ttf-jetbrains-mono-nerd"
|
||||
"wget"
|
||||
"curl"
|
||||
"xclip"
|
||||
"ripgrep"
|
||||
"waybar"
|
||||
"hypridle"
|
||||
"hyprlock"
|
||||
"btop"
|
||||
"dunst"
|
||||
"cmatrix"
|
||||
"swappy"
|
||||
"spotify-launcher"
|
||||
"discord"
|
||||
"caprine"
|
||||
|
|
|
|||
|
|
@ -20,7 +20,12 @@ mkdir ~/Development/
|
|||
source .install/install-yay.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
|
||||
|
||||
# Symantic links
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue