~kris/dots

sdeploy

ref: cb8fc956b4516012a5cb201a3cc0ba6f56a5ae6c sdeploy/standard/sd-artix/manual.tex -rw-r--r-- 19.1 KiB
cb8fc956 — Kris Yotam add gentoo progs list, update artix progs 3 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
\documentclass[11pt,a4paper]{article}
\usepackage[margin=1in]{geometry}
\usepackage{longtable}
\usepackage{booktabs}
\usepackage{hyperref}
\usepackage{xcolor}
\usepackage{titlesec}
\usepackage{fancyhdr}
\usepackage{enumitem}
\usepackage{graphicx}
\usepackage{parskip}

% Colors
\definecolor{accent}{HTML}{458588}
\definecolor{darkbg}{HTML}{282828}
\definecolor{lighttext}{HTML}{EBDBB2}

% Hyperlink styling
\hypersetup{
    colorlinks=true,
    linkcolor=accent,
    urlcolor=accent,
    pdftitle={LazyKris Documentation},
    pdfauthor={Kris Yotam}
}

% Section styling
\titleformat{\section}{\Large\bfseries}{\thesection}{1em}{}
\titleformat{\subsection}{\large\bfseries}{\thesubsection}{1em}{}

% Header/footer
\pagestyle{fancy}
\fancyhf{}
\fancyhead[L]{\textbf{LazyKris}}
\fancyhead[R]{Kris Yotam}
\fancyfoot[C]{\thepage}
\renewcommand{\headrulewidth}{0.4pt}

\begin{document}

% Title Page
\begin{titlepage}
\centering
\vspace*{2cm}
{\Huge\bfseries LazyKris\par}
\vspace{0.5cm}
{\Large Kris's Auto-Rice Bootstrapping Script\par}
\vspace{2cm}
{\large An Arch Linux installer that deploys a complete,\\keyboard-driven environment in minutes.\par}
\vspace{3cm}
{\large Kris Yotam\par}
\vspace{0.5cm}
{\large \url{https://krisyotam.com}\par}
\vfill
{\large Version 1.0\par}
{\large \today\par}
\end{titlepage}

\tableofcontents
\newpage

% ==============================================================================
\section{Introduction}
% ==============================================================================

LazyKris is an auto-rice bootstrapping script for Arch Linux. It installs and configures a complete keyboard-driven environment centered around the suckless philosophy: simple, efficient software that does one thing well.

The system includes:
\begin{itemize}[noitemsep]
    \item \textbf{dwm} --- Tiling window manager with 22 patches
    \item \textbf{st} --- Terminal emulator with scrollback and ligatures
    \item \textbf{dmenu} --- Application launcher with fuzzy matching
    \item \textbf{dwmblocks} --- Modular status bar
    \item \textbf{surf} --- Minimal webkit browser for focused work
    \item \textbf{fish} --- Shell with syntax highlighting
    \item \textbf{lf} --- Terminal file manager with previews
    \item \textbf{neovim} --- Modern text editor
\end{itemize}

\subsection{Installation}

On a fresh Arch Linux system:

\begin{verbatim}
curl -LO https://raw.githubusercontent.com/krisyotam/lazykris/main/lazykris.sh
sh lazykris.sh
\end{verbatim}

The script will prompt for a username, install all packages, compile suckless builds, deploy dotfiles, and set fish as the default shell.

% ==============================================================================
\section{Window Management (dwm)}
% ==============================================================================

dwm is a dynamic window manager. Windows are organized into tags (workspaces) and can be arranged in tiled, monocle, or floating layouts.

\subsection{Essential}

\begin{longtable}{@{}ll@{}}
\toprule
\textbf{Keybinding} & \textbf{Action} \\
\midrule
\endhead
\texttt{Mod+Return} & Spawn terminal (st) / promote to master \\
\texttt{Mod+Shift+Return} & Spawn additional terminal \\
\texttt{Mod+d} & App launcher (dlaunch) \\
\texttt{Mod+q} & Kill focused window \\
\texttt{Mod+j/k} & Focus next/previous window \\
\texttt{Mod+h/l} & Decrease/increase master area size \\
\texttt{Mod+Tab} & Switch to last viewed tag \\
\texttt{Mod+1-9} & View tag 1-9 \\
\texttt{Mod+Shift+1-9} & Move window to tag 1-9 \\
\texttt{Mod+0} & View all tags \\
\texttt{Mod+Shift+0} & Tag window to all tags \\
\bottomrule
\end{longtable}

\subsection{Window Management}

\begin{longtable}{@{}ll@{}}
\toprule
\textbf{Keybinding} & \textbf{Action} \\
\midrule
\endhead
\texttt{Mod+Shift+j/k} & Move window down/up in stack \\
\texttt{Mod+Shift+Space} & Toggle floating \\
\texttt{Mod+Shift+s} & Toggle sticky \\
\texttt{Mod+i} & Increase number of masters \\
\texttt{Mod+Shift+h/l} & Increase/decrease window size (cfact) \\
\texttt{Mod+Shift+o} & Reset cfact \\
\bottomrule
\end{longtable}

\subsection{Layouts}

\begin{longtable}{@{}ll@{}}
\toprule
\textbf{Keybinding} & \textbf{Action} \\
\midrule
\endhead
\texttt{Mod+t} & Tile layout \\
\texttt{Mod+f} & Floating layout \\
\texttt{Mod+Shift+r} & Reading mode (equal-width vertical columns) \\
\texttt{Mod+Space} & Toggle last layout \\
\texttt{Mod+Ctrl+,} & Cycle layouts prev \\
\texttt{Mod+Ctrl+.} & Cycle layouts next \\
\bottomrule
\end{longtable}

Available layouts via cycle: tile, floating, monocle, bstack, centeredmaster, centeredfloatingmaster, columns, deck, spiral, dwindle, nrowgrid.

\subsection{Tag Navigation}

\begin{longtable}{@{}ll@{}}
\toprule
\textbf{Keybinding} & \textbf{Action} \\
\midrule
\endhead
\texttt{Mod+Shift+Left/Right} & Move window to prev/next tag \\
\texttt{Mod+Shift+Tab} & Shift view to previous tag \\
\texttt{Mod+Shift+\textbackslash} & Shift view to next tag \\
\bottomrule
\end{longtable}

\subsection{Multi-Monitor}

\begin{longtable}{@{}ll@{}}
\toprule
\textbf{Keybinding} & \textbf{Action} \\
\midrule
\endhead
\texttt{Mod+,/.} & Focus prev/next monitor \\
\texttt{Mod+Shift+,/.} & Move window to prev/next monitor \\
\bottomrule
\end{longtable}

\subsection{Applications}

\begin{longtable}{@{}ll@{}}
\toprule
\textbf{Keybinding} & \textbf{Action} \\
\midrule
\endhead
\texttt{Mod+b} & Browser selector (dbrowse) \\
\texttt{Mod+w} & Content writer (dwrite) \\
\texttt{Mod+r} & Library browser (dread) \\
\texttt{Mod+n} & Notes browser (dnotes) \\
\texttt{Mod+e} & Metadata editor (dedit) \\
\texttt{Mod+c} & Content creator (dcreate) \\
\texttt{Mod+p} & Password manager (passmenu) \\
\texttt{Mod+y} & World clock (dtime) \\
\texttt{Mod+m} & Mode selector (dmode) \\
\texttt{Mod+a} & Questions (questions) \\
\texttt{Mod+Shift+c} & Clipboard manager (dclip) \\
\texttt{Mod+Shift+n} & RSS reader (newsboat) \\
\texttt{Mod+Shift+m} & Toggle mute \\
\bottomrule
\end{longtable}

\subsection{Screenshots}

\begin{longtable}{@{}ll@{}}
\toprule
\textbf{Keybinding} & \textbf{Action} \\
\midrule
\endhead
\texttt{PrintScreen} & Full screenshot (screenshot) \\
\texttt{Shift+PrintScreen} & Selection screenshot (screenshot select) \\
\texttt{Mod+PrintScreen} & Screen recording (record) \\
\texttt{Mod+Shift+PrintScreen} & Stop recording \\
\bottomrule
\end{longtable}

\subsection{Media Keys}

\begin{longtable}{@{}ll@{}}
\toprule
\textbf{Keybinding} & \textbf{Action} \\
\midrule
\endhead
\texttt{XF86 AudioRaise/Lower} & Volume up/down \\
\texttt{XF86 AudioMute} & Toggle mute \\
\texttt{XF86 BrightnessUp/Down} & Screen brightness \\
\bottomrule
\end{longtable}

\subsection{System}

\begin{longtable}{@{}ll@{}}
\toprule
\textbf{Keybinding} & \textbf{Action} \\
\midrule
\endhead
\texttt{Mod+BackSpace} & System actions menu (sysact) \\
\texttt{Mod+Shift+q} & System actions menu (sysact) \\
\texttt{Mod+Ctrl+Shift+q} & Restart dwm \\
\texttt{Mod+Shift+F5} & Reload Xresources \\
\bottomrule
\end{longtable}

\subsection{Scratchpad}

\begin{longtable}{@{}ll@{}}
\toprule
\textbf{Keybinding} & \textbf{Action} \\
\midrule
\endhead
\texttt{Mod+`} & Toggle scratchpad terminal \\
\texttt{Mod+Ctrl+`} & Set window as scratchpad \\
\texttt{Mod+Shift+`} & Remove scratchpad \\
\bottomrule
\end{longtable}

\subsection{Mouse Controls}

\begin{longtable}{@{}ll@{}}
\toprule
\textbf{Action} & \textbf{Result} \\
\midrule
\endhead
\texttt{Mod+Left Click} & Move floating window \\
\texttt{Mod+Right Click} & Resize floating window \\
\texttt{Mod+Middle Click} & Toggle floating \\
Click on tag & Switch to that tag \\
Click on layout icon & Toggle last layout \\
Right click layout icon & Set monocle layout \\
\bottomrule
\end{longtable}

% ==============================================================================
\section{Terminal (st)}
% ==============================================================================

st is a simple terminal. This build includes scrollback, font ligatures, transparency, and URL handling.

\subsection{Clipboard}

\begin{longtable}{@{}ll@{}}
\toprule
\textbf{Keybinding} & \textbf{Action} \\
\midrule
\endhead
\texttt{Ctrl+Shift+c} & Copy selection \\
\texttt{Ctrl+Shift+v} & Paste \\
\texttt{Right Click} & Paste from clipboard \\
\bottomrule
\end{longtable}

\subsection{Scrollback}

\begin{longtable}{@{}ll@{}}
\toprule
\textbf{Keybinding} & \textbf{Action} \\
\midrule
\endhead
\texttt{Alt+k} & Scroll up \\
\texttt{Alt+j} & Scroll down \\
\bottomrule
\end{longtable}

\subsection{Font and Zoom}

\begin{longtable}{@{}ll@{}}
\toprule
\textbf{Keybinding} & \textbf{Action} \\
\midrule
\endhead
\texttt{Alt+,} & Zoom in \\
\texttt{Alt+.} & Zoom out \\
\texttt{Alt+g} & Reset to default size \\
\bottomrule
\end{longtable}

\subsection{Transparency}

\begin{longtable}{@{}ll@{}}
\toprule
\textbf{Keybinding} & \textbf{Action} \\
\midrule
\endhead
\texttt{Alt+s} & Increase transparency \\
\texttt{Alt+a} & Decrease transparency \\
\texttt{Alt+m} & Reset transparency \\
\bottomrule
\end{longtable}

\subsection{Other}

\begin{longtable}{@{}ll@{}}
\toprule
\textbf{Keybinding} & \textbf{Action} \\
\midrule
\endhead
\texttt{Mod+Shift+Enter} & Spawn new terminal in current directory \\
\bottomrule
\end{longtable}

% ==============================================================================
\section{Application Launcher (dmenu)}
% ==============================================================================

dmenu is a dynamic menu for X. It reads from stdin and presents matches in a bar at the top (or center) of the screen.

\subsection{Navigation}

\begin{longtable}{@{}ll@{}}
\toprule
\textbf{Keybinding} & \textbf{Action} \\
\midrule
\endhead
\texttt{Arrow Keys} & Navigate items \\
\texttt{Tab} & Copy selected item to input \\
\texttt{Ctrl+n} / \texttt{Ctrl+p} & Next/previous item \\
\texttt{PageUp} / \texttt{PageDown} & Move by page \\
\texttt{Home} / \texttt{End} & Jump to first/last item \\
\bottomrule
\end{longtable}

\subsection{Editing}

\begin{longtable}{@{}ll@{}}
\toprule
\textbf{Keybinding} & \textbf{Action} \\
\midrule
\endhead
\texttt{Ctrl+a} & Move cursor to beginning \\
\texttt{Ctrl+e} & Move cursor to end \\
\texttt{Ctrl+u} & Delete to beginning \\
\texttt{Ctrl+k} & Delete to end \\
\texttt{Ctrl+w} & Delete word backwards \\
\texttt{Ctrl+y} & Paste primary selection \\
\texttt{Ctrl+Shift+y} & Paste clipboard \\
\bottomrule
\end{longtable}

\subsection{Confirmation}

\begin{longtable}{@{}ll@{}}
\toprule
\textbf{Keybinding} & \textbf{Action} \\
\midrule
\endhead
\texttt{Enter} & Confirm selection (execute) \\
\texttt{Ctrl+Enter} & Confirm selection (output only, no exec) \\
\texttt{Shift+Enter} & Confirm input text (ignore selection) \\
\texttt{Escape} & Cancel \\
\bottomrule
\end{longtable}

% ==============================================================================
\section{Web Browser (surf)}
% ==============================================================================

surf is a minimal webkit-based browser. It's designed for focused reading and research, without the distractions of a full browser.

\subsection{Navigation}

\begin{longtable}{@{}ll@{}}
\toprule
\textbf{Keybinding} & \textbf{Action} \\
\midrule
\endhead
\texttt{Ctrl+g} & Open URL bar (dmenu) \\
\texttt{Ctrl+/} & Search in page \\
\texttt{Ctrl+n} & Find next \\
\texttt{Ctrl+Shift+n} & Find previous \\
\texttt{Ctrl+h} & Go back \\
\texttt{Ctrl+l} & Go forward \\
\texttt{Ctrl+r} & Reload page \\
\texttt{Ctrl+Shift+r} & Force reload (bypass cache) \\
\texttt{Escape} & Stop loading \\
\bottomrule
\end{longtable}

\subsection{Zooming}

\begin{longtable}{@{}ll@{}}
\toprule
\textbf{Keybinding} & \textbf{Action} \\
\midrule
\endhead
\texttt{Ctrl++} or \texttt{Ctrl+=} & Zoom in \\
\texttt{Ctrl+-} & Zoom out \\
\texttt{Ctrl+0} & Reset zoom \\
\bottomrule
\end{longtable}

\subsection{Scrolling}

\begin{longtable}{@{}ll@{}}
\toprule
\textbf{Keybinding} & \textbf{Action} \\
\midrule
\endhead
\texttt{j} / \texttt{k} & Scroll down/up \\
\texttt{h} / \texttt{l} & Scroll left/right \\
\texttt{Space} / \texttt{Shift+Space} & Page down/up \\
\texttt{g} / \texttt{G} & Go to top/bottom \\
\bottomrule
\end{longtable}

% ==============================================================================
\section{Colorscheme (pywal)}
% ==============================================================================

LazyKris uses pywal to generate colorschemes from wallpapers. Colors are applied to dwm, st, dmenu, dunst, and zathura.

\subsection{Usage}

\begin{verbatim}
setbg /path/to/wallpaper.png
\end{verbatim}

The \texttt{setbg} script:
\begin{enumerate}[noitemsep]
    \item Sets the wallpaper using xwallpaper
    \item Generates a colorscheme using pywal
    \item Applies colors to Xresources
    \item Signals dwmblocks to update
\end{enumerate}

% ==============================================================================
\section{Git Configuration}
% ==============================================================================

The system supports multiple git identities that auto-switch based on directory.

\subsection{Profiles}

\begin{longtable}{@{}lll@{}}
\toprule
\textbf{Directory} & \textbf{Profile} & \textbf{Use Case} \\
\midrule
\endhead
\texttt{\textasciitilde/dev/personal/} & krisyotam & Personal projects \\
\texttt{\textasciitilde/dev/security/} & khr1st & Pentesting, CTF \\
\texttt{\textasciitilde/dev/work/} & laelyotam & Work projects \\
\bottomrule
\end{longtable}

\subsection{Useful Aliases}

\begin{longtable}{@{}lll@{}}
\toprule
\textbf{Alias} & \textbf{Command} & \textbf{Description} \\
\midrule
\endhead
\texttt{git st} & \texttt{status -sb} & Short status \\
\texttt{git lg} & \texttt{log --oneline --graph --all} & Pretty log \\
\texttt{git sync} & \texttt{pull --rebase \&\& push} & Quick sync \\
\texttt{git undo} & \texttt{reset --soft HEAD\textasciitilde1} & Undo last commit \\
\bottomrule
\end{longtable}

% ==============================================================================
\section{Patches Reference}
% ==============================================================================

\subsection{dwm Patches}

\begin{itemize}[noitemsep]
    \item \textbf{vanitygaps} --- Gaps allowed across all layouts
    \item \textbf{swallow} --- Terminals swallow windows spawned by child processes
    \item \textbf{scratchpad} --- Dropdown terminal accessible via keybind
    \item \textbf{sticky} --- Make windows visible on all tags
    \item \textbf{hide\_vacant\_tags} --- Hide tags with no windows in the bar
    \item \textbf{xresources} --- Read colors and config from Xresources at startup
    \item \textbf{stacker} --- Move windows up/down in the stack
    \item \textbf{shiftview} --- Cycle through tags
    \item \textbf{statuscmd} --- Clickable status bar for dwmblocks
    \item \textbf{pertag} --- Each tag remembers its own layout settings
    \item \textbf{cyclelayout} --- Cycle through layouts with keybind
    \item \textbf{restartsig} --- Restart dwm in place without losing windows
    \item \textbf{true fullscreen} --- Prevents focus shifting in fullscreen mode
\end{itemize}

Multiple layouts included: tile, floating, monocle, bstack, centeredmaster, centeredfloatingmaster, columns (reading mode), deck, spiral, dwindle, nrowgrid.

\subsection{st Patches}

\begin{itemize}[noitemsep]
    \item \textbf{ligatures} --- HarfBuzz ligature support
    \item \textbf{sixel} --- Sixel graphics support (check sixel branch)
    \item \textbf{scrollback} --- Scroll history
    \item \textbf{clipboard} --- Clipboard integration
    \item \textbf{alpha} --- Transparency support with configurable opacity
    \item \textbf{boxdraw} --- Render box-drawing characters without font glyphs
    \item \textbf{patch\_column} --- Doesn't cut text while resizing
    \item \textbf{font2} --- Secondary font support (emoji fallback)
    \item \textbf{right click paste} --- Paste with right click
    \item \textbf{newterm} --- Spawn new terminal in current directory
    \item \textbf{anygeometry} --- Dynamic geometry/borders
    \item \textbf{xresources} --- Live reload colors/settings from Xresources
    \item \textbf{sync} --- Better draw timing to reduce flicker/tearing
    \item \textbf{live reload} --- Change colors/fonts on the fly
    \item \textbf{swapmouse} --- Swap mouse buttons
\end{itemize}

\subsection{dmenu Patches}

\begin{itemize}[noitemsep]
    \item \textbf{xresources} --- Read colors and settings from Xresources (pywal compatible)
    \item \textbf{alpha} --- Transparency support, can be embedded in transparent st
    \item \textbf{password} --- Hide input for password entry (\texttt{-P} flag)
    \item \textbf{mouse support} --- Click to select options
\end{itemize}

Additional features:
\begin{itemize}[noitemsep]
    \item \textbf{Emoji support} --- Can view color characters like emoji
    \item \textbf{Reject non-matching} --- \texttt{-r} flag rejects input that doesn't match an option
\end{itemize}

% ==============================================================================
\section{FAQ}
% ==============================================================================

\textbf{Q: How do I change the default font?}

Edit \texttt{\textasciitilde/.config/x11/xresources} and set \texttt{st.font} or \texttt{dmenu.font}. Then run:
\begin{verbatim}
xrdb -merge ~/.config/x11/xresources
\end{verbatim}
Restart the application for changes to take effect.

\textbf{Q: How do I add a keybinding to dwm?}

Edit \texttt{\textasciitilde/.local/src/dwm/config.h}, add your binding to the \texttt{keys[]} array, then rebuild:
\begin{verbatim}
cd ~/.local/src/dwm
sudo make clean install
\end{verbatim}
Restart dwm with \texttt{Mod+Ctrl+Shift+q}.

\textbf{Q: How do I change the colorscheme?}

Run \texttt{setbg} with a new wallpaper. Colors are extracted from the image:
\begin{verbatim}
setbg /path/to/wallpaper.png
\end{verbatim}

\textbf{Q: Why fish instead of bash or zsh?}

Fish provides syntax highlighting, autosuggestions, and completions out of the box without configuration. It's faster to set up and more user-friendly.

\textbf{Q: How do I update the suckless builds?}

Pull changes from GitHub and rebuild:
\begin{verbatim}
cd ~/.local/src/dwm
git pull
sudo make clean install
\end{verbatim}

\textbf{Q: How do I add a new package to the system?}

For official packages: \texttt{sudo pacman -S package}

For AUR packages: \texttt{yay -S package}

To make it part of your LazyKris config, add it to \texttt{progs.csv}.

\textbf{Q: How do I configure email?}

Use mutt-wizard to set up neomutt:
\begin{verbatim}
mw -a your@email.com
\end{verbatim}
Follow the prompts to configure your email provider.

\textbf{Q: How do I mount external drives?}

Press \texttt{Mod+F9} to open the mount menu. Select the drive to mount. Use \texttt{Mod+F10} to unmount.

% ==============================================================================
\section{Credits}
% ==============================================================================

LazyKris is inspired by \href{https://larbs.xyz}{LARBS} (Luke's Auto-Rice Bootstrapping Scripts) by Luke Smith.

The suckless software (dwm, st, dmenu, surf) is developed by \href{https://suckless.org}{suckless.org}.

% ==============================================================================
\section{License}
% ==============================================================================

This project is licensed under the GPL-3.0 License.

Source code: \url{https://github.com/krisyotam/lazykris}

\end{document}