add ohmyzsh install

This commit is contained in:
2023-05-30 08:17:37 -05:00
committed by GitHub
parent 9686a9d769
commit 52c2c5bd6b
+4 -1
View File
@@ -4,6 +4,9 @@ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
echo "installing sdkman"
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"
if [ -f ~/.zshrc ]; then
echo ".zshrc exists removing"
@@ -16,4 +19,4 @@ if [ -f ~/.vimrc ]; then
echo ".vimrc exists removing"
rm ~/.vimrc
fi
ln -s ~/dotfiles/.vimrc ~/.vimrc
ln -s ~/dotfiles/.vimrc ~/.vimrc