Skip to content

Commit

Permalink
fix: clean up office section
Browse files Browse the repository at this point in the history
  • Loading branch information
tricktux committed Sep 14, 2024
1 parent c161622 commit 0009ca1
Showing 1 changed file with 5 additions and 17 deletions.
22 changes: 5 additions & 17 deletions scripts/nix/installs/arch/arch_rise_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,11 @@ systemctl --user enable --now psd
paru -Syu --needed --noconfirm qutebrowser pdfjs
#}}}

# Office {{{
paru -Syu --needed --noconfirm libreoffice-still hunspell hunspell-en_us
paru -Syu --needed --noconfirm zathura zathura-pdf-mupdf pdfgrep qpdfview
# }}}

# evolution {{{
paru -Syu --needed --noconfirm evolution gnome-keyring libsecret
# NOTE: you want to setup a "Collection Account", not just a regular email
Expand Down Expand Up @@ -657,23 +662,6 @@ sudo chmod 600 /etc/wireguard/home.conf

paru -Syu --needed --noconfirm thunderbird birdtray

# Office

paru -Syu --needed --noconfirm libreoffice-still hunspell hunspell-en_us

# pdf & resume
paru -Syu --needed --noconfirm zathura zathura-pdf-mupdf texlive pdfgrep qpdfview
# PDF annotations use:
# Don't install depends on python2
paru -Syu --needed --noconfirm xournal
# PDF searching: `install pdfgrep`
# PDF Merging:
# Sat Mar 02 2019 21:18
# **Please do not use `pdftk`**
# You seriously have to compile gcc6 for that
# pdftk
# pdftk file1.pdf file2.pdf cat output mergedfile.pdf

# windows mount

paru -Syu --needed --noconfirm ntfs-3g
Expand Down

0 comments on commit 0009ca1

Please sign in to comment.