new-install

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

commit 4c56f79ecb84d5e25409b79dd5e99c2cebc9e178
parent 12aeef3889d39cf3116c549a19631247b18e34b3
Author: Chris Bracken <chris@bracken.jp>
Date:   Wed,  6 May 2020 11:27:32 -0700

FreeBSD: correct type in bash install line

Diffstat:
Mfreebsd_install.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/freebsd_install.md b/freebsd_install.md @@ -159,7 +159,7 @@ Install general packages: 1. `pkg update -f` 2. Install sudo: `pkg install sudo` 4. Install zsh: `pkg install zsh` -5. Install zsh: `pkg install bash` +5. Install bash: `pkg install bash` (only required for bazel) 6. Install vim: `pkg install vim-console` 1. Install tmux: `pkg install tmux`