mirror of
https://github.com/jwetzell/dotfiles.git
synced 2026-07-26 10:38:53 +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"
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user