mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-29 03:34:46 +01:00
15 lines
341 B
Bash
15 lines
341 B
Bash
#!/bin/sh
|
|
#
|
|
# As cool as it is to write your papers in a *vim terminal*,
|
|
# sometimes the basics just work, and that's all you need to
|
|
# get stuff done.
|
|
#
|
|
# LibreOffice has improved a lot over the years. It also works
|
|
# great with KDE. Give it a try.
|
|
#
|
|
# https://wiki.archlinux.org/index.php/Libreoffice
|
|
|
|
set -xe
|
|
|
|
pacman -S libreoffice-fresh
|