mirror of
https://github.com/jwetzell/dotfiles.git
synced 2026-08-21 15:09:08 +00:00
add ohmyzsh install
This commit is contained in:
@@ -4,6 +4,9 @@ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
|
|||||||
echo "installing sdkman"
|
echo "installing sdkman"
|
||||||
curl -s "https://get.sdkman.io" | bash
|
curl -s "https://get.sdkman.io" | bash
|
||||||
|
|
||||||
|
echo "installing ohmyzsh"
|
||||||
|
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
|
||||||
|
|
||||||
echo "linking .zshrc"
|
echo "linking .zshrc"
|
||||||
if [ -f ~/.zshrc ]; then
|
if [ -f ~/.zshrc ]; then
|
||||||
echo ".zshrc exists removing"
|
echo ".zshrc exists removing"
|
||||||
|
|||||||
Reference in New Issue
Block a user