summaryrefslogtreecommitdiff
path: root/pub/openbsd how to setup zsh shell.txt
diff options
context:
space:
mode:
authorsillylaird <sillylaird@fastmail.ca>2026-02-03 21:27:57 -0500
committersillylaird <sillylaird@fastmail.ca>2026-02-03 21:27:57 -0500
commit720d752748b793a2f5cf3cc14cb75ad86e8919c0 (patch)
tree29120103307cb17e7d6c283cc198ec2484f934cd /pub/openbsd how to setup zsh shell.txt
First commit
Diffstat (limited to 'pub/openbsd how to setup zsh shell.txt')
-rw-r--r--pub/openbsd how to setup zsh shell.txt11
1 files changed, 11 insertions, 0 deletions
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