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=(
|
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"
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue