Skip to content

Commit

Permalink
Update to work ish
Browse files Browse the repository at this point in the history
  • Loading branch information
Mythbusters123 committed Nov 12, 2022
1 parent 353abfd commit edbe464
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
11 changes: 5 additions & 6 deletions larbs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,19 +71,18 @@ refreshkeys() { \
;;
*)
dialog --infobox "Enabling Arch Repositories..." 4 40
pacman-key --init
pacman --noconfirm --needed -S artix-keyring artix-archlinux-support >/dev/null 2>&1
for repo in extra community; do
grep -q "^\[$repo\]" /etc/pacman.conf ||
echo "[$repo]
Include = /etc/pacman.d/mirrorlist-arch" >> /etc/pacman.conf
done
pacman-key --populate archlinux
# Add ungoogled-chromium OBS
curl -s 'https://download.opensuse.org/repositories/home:/ungoogled_chromium/Arch/x86_64/home_ungoogled_chromium_Arch.key' | sudo pacman-key -a -
echo '
[home_ungoogled_chromium_Arch]
SigLevel = Required TrustAll
Server = https://download.opensuse.org/repositories/home:/ungoogled_chromium/Arch/$arch ' | sudo tee --append /etc/pacman.conf
# Enable Universe repo
echo '[universe]
Server = https://universe.artixlinux.org/$arch
Server = https://mirror1.artixlinux.org/universe/$arch' >> /etc/pacman.conf
pacman -Sy >/dev/null 2>&1
;;
esac ;}
Expand Down
5 changes: 2 additions & 3 deletions progs.csv
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ A,gtk-theme-arc-gruvbox-git,"gives the dark GTK theme used in LARBS."
,man-db,"lets you read man pages of programs."
,ncmpcpp,"a ncurses interface for music with multiple formats and a powerful tag editor."
,newsboat,"is a terminal RSS client."
,ungoogled-chromium,"is a chromium webbrowser without any bloat."
A,chromium-extension-web-store,"Allows you to install extentions from the Chrome Web Store from Ungoogled Chromium"
,librewolf,"is a high-privacy Firefox-based browser"
,noto-fonts-emoji,"is an emoji font."
,ntfs-3g,"allows accessing NTFS partitions."
,pipewire,"is the audio system."
Expand All @@ -44,7 +43,7 @@ A,abook,"is an offline addressbook usable by neomutt."
,xclip,"allows for copying and pasting from the command line."
,xdotool,"provides window action utilities on the command line."
,xorg-xdpyinfo,"aids with resolution determination and screen recording."
,youtube-dl,"can download any YouTube video (or playlist or channel) when given the link."
,yt-dlp,"can download any YouTube video (or playlist or channel) when given the link."
,zathura,"is a pdf viewer with vim-like bindings."
,zathura-pdf-mupdf,"allows mupdf pdf compatibility in zathura."
,poppler,"manipulates .pdfs and gives .pdf previews and other .pdf functions."
Expand Down

0 comments on commit edbe464

Please sign in to comment.