From c1e50e795ab35a4c675e1b14f5563da62099a340 Mon Sep 17 00:00:00 2001 From: Tobias Maier Date: Sun, 20 Dec 2020 16:17:34 +0100 Subject: [PATCH] added aerc --- backup_configs.sh | 2 +- base_install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup_configs.sh b/backup_configs.sh index 22b1bdf..87ec47d 100755 --- a/backup_configs.sh +++ b/backup_configs.sh @@ -4,7 +4,7 @@ cp -r ~/.config/micro configs/micro cp -r ~/.config/spotify-tui configs/spotify-tui cp -r ~/.config/sway configs/sway cp -r ~/.config/waybar configs/waybar/ - +cp -r ~/.config/aerc configs/aerc/ git add . git commit -m "config backup" diff --git a/base_install.sh b/base_install.sh index c8081b2..9082713 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 +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 sudo systemctl start NetworkManager sudo systemctl enable NetworkManager