mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-04-29 17:25:34 +00:00
zsh install script
This commit is contained in:
parent
19bd5c6dc8
commit
67be4e0b36
9
scripts/installers/zsh-install.sh
Executable file
9
scripts/installers/zsh-install.sh
Executable file
@ -0,0 +1,9 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
# Install and set zsh as the default shell.
|
||||||
|
|
||||||
|
# Import library
|
||||||
|
source $(dirname ${BASH_SOURCE[0]})/install-lib.sh
|
||||||
|
|
||||||
|
sudo $(packageManager) install zsh
|
||||||
|
chsh -s $(which zsh)
|
Loading…
x
Reference in New Issue
Block a user