Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! feat: add Oh My Zsh
Browse files Browse the repository at this point in the history
  • Loading branch information
YasminTeles committed Mar 8, 2024
1 parent 5d08b8f commit 200a066
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ del: ## Delete your development environment.
@stow --dotfiles -D git ssh brew zsh
@rm -rf ~/Projects
@rm -rf ~/.ssh/id_ed25519 ~/.ssh/id_ed25519.pub
@rm -rf ~/.oh-my-zsh
@brew uninstall --force $(shell brew list)

ssh: ## Copy the SSH public key to your clipboard.
Expand Down
5 changes: 4 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,18 @@ step_msg "Setting up dotfiles"
git clone https://github.com/YasminTeles/dotfiles.git ~/.dotfiles

cd ~/.dotfiles
stow --dotfiles git ssh brew zsh
stow --dotfiles git ssh brew

# -- Productivity Apps ---------------------------------------------------------
step_msg "Installing the productivity apps"
brew bundle install --file=~/Brewfile

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

# -- Git -----------------------------------------------------------------------
step_msg "Configuring Git"
Expand Down

0 comments on commit 200a066

Please sign in to comment.