Skip to content

Commit

Permalink
optimize image size #2
Browse files Browse the repository at this point in the history
  • Loading branch information
rusdevops committed Mar 25, 2020
1 parent 9e97f0e commit 3967e5d
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions 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,18 +38,6 @@ 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 3967e5d

Please sign in to comment.