~kris/dots

sdeploy

ref: 9cef5645c384935405b1f9a09731e8995eb59987 sdeploy/ksd-win11/manual.tex -rw-r--r-- 521 bytes
9cef5645 — Kris Yotam Initial commit: deployment scripts split from lazykris 6 months 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
27
\documentclass[12pt]{article}
\usepackage[margin=1in]{geometry}
\usepackage{hyperref}

\title{KSD Windows 11 Manual}
\author{Kris Yotam}
\date{\today}

\begin{document}
\maketitle
\tableofcontents

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

\section{Prerequisites}
\begin{itemize}
    \item A fresh Windows 11 installation
    \item WSL enabled
    \item Internet connection
    \item Administrator access
\end{itemize}

\section{Usage}
TBD.

\end{document}