added reflector service

This commit is contained in:
Afonso Franco 2023-03-15 21:23:21 +00:00
parent 4ee086ace9
commit 3ba2639680
Signed by: afonso
SSH key fingerprint: SHA256:JiuxZNdA5bRWXPMUJChI0AQ75yC+cXY4xM0IaVwEVys
9 changed files with 4 additions and 47 deletions

View file

@ -10,9 +10,10 @@ pacman_vars() {
init() {
pacman -Syu --noconfirm
echo 'Installing reflector'
sudo pacman -S reflector --noconfirm
pacman -S reflector --noconfirm
echo 'Generating mirrorlist...'
reflector -c pt,es,fr,uk --sort rate | tee /etc/pacman.d/mirrorlist
printf "--save /etc/pacman.d/mirrorlist\n--protocol https\n--country Portugal,Spain,France,Unite\ Kigdom,Germany,Netherlands\n--latest 50\n--score 10\n--sort rate" | tee /etc/xdg/reflector/reflector.conf
systemctl enable --now reflector.service
pacman -S sed
echo "Performing config changes to pacman"
pacman_vars

View file

@ -7,7 +7,7 @@ tools_and_apps=( "alacritty" "fish" "arandr" "rofi" "trayer" "firefox"
"discord" "fzf" "nodejs" "npm" "ntfs-3g" "nvidia" "nvidia-utils"
"amd-ucode" "intel-ucode" "sbctl" "refind" "pasystray" "network-manager-applet"
"xdg-desktop-portal" "pavucontrol" "docker" "pcmanfm" "tmux" "tree"
"unzip" "flameshot" "playerctl" "xscreensaver" "htop" "lxappearance"
"unzip" "flameshot" "playerctl" "slock" "htop" "lxappearance"
"texlive-core" "texlive-bibtexextra" "texlive-most" "zathura"
"zathura-pdf-mupdf" "xclip" "ripgrep" "qbittorrent" "sshpass" "lazygit"
"x11-ssh-askpass" "zip" "xdotool" "bluez" "bluez-utils" "vlc" "eog"

View file

@ -1,13 +0,0 @@
pacman_vars() {
#Activate and change number of parallel downloads to 200
sed -i "s/^#ParallelDownloads =.*/ParallelDownloads = 200/" /etc/pacman.conf
#Enable color
sed -i "s/^#Color/Color/" /etc/pacman.conf
#Enable multilib repo
sed -i "/\[multilib\]/,/Include/"'s/^#//' /etc/pacman.conf
}
init() {
pacman_vars
}
init

View file

@ -1,21 +0,0 @@
create_user(){
useradd -m afonso
echo 'Insert password for user afonso'
passwd afonso
}
enable_wheel_group(){
sed -i 's/^# %wheel ALL=(ALL:ALL) ALL/%wheel ALL=(ALL:ALL) ALL/' /etc/sudoers
}
add_user_to_wheel() {
usermod -aG wheel afonso
}
init(){
create_user
enable_wheel_group
add_user_to_wheel
}
init

View file

@ -1,6 +0,0 @@
init(){
source create_user.sh
source config_changes.sh
source packages/init.sh
source xmonad_xmobar.sh
}

View file

View file

@ -1,2 +0,0 @@
source pacman/init.sh
source aur/init.sh

View file

@ -1 +0,0 @@
sudo pacman -S noto-fonts noto-fonts-cjk noto-fonts-emoji noto-fonts-extra

View file

@ -1 +0,0 @@
source fonts.sh