From 720d752748b793a2f5cf3cc14cb75ad86e8919c0 Mon Sep 17 00:00:00 2001 From: sillylaird Date: Tue, 3 Feb 2026 21:27:57 -0500 Subject: First commit --- pub/openbsd how to setup zsh shell.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 pub/openbsd how to setup zsh shell.txt (limited to 'pub/openbsd how to setup zsh shell.txt') diff --git a/pub/openbsd how to setup zsh shell.txt b/pub/openbsd how to setup zsh shell.txt new file mode 100644 index 0000000..4be8f07 --- /dev/null +++ b/pub/openbsd how to setup zsh shell.txt @@ -0,0 +1,11 @@ +OpenBSD - How to Setup ZSH Shell +doas pkg_add zsh +chsh -s zsh +which zsh +doas nano /etc/passwd +user:*:1000:1000:Firstname Lastname:/home/user:/usr/local/bin/zsh +--exit +doas pkg_add wget git +wget https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh +sh install.sh +source ~/.zshrc -- cgit v1.2.3