diff --git a/backup_configs.sh b/backup_configs.sh index 87ec47d..b335e63 100755 --- a/backup_configs.sh +++ b/backup_configs.sh @@ -6,5 +6,10 @@ cp -r ~/.config/sway configs/sway cp -r ~/.config/waybar configs/waybar/ cp -r ~/.config/aerc configs/aerc/ +cp -r ~/.config/vifm configs/vifm/ +cp -r ~/.config/spotifyd configs/spotifyd/ +cp -r ~/.config/spotify-tui configs/spotify-tui/ +cp -r ~/.config/mako configs/mako/ + git add . git commit -m "config backup" diff --git a/base_install.sh b/base_install.sh index 9082713..99aa057 100644 --- a/base_install.sh +++ b/base_install.sh @@ -2,7 +2,7 @@ git clone https://aur.archlinux.org/yay.git cd yay makepkg -si -yay -Syu alacritty alsa-plugins alsa-utils bemenu firefox htop light neofetch otf-font-awesome openssh powertop sway swayidle swaylock-effects-git tmux ttf-font-awesome unzip ttf-iosevka vlc waybar wdisplays-git wob xorg-xwayland youtube-dl zsh networkmanager ly mako-git aerc +yay -Syu alacritty alsa-plugins alsa-utils bemenu firefox htop light neofetch otf-font-awesome openssh powertop sway swayidle swaylock-effects-git tmux ttf-font-awesome unzip ttf-iosevka vlc waybar wdisplays-git wob xorg-xwayland youtube-dl zsh networkmanager ly mako-git aerc zsh-syntax-highlighting sudo systemctl start NetworkManager sudo systemctl enable NetworkManager