1
0
mirror of https://github.com/kremalicious/dotfiles.git synced 2024-11-22 01:37:14 +01:00

update atom packages

This commit is contained in:
Matthias Kretschmann 2017-06-18 03:05:06 +02:00
parent 82495ce927
commit 46e9713920
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -39,6 +39,18 @@ npm install npm -g
# update all global packages
npm update -g
#
# Atom
# -------------
echo "$(tput setaf 136) Update Atom packages"
echo "------------------------------$(tput sgr0)"
apm upgrade --no-confirm
apm clean
#
# Ruby
# -------------