~kris/dots

sdeploy

ref: 782c7eac7273674d6e2b0d7f85d72c1db56b90f1 sdeploy/standard/sd-macos/manual.tex -rw-r--r-- 475 bytes
782c7eac — Kris Yotam chore: sync local state after restore (push updates, no pull) a month ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
\documentclass[12pt]{article}
\usepackage[margin=1in]{geometry}
\usepackage{hyperref}

\title{KSD macOS Manual}
\author{Kris Yotam}
\date{\today}

\begin{document}
\maketitle
\tableofcontents

\section{Introduction}
This manual covers the KSD (Kris's Simple Deploy) script for macOS.

\section{Prerequisites}
\begin{itemize}
    \item A fresh macOS installation
    \item Internet connection
    \item Administrator access
\end{itemize}

\section{Usage}
TBD.

\end{document}