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:
parent
82495ce927
commit
46e9713920
@ -39,6 +39,18 @@ npm install npm -g
|
|||||||
# update all global packages
|
# update all global packages
|
||||||
npm update -g
|
npm update -g
|
||||||
|
|
||||||
|
|
||||||
|
#
|
||||||
|
# Atom
|
||||||
|
# -------------
|
||||||
|
|
||||||
|
echo "$(tput setaf 136) Update Atom packages"
|
||||||
|
echo "------------------------------$(tput sgr0)"
|
||||||
|
|
||||||
|
apm upgrade --no-confirm
|
||||||
|
apm clean
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Ruby
|
# Ruby
|
||||||
# -------------
|
# -------------
|
||||||
|
Loading…
Reference in New Issue
Block a user