diff --git a/README.org b/README.org index 474565e..ed82976 100644 --- a/README.org +++ b/README.org @@ -21,7 +21,7 @@ sh macos-dotfiles/install.sh | [[./command-line-tools/node.org][Node]] | [[./applications/finder.org][Finder]] | [[./system-preferences/security+privacy.org][Security & Privacy]] | | [[./command-line-tools/ruby.org][Ruby]] | [[./applications/rubymine.org][Rubymine]] | [[./system-preferences/keyboard.org][Keyboard]] | | [[./command-line-tools/trash.org][Trash]] | [[./applications/xcode.org][Xcode]] | [[./system-preferences/trackpad.org][Trackpad]] | -| | [[./applications/font-book.org][Font Book]] | [[./system-preferences/displays.org][Displays]] | +| [[./command-line-tools/mas.org][Mas]] | [[./applications/font-book.org][Font Book]] | [[./system-preferences/displays.org][Displays]] | | | | [[./system-preferences/battery.org][Battery]] | All Rights Reserved. diff --git a/applications/xcode.org b/applications/xcode.org index f47c0e8..28e2042 100644 --- a/applications/xcode.org +++ b/applications/xcode.org @@ -2,12 +2,6 @@ Xcode is an integrated development environment for macOS containing a suite of software development tools developed by Apple for developing software for macOS, iOS, iPadOS, watchOS, and tvOS. * Install -Install [[https://github.com/mas-cli/mas][mas]]: Mac App Store command line interface. -#+begin_src sh -brew install mas -brew bundle dump -#+end_src - Install [[https://developer.apple.com/xcode/][Xcode]] #+begin_src sh mas install 497799835 diff --git a/command-line-tools/mas.org b/command-line-tools/mas.org new file mode 100644 index 0000000..c4af7cf --- /dev/null +++ b/command-line-tools/mas.org @@ -0,0 +1,4 @@ +Install [[https://github.com/mas-cli/mas][mas]]: Mac App Store command line interface. +#+begin_src sh +brew install mas +#+end_src