diff --git a/.config/yadm/bootstrap b/.config/yadm/bootstrap index 43c489b..e487d57 100755 --- a/.config/yadm/bootstrap +++ b/.config/yadm/bootstrap @@ -33,6 +33,6 @@ mv ~/.zshrc.pre-oh-my-zsh ~/.zshrc echo -e "\e[38;5;$((RANDOM%257))mInstalling other common programs\e[0m" -sudo pacman -S mpv nethack vifm kitty topgrade --noconfirm +sudo pacman -S mpv nethack vifm kitty topgrade reflector --noconfirm diff --git a/.zshrc b/.zshrc index b9cdc3b..65311fd 100644 --- a/.zshrc +++ b/.zshrc @@ -110,6 +110,7 @@ alias du=dust # Network Alias Commands alias weather="curl wttr.in" alias tb="nc termbin.com 9999" +alias mirrordate="sudo reflector --country US --latest 5 --sort rate --save /etc/pacman.d/mirrorlist" export EDITOR=nvim