Skip to content

Commit

Permalink
mas upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
atomantic committed Nov 7, 2016
1 parent 4dd33a7 commit 7244f31
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*

- [Release History](#release-history)
- [v4.2.0](#v420)
- [v4.1.1](#v411)
- [v4.1.0](#v410)
- [v4.0.0](#v400)
Expand All @@ -21,6 +22,9 @@

# Release History

## v4.2.0
* adding Mac App Store brew (`mas`) and `mas upgrade` to `update` alias

## v4.1.1
* fix `solarized dark` again for mocha test output coloring

Expand Down
2 changes: 2 additions & 0 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ module.exports = {
'imagesnap',
// jq is a sort of JSON grep
'jq',
// Mac App Store CLI: https://github.com/mas-cli/mas
'mas',
// Install some other useful utilities like `sponge`
'moreutils',
'nmap',
Expand Down
2 changes: 1 addition & 1 deletion homedir/.shellaliases
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,6 @@ alias spotoff="sudo mdutil -a -i off"
alias spoton="sudo mdutil -a -i on"

# Get macOS Software Updates, and update installed Ruby gems, Homebrew, npm, and their installed packages
alias update='sudo softwareupdate -i -a; brew update; brew upgrade; brew cleanup; npm install npm -g; npm update -g; sudo gem update --system; sudo gem update; sudo gem cleanup'
alias update='sudo softwareupdate -i -a; brew update; brew upgrade; brew cleanup; mas upgrade; npm install npm -g; npm update -g; sudo gem update --system; sudo gem update; sudo gem cleanup'

alias vtop="vtop --theme wizard"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dotfiles",
"version": "4.1.1",
"version": "4.2.0",
"description": "atomantic dotfiles for osx",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 7244f31

Please sign in to comment.