summaryrefslogtreecommitdiff
path: root/autoinstall.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autoinstall.sh')
-rwxr-xr-xautoinstall.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/autoinstall.sh b/autoinstall.sh
index 740ec96..ec74962 100755
--- a/autoinstall.sh
+++ b/autoinstall.sh
@@ -7,7 +7,7 @@ UPDATE='sudo pacman -Syu --noconfirm'
install_packages() {
$UPDATE
- $INSTALL mpv feh redshift linux-firmware-qlogic pavucontrol picom nitrogen thunar gvfs lxappearance alsa-utils neovim yubico-pam starship fish man-db qt5ct breeze breeze-gtk redshift htop lsb-release libreoffice-fresh ly ufw scrot keepassxc ranger unzip gcr webkit2gtk gd dosfstools xorg-xkill openresolv wireguard-tools libdvdcss libdvdread dunst cryptsetup wget
+ $INSTALL mpv feh redshift linux-firmware-qlogic pavucontrol picom nitrogen thunar gvfs lxappearance alsa-utils neovim yubico-pam starship fish man-db qt5ct breeze breeze-gtk redshift htop lsb-release libreoffice-fresh ly ufw scrot keepassxc ranger unzip gcr webkit2gtk gd dosfstools xorg-xkill openresolv wireguard-tools libdvdcss libdvdread dunst cryptsetup wget mpc mpd ncmpcpp
echo "=============================="
echo "Programs are done installing"
echo "============================="
@@ -75,6 +75,9 @@ copy_config_files() {
rm -rf ~/.config/ranger/*
sudo cp -r ~/dotfiles/files/ranger/* ~/.config/ranger/
+ # Enable mpd for music junk
+ sudo systemctl start mpd
+
echo "=================="
echo "Configs loaded"
echo "=================="