diff --git a/sh/601-texlive b/sh/601-texlive new file mode 100644 index 00000000..66815304 --- /dev/null +++ b/sh/601-texlive @@ -0,0 +1,23 @@ +#!/bin/sh +# +# `texlive-most` is a meta package that has everything we need. +# Before we'd pick and choose which packages to install, but this +# doesn't really matter in the long term and having "most" of +# texlive is good enough anyway. +# +# `minted` is used for syntax highlighting support. This is useful +# when writing code blocks with La(TeX) +# +# `texstudio` is a nice IDE for some projects. If your project is +# relatively small and you're using KDE, feel free to include it. +# HiDPI is supported out of the box. +# +# https://wiki.archlinux.org/index.php/TeX_Live + +set -xe + +pacman -S texlive-most + +pacman -S minted + +pacman -S texstudio diff --git a/sh/602-renpy b/sh/602-renpy new file mode 100644 index 00000000..02a4b83a --- /dev/null +++ b/sh/602-renpy @@ -0,0 +1,9 @@ +#!/bin/sh +# +# Ren'Py is the standard visual novel engine. +# +# https://renpy.org/ + +set -xe + +pacman -S renpy diff --git a/sh/603-godot b/sh/603-godot new file mode 100644 index 00000000..52340f9d --- /dev/null +++ b/sh/603-godot @@ -0,0 +1,9 @@ +#!/bin/sh +# +# Godot is the standard game engine. +# +# https://wiki.archlinux.org/index.php/Godot_Engine + +set -xe + +yay -S godot diff --git a/sh/604-libreoffice b/sh/604-libreoffice new file mode 100644 index 00000000..27601427 --- /dev/null +++ b/sh/604-libreoffice @@ -0,0 +1,14 @@ +#!/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 diff --git a/sh/605-virtualbox b/sh/605-virtualbox new file mode 100644 index 00000000..360e2072 --- /dev/null +++ b/sh/605-virtualbox @@ -0,0 +1,12 @@ +#!/bin/sh +# +# VirtualBox lets you run virtual machines inside of your Arch +# Linux installation. It works really well with KDE since the +# interface uses Qt. This also means that HiDPI support is +# easily achieved. +# +# https://wiki.archlinux.org/index.php/VirtualBox + +set -xe + +pacman -S virtualbox virtualbox-host-modules-arch diff --git a/sh/606-krita b/sh/606-krita new file mode 100644 index 00000000..aec33f54 --- /dev/null +++ b/sh/606-krita @@ -0,0 +1,10 @@ +#!/bin/sh +# +# Krita is the standard painting program. It has excellent +# support for KDE and supports HiDPI out of the box. +# +# https://krita.org + +set -xe + +pacman -S krita