mirror of
https://github.com/Keyitdev/dotfiles.git
synced 2026-09-24 01:52:09 +00:00
Fix: Installing light with aur helper.
This commit is contained in:
+2
-2
@@ -32,11 +32,11 @@ install_aur_helper(){
|
||||
}
|
||||
install_pkgs(){
|
||||
echo -e "${green}[*] Installing packages with pacman.${no_color}"
|
||||
sudo pacman -S --noconfirm --needed acpi alsa-utils base-devel curl git pulseaudio pulseaudio-alsa xorg xorg-xinit alacritty btop code dunst feh firefox i3-gaps libnotify light mpc mpd ncmpcpp nemo neofetch neovim pacman-contrib papirus-icon-theme picom polybar ranger rofi scrot slop xclip zathura zathura-pdf-mupdf zsh
|
||||
sudo pacman -S --noconfirm --needed acpi alsa-utils base-devel curl git pulseaudio pulseaudio-alsa xorg xorg-xinit alacritty btop code dunst feh firefox i3-gaps libnotify mpc mpd ncmpcpp nemo neofetch neovim pacman-contrib papirus-icon-theme picom polybar ranger rofi scrot slop xclip zathura zathura-pdf-mupdf zsh
|
||||
}
|
||||
install_aur_pkgs(){
|
||||
echo -e "${green}[*] Installing packages with $aurhelper.${no_color}"
|
||||
"$aurhelper" -S --noconfirm --needed i3lock-color i3-resurrect ffcast oh-my-zsh-git
|
||||
"$aurhelper" -S --noconfirm --needed light i3lock-color i3-resurrect ffcast oh-my-zsh-git
|
||||
}
|
||||
create_default_directories(){
|
||||
echo -e "${green}[*] Copying configs to $config_directory.${no_color}"
|
||||
|
||||
Reference in New Issue
Block a user