new-install

Notes on OS intalls
git clone https://git.bracken.jp/new-install.git
Log | Files | Refs | LICENSE

commit 12aeef3889d39cf3116c549a19631247b18e34b3
parent 3ea2f68ba70dae94f16aefce3a91beb69e6d64e2
Author: Chris Bracken <chris@bracken.jp>
Date:   Tue,  5 May 2020 14:20:33 -0700

FreeBSD: add sxiv, xpdf to i3 install instructions

Also break down what each package is for in the instructions.

Diffstat:
Mfreebsd_install.md | 12+++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/freebsd_install.md b/freebsd_install.md @@ -307,9 +307,15 @@ Install XWindows: sudo install xorg -Install the i3 window manager compositor: - - sudo install i3 i3status i3lock dmenu xautolock +Install the i3 window manager: + + sudo install i3 \ # window manager + i3status \ # status bar + i3lock \ # lock screen + dmenu \ # app launcher + xautolock \ # lock screen timeout manager + sxiv \ # image viewer + xpdf # PDF viewer Install dunst for notifications: