Skip to content

Commit

Permalink
Install oh my zsh
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry committed May 5, 2020
1 parent ca71a35 commit 21d2f9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ sudo chmod +x /usr/local/bin/docker-compose
mkdir -p ~/.docker
cp config.json ~/.docker

# Install oh my zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

if [ ! -f ~/.ssh/id_rsa ]; then
ssh-keygen -t rsa -b 4096 -N "" -f ~/.ssh/id_rsa
Expand Down

0 comments on commit 21d2f9b

Please sign in to comment.