mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-11-27 18:13:19 +00:00
feat(scripts): add config
This commit is contained in:
9
home/bin/installers/executable_zsh-install.sh
Normal file
9
home/bin/installers/executable_zsh-install.sh
Normal 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)
|
||||
Reference in New Issue
Block a user