Skip to content

Commit

Permalink
fix: stow git
Browse files Browse the repository at this point in the history
  • Loading branch information
YasminTeles committed Mar 9, 2024
1 parent a67a0a1 commit 26b7dfd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ step_msg "Setting up dotfiles"
git clone https://github.com/YasminTeles/dotfiles.git ~/.dotfiles

cd ~/.dotfiles
rm -rf ~/.gitconfig
stow --dotfiles git ssh brew

# -- Productivity Apps ---------------------------------------------------------
Expand All @@ -42,7 +43,7 @@ brew bundle install --file=~/Brewfile

# -- Oh My Zsh -----------------------------------------------------------------
step_msg "Installing the Oh My Zsh"
# chsh -s $(which zsh)
chsh -s $(which zsh)
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended
rm -rf ~/.zshrc
stow --dotfiles zsh
Expand Down

0 comments on commit 26b7dfd

Please sign in to comment.