Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
aidan-melen authored Sep 25, 2021
1 parent facfe12 commit 1b7f0fd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ if [ "$CODESPACES" = "true" ]; then
wget -O $HOME/.oh-my-zsh/custom/themes/common.zsh-theme https://raw.githubusercontent.com/jackharrisonsherlock/common/master/common.zsh-theme
git clone https://github.com/zsh-users/zsh-autosuggestions $HOME/.oh-my-zsh/custom/plugins/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git $HOME/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting

rm $HOME/.zshrc
cp /workspaces/.codespaces/.persistedshare/dotfiles/.zshrc $HOME/.zshrc
echo "source /workspaces/.codespaces/.persistedshare/dotfiles/.zshrc" >> $HOME/.zshrc
sudo chsh -s /usr/bin/zsh
fi

0 comments on commit 1b7f0fd

Please sign in to comment.