Skip to content

Commit

Permalink
Revert "optimize image size #2"
Browse files Browse the repository at this point in the history
This reverts commit 3967e5d.
  • Loading branch information
rusdevops committed Mar 25, 2020
1 parent 3967e5d commit 8e22b62
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ packages="ag \
jq \
ncdu \
neovim \
node \
python@2 \
python@3 \
tig \
tmux \
vim \
vimpager \
vtop \
zsh"

brew install "$@" ${packages}
Expand All @@ -38,6 +38,18 @@ brew uninstall pandoc || echo "pandoc is already uninstalled"

rm -rf $HOME/.cache

# ----------------------------------------------------------------------------
# Install npm packages
# ----------------------------------------------------------------------------

npm install -g jscpd \
gitmoji-cli \
git-recent \
git-stats \
diff-so-fancy \
taskbook \
gtop

# ----------------------------------------------------------------------------
# Install python packages
# ----------------------------------------------------------------------------
Expand Down

0 comments on commit 8e22b62

Please sign in to comment.