diff options
Diffstat (limited to 'pub/openbsd how to setup zsh shell.txt')
| -rw-r--r-- | pub/openbsd how to setup zsh shell.txt | 11 |
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
|
