├── .gitignore ├── Archives └── Sparrow-latest-1.6.4(1176).dmg ├── Configurations ├── Android Studio │ ├── HoloLogcat.jar │ └── README.md └── Charles Proxy │ └── Charles Settings.xml ├── README.md └── Screenshots ├── Launchpad ├── Launchpad - Developer Tools.png ├── Launchpad - Games.png ├── Launchpad - Geek.png ├── Launchpad - Media.png ├── Launchpad - Other.png ├── Launchpad - Photography.png ├── Launchpad - Pre-installed.png ├── Launchpad - Productivity.png ├── Launchpad - Social Networking.png ├── Launchpad - iTools.png └── Launchpad.png └── Menu Bar.png /.gitignore: -------------------------------------------------------------------------------- 1 | ### macOS ### 2 | *.DS_Store 3 | 4 | -------------------------------------------------------------------------------- /Archives/Sparrow-latest-1.6.4(1176).dmg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thyrlian/MacManual/9e490ad197040eb6e06493ceae2dc4fe68b4a2dd/Archives/Sparrow-latest-1.6.4(1176).dmg -------------------------------------------------------------------------------- /Configurations/Android Studio/HoloLogcat.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thyrlian/MacManual/9e490ad197040eb6e06493ceae2dc4fe68b4a2dd/Configurations/Android Studio/HoloLogcat.jar -------------------------------------------------------------------------------- /Configurations/Android Studio/README.md: -------------------------------------------------------------------------------- 1 | Android Studio -> File -> Import Settings -> Import File Location -> Select Components to Import -> Editor Colors -> OK -> Restart Android Studio 2 | -------------------------------------------------------------------------------- /Configurations/Charles Proxy/Charles Settings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | false 6 | false 7 | false 8 | true 9 | 8888 10 | 8889 11 | true 12 | true 13 | false 14 | 15 | 16 | 17 | 18 | * 19 | * 20 | 21 | true 22 | 23 | 24 | 25 | true 26 | 27 | true 28 | false 29 | true 30 | 31 | 32 | true 33 | false 34 | false 35 | 36 | 37 | true 38 | false 39 | false 40 | 41 | 42 | 43 | 100 44 | 0 45 | -1 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | true 55 | 56 | 57 | 58 | 59 | 60 | socks 61 | 62 | false 63 | false 64 | 0 65 | 66 | 67 | 68 | http 69 | 70 | false 71 | false 72 | 0 73 | 74 | 75 | 76 | https 77 | 78 | false 79 | false 80 | 0 81 | 82 | 83 | 84 | false 85 | true 86 | 87 | 88 | 57.6 89 | 33.6 90 | 70 91 | 70 92 | 250 93 | 100 94 | 576 95 | 100 96 | 100 97 | 100 98 | 99 | 100 | 101 | 102 | false 103 | 104 | 105 | true 106 | false 107 | true 108 | false 109 | false 110 | 111 | 20 112 | 86 113 | 900 114 | 700 115 | 116 | 2017-06-16 20:08:02.787 UTC 117 | 118 | 119 | Default 120 | false 121 | false 122 | true 123 | true 124 | true 125 | true 126 | true 127 | false 128 | false 129 | true 130 | false 131 | false 132 | true 133 | false 134 | 0 135 | 1 136 | 0 137 | 0 138 | 139 | 140 | 141 | SummaryPanel.TABLE_COLUMN_STATES 142 | 143 | 144 | 145 | ChartPanel.SIZE_TABLE_COLUMN_STATES 146 | 147 | 148 | 149 | ChartPanel.TIMELINE_TABLE_COLUMN_STATES 150 | 151 | 152 | 153 | ChartPanel.DURATION_TABLE_COLUMN_STATES 154 | 155 | 156 | 157 | SessionFrame.splitPlane.dividerLocation.vertical 158 | 305 159 | 160 | 161 | SessionFrame.navTabs.mode 162 | Sequence 163 | 164 | 165 | NavigatorJTable.TABLE_COLUMN_STATES 166 | 167 | 168 | 169 | ChartPanel.TYPE_TABLE_COLUMN_STATES 170 | 171 | 172 | 173 | 174 | 175 | 176 | 177 | Breakpoints 178 | 179 | false 180 | 181 | 182 | 183 | 184 | Reverse Proxies 185 | 186 | false 187 | 188 | 189 | 190 | 191 | White List 192 | 193 | 194 | 195 | 196 | false 197 | false 198 | 0 199 | 200 | 201 | 202 | Map Remote 203 | 204 | false 205 | 206 | 207 | 208 | 209 | Port Forwarding 210 | 211 | false 212 | 213 | 214 | 215 | 216 | Viewer Mappings 217 | 218 | false 219 | 220 | 221 | 222 | 223 | Rewrite 224 | 225 | false 226 | false 227 | 228 | 229 | 230 | 231 | Map Local 232 | 233 | false 234 | 235 | 236 | 237 | 238 | Black List 239 | 240 | 241 | 242 | 243 | false 244 | false 245 | 0 246 | 247 | 248 | 249 | Client Process 250 | 251 | 252 | 253 | 254 | false 255 | false 256 | 257 | 258 | 259 | No Caching 260 | 261 | 262 | 263 | 264 | false 265 | false 266 | 267 | 268 | 269 | DNS Spoofing 270 | 271 | false 272 | 273 | 274 | 275 | 276 | Mirror 277 | 278 | 279 | 280 | 281 | false 282 | false 283 | 284 | 285 | 286 | Auto Save 287 | 288 | false 289 | false 290 | false 291 | false 292 | 0 293 | 294 | 295 | 296 | Block Cookies 297 | 298 | 299 | 300 | 301 | false 302 | false 303 | 304 | 305 | 306 | 307 | 308 | false 309 | false 310 | 311 | 312 | 313 | 314 | 315 | 316 | true 317 | true 318 | 300000 319 | 320 | 321 | 322 | 10 323 | true 324 | true 325 | false 326 | 327 | 328 | 329 | 330 | 331 | 332 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # MacManual 2 | 3 | Installation and Setup Guide for Mac 4 | 5 | ## Requirements 6 | 7 | Before getting started, make sure you have a :apple::computer:. If you don't have one yet, you could buy from [Apple Shop](https://www.apple.com/mac/) or awesome [eBay](http://www.ebay.com/) (for a better price). 8 | 9 | ## Must-have Applications 10 | 11 | ### Productivity 12 | 13 | | Price | App | Intro | 14 | | --- | --- | --- | 15 | | :free:* | [Alfred](https://www.alfredapp.com/) | An application launcher and productivity application, which boosts your efficiency with hotkeys, keywords and text expansion. | 16 | | :free: | [Hammerspoon](http://www.hammerspoon.org/) | A tool for powerful automation of OS X. | 17 | | :free: | [Ice](https://github.com/jordanbaird/Ice) | A powerful menu bar management tool. | 18 | | :euro: | [Bartender](https://www.macbartender.com/) | Lets you organize your menu bar apps, by hiding them, rearranging them, or moving them to the Bartender Bar. | 19 | | :free: | [Dozer](https://dozermac.com/) | Lets you hide menu bar items to give your Mac a cleaner look. | 20 | | :euro: | [ForkLift](http://www.binarynights.com/forklift/) | The most advanced dual pane file manager and file transfer client. | 21 | | :free: | [muCommander](http://www.mucommander.com/) | A cross-platform, lightweight, open-source file manager. | 22 | | :free: | [The Unarchiver](https://itunes.apple.com/us/app/the-unarchiver/id425424353?mt=12) | A small and easy to use program that can unarchive many different kinds of archive files. | 23 | | :free: / :euro: | [Keka](https://www.keka.io/) | A macOS file archiver, stores more, shares with privacy. | 24 | | :free: | [Spectacle](https://www.spectacleapp.com/) | Window control with simple and customizable keyboard shortcuts. | 25 | | :euro: | [Divvy](http://mizage.com/divvy/) | A utility to quickly resize and position your windows. | 26 | | :euro: | [Magnet](http://magnet.crowdcafe.com/) | Declutters your screen by snapping windows into organized tiles. | 27 | | :euro: | [Paste](http://pasteapp.me/) | Keeps track of everything you've ever copied and lets you access your clipboard history anytime across. | 28 | | :free: | [Clipy](https://clipy-app.com/) | A Clipboard extension app for macOS. | 29 | | :euro: | [Unclutter](https://unclutterapp.com/) | A new handy place on your desktop for storing notes, files and pasteboard clips. | 30 | | :euro: | [Fantastical](https://flexibits.com/fantastical) | A calendar app let you quickly create new events and reminders with natural language input and more. | 31 | | :free: | [Itsycal](https://www.mowglii.com/itsycal/) | A tiny menu bar calendar. | 32 | | :free:* | [Evernote](https://evernote.com/) | Collect, nurture, and share ideas across desktop and mobile platforms with it. | 33 | | :free:* | [Wunderlist](https://www.wunderlist.com/) | A simple todo list and task manager app that helps you get stuff done. | 34 | | :euro: | [OmniFocus](https://www.omnigroup.com/omnifocus) | A personal task manager designed to quickly capture your thoughts and allow you to store, manage, and process them into actionable to-do items. | 35 | | :euro: | [OmniGraffle](https://www.omnigroup.com/omnigraffle) | A diagramming and digital illustration application for creating beautiful, precise graphics. | 36 | | :euro: | [iA Writer](https://ia.net/writer) | A text editor removes distractions, giving you a calm, focused writing space. | 37 | | :free:* | [Obsidian](https://obsidian.md/) | A private and flexible writing app that adapts to the way you think. | 38 | | :free:* | [Instapaper](https://www.instapaper.com/) | Syncs the articles and videos you save so that you can read them anywhere and anytime you want, even offline. | 39 | | :free: | [Simplenote](https://simplenote.com/) | An easy way to keep notes, lists, ideas and more. Light, clean, and free. | 40 | | :euro: | [Texifier](https://www.texifier.com/mac) | An editor and a productivity tool for academic and professional writing in LaTeX. | 41 | | :free: | [Buttercup](https://buttercup.pw/) | The Password Manager You Deserve. | 42 | | :free:* | [1Password](https://itunes.apple.com/us/app/1password-password-manager-and-secure-wallet/id568903335?mt=8) | Put Passwords In Their Place. | 43 | | :euro: | [1Keyboard](https://itunes.apple.com/us/app/1keyboard/id766939888?mt=12) | Type on your iPhone, iPad or Apple TV using your Mac's keyboard. | 44 | | :free:* | [Dropbox](https://www.dropbox.com/) | Bring your photos, docs, and videos anywhere and keep your files safe. | 45 | | :euro:* | [PDF Expert](https://pdfexpert.com/) | Read, annotate and edit PDFs, change text and images. Fill forms and sign contracts like never before. | 46 | | :free: | [CheatSheet](https://www.mediaatelier.com/CheatSheet/) | Just hold the ⌘-Key a bit longer to get a list of all active short cuts of the current application. | 47 | | :free:* | [Anki](https://apps.ankiweb.net/) | A friendly and intelligent flash cards program which makes remembering things easy. | 48 | | :free: | [Amphetamine](https://itunes.apple.com/us/app/amphetamine/id937984704?mt=12) | The most awesome keep-awake utility ever created. | 49 | | :free: | [KeepingYouAwake](https://github.com/newmarcel/KeepingYouAwake) | A Caffeine clone, prevent your Mac from entering sleep mode. | 50 | | :free:* | [Memory Clean](https://itunes.apple.com/us/app/memory-clean-monitor-and-free-up-memory/id451444120?mt=12) | The ultimate app for optimizing your Mac's memory. | 51 | | :euro: | [SwitchResX](http://www.madrau.com/) | The most advanced tool lets you easily change your display resolution and adjust other monitor settings directly from your menu bar or by using the Contextual Menu. | 52 | | :euro: | [Duet](https://www.duetdisplay.com/) | Lets you use your iPad or iPhone as an external monitor. | 53 | 54 | ### Utilities 55 | 56 | | Price | App | Intro | 57 | | --- | --- | --- | 58 | | :euro: | [ToothFairy](https://c-command.com/toothfairy/) | Connect AirPods (or other Bluetooth headphones) to your Mac with a single click or keypress. | 59 | | :free: | [Munki](https://www.munki.org/munki/) | A collection of open-source tools used to manage installation of software packages on macOS client machines. | 60 | | :free: | [Mounty for NTFS](http://enjoygineering.com/mounty/) | A tiny tool to re-mount write-protected NTFS volumes. | 61 | 62 | ### Design Tools 63 | 64 | | Price | App | Intro | 65 | | --- | --- | --- | 66 | | :euro: | [Sketch](https://sketchapp.com/) | The ultimate tool for designing user interfaces, websites, and icons. | 67 | | :euro: | [Affinity Photo](https://affinity.serif.com/en-us/photo/) | The fastest, smoothest, most precise professional image editing software. | 68 | | :euro: | [IconJar](https://geticonjar.com/) | Stores all your icons in one place, just a click away, leaves digging through your design asset folders behind and lets you access your icons without the hassle. | 69 | | :free: | [GIF Brewery](https://gfycat.com/gifbrewery) | Gives everyone the power to create stunning GIFs from video files. | 70 | 71 | ### Media 72 | 73 | | Price | App | Intro | 74 | | --- | --- | --- | 75 | | :euro: | [Xee](https://theunarchiver.com/xee) | An streamlined and convenient image viewer and browser. | 76 | | :free: | [VLC](http://www.videolan.org/vlc/download-macosx.html) | A free and open source cross-platform multimedia player and framework that plays most multimedia files. | 77 | | :free: | [IINA](https://github.com/lhc70000/iina) | The modern video player. | 78 | | :free: | [Kodi](https://kodi.tv/) | A free media player that is designed to look great on your big screen TV but is just as home on a small screen. | 79 | | :free:* | [Spotify](https://www.spotify.com/) | A digital music service that gives you access to millions of songs. | 80 | | :euro: | [Permute](https://software.charliemonroe.net/permute.php) | The easiest to use media converter with it's easy to use, no configuration, drag and drop interface, it will meet the needs to convert all your media files. | 81 | 82 | ### Internet 83 | 84 | | Price | App | Intro | 85 | | --- | --- | --- | 86 | | :free: | [Chrome](https://www.google.com/chrome/) | A fast, secure, and free web browser built for the modern web. | 87 | | :free: | [Firefox](https://www.mozilla.org/en-US/firefox/products/) | A fast, private, secure, and compatible web browser. | 88 | 89 | ### Social Networking 90 | 91 | | Price | App | Intro | 92 | | --- | --- | --- | 93 | | :euro: | [Airmail](http://airmailapp.com/) | A lightning Fast Mail Client for Mac. | 94 | | :free:* | [Sparrow](https://github.com/thyrlian/MacManual/blob/master/Archives/Sparrow-latest-1.6.4(1176).dmg?raw=true) | An email client, had been acquired by Google and was ceasing continued development. | 95 | | :euro: | [Tweetbot](https://tapbots.com/tweetbot/mac/) | An award-winning Twitter client. | 96 | | :free: | [YoruFukurou](https://itunes.apple.com/us/app/night-owl/id428834068?mt=12) | A powerful native Twitter client. | 97 | | :free:* | [Skype](https://www.skype.com/en/) | An instant messaging app that provides online text message and video chat services. | 98 | 99 | ### Developer Tools 100 | 101 | | Price | App | Intro | 102 | | --- | --- | --- | 103 | | :free: | [Homebrew](https://brew.sh/) | The missing package manager. | 104 | | :free: | [RVM](https://rvm.io/) | Ruby Version Manager. | 105 | | :free: | [JDK](http://www.oracle.com/technetwork/java/javase/downloads/index.html) | Includes a complete JRE plus tools for developing, debugging, and monitoring Java applications. | 106 | | :free: | [iTerm2](https://www.iterm2.com/) | A replacement for Terminal and the successor to iTerm. | 107 | | :free: | [Oh My Zsh](https://github.com/robbyrussell/oh-my-zsh) | An open source, community-driven framework for managing your zsh configuration. | 108 | | :free: | [Powerlevel10k](https://github.com/romkatv/powerlevel10k) | The most awesome Powerline theme for ZSH around. | 109 | | :free: | [Alacritty](https://github.com/jwilm/alacritty) | A cross-platform, GPU-accelerated terminal emulator (the fastest in existence). | 110 | | :free: | [Hyper](https://github.com/zeit/hyper) | A terminal built on web technologies. | 111 | | :free: | [TextMate](https://macromates.com/) | A graphical text editor. | 112 | | :free: | [Atom](https://atom.io/) | A free and open-source text and source code editor. | 113 | | :euro: | [Sublime Text](https://www.sublimetext.com/) | A sophisticated text editor for code, markup and prose. | 114 | | :free: | [Fork](https://git-fork.com/) | A fast and friendly git client for Mac and Windows. | 115 | | :free: | [SourceTree](https://www.sourcetreeapp.com/) | A free Mercurial and Git Client. | 116 | | :euro: | [Tower](https://www.git-tower.com/mac/) | A beautiful, efficient, and powerful Git version control app. | 117 | | :euro: | [Kaleidoscope](http://www.kaleidoscopeapp.com/) | The world's most advanced Mac diff tool. | 118 | | :euro: | [Monodraw](https://monodraw.helftone.com/) | An ASCII art editor. | 119 | | :euro: | [Quiver](http://happenapps.com/#quiver) | A notebook built for programmers. | 120 | | :free: | [Docker](https://www.docker.com/) | An open platform for developers and sysadmins to build, ship, and run distributed applications. | 121 | | :free:* | [Dash](https://kapeli.com/dash) | Gives your Mac instant offline access to 150+ API documentation sets. | 122 | | :euro: | [Charles Proxy](https://www.charlesproxy.com/) | A proxy / monitor enables a developer to view all traffic between their machine and the Internet. | 123 | | :free: | [Postman](https://www.getpostman.com/) | The complete toolchain for API developers. | 124 | | :free: | [Cocoa Rest Client](http://mmattozzi.github.io/cocoa-rest-client/) | A free open source, native Apple OS X app for testing HTTP/REST endpoints. | 125 | | :free:* | [Insomnia](https://insomnia.rest/) | A powerful REST API Client with cookie management, environment variables, code generation, and authentication. | 126 | | :free: | [Xcode](https://developer.apple.com/download/) | An IDE containing a suite of software development tools for macOS, iOS, watchOS and tvOS. | 127 | | :free: | [Network Link Conditioner](https://developer.apple.com/download/more/?q=Additional%20Tools) | A tool to simulate various kinds of network environments. | 128 | | :euro: | [Reveal](https://revealapp.com/) | Advanced visualisations, comprehensive inspectors and the ability to modify applications on the fly. | 129 | | :free: | [Android Studio](https://developer.android.com/studio/index.html) | The Official IDE for Android. | 130 | | :free:* | [Genymotion](https://www.genymotion.com/) | The most powerful Android emulation platform for app developers & testers. | 131 | | :free: | [VirtualBox](https://www.virtualbox.org/wiki/Downloads) | A free and open-source hypervisor for x86 virtualization. | 132 | | :free:* | [IntelliJ IDEA](https://www.jetbrains.com/idea/) | A Java IDE. | 133 | | :free: | [Visual Studio Code](https://code.visualstudio.com/) | A code editor redefined and optimized for building and debugging modern web and cloud applications. | 134 | | :free: | [CCMenu](http://ccmenu.org/) | Displays the build status of projects on a continuous integration server as an item in the Mac's menu bar. | 135 | | :free: | [Etcher](https://www.balena.io/etcher/) | Burn images to SD cards & USB drives, safely and easily. | 136 | | :free: | [SD Memory Card Formatter](https://www.sdcard.org/downloads/formatter/sd-memory-card-formatter-for-mac-download/) | Formats SD Memory Card, SDHC Memory Card and SDXC Memory Card (respectively SD/SDHC/SDXC Cards) complying with the SD File System Specification created by the SD Association (SDA). | 137 | 138 | ### Other Goodies 139 | 140 | | Price | App | Intro | 141 | | --- | --- | --- | 142 | | :free: | [Aerial](https://github.com/JohnCoates/Aerial) | Apple TV Aerial Screensaver for Mac. | 143 | | :free: | [Reeder 3](http://reederapp.com/mac/) | A RSS reader client. | 144 | | :free: | [calibre](https://calibre-ebook.com/) | A powerful and easy to use e-book manager. | 145 | 146 | **Note**: 147 | * :free: - free app 148 | * :euro: - paid app 149 | * :free:* - free app but with paid features 150 | 151 | ## Homebrew Packages 152 | 153 | * tree 154 | * wget 155 | * node 156 | * [jq](https://jqlang.github.io/jq/) 157 | * webp 158 | * [monitorcontrol](https://github.com/MonitorControl/MonitorControl) 159 | * [axel](https://github.com/axel-download-accelerator/axel) 160 | * [imagemagick](https://imagemagick.org/) 161 | 162 | ## dotfiles 163 | 164 | * [My dotfiles](https://github.com/thyrlian/dotfiles) 165 | * [Your unofficial guide to dotfiles on GitHub](https://dotfiles.github.io/) 166 | * [Mathias’s dotfiles](https://github.com/mathiasbynens/dotfiles) 167 | * [thoughtbot dotfiles](https://github.com/thoughtbot/dotfiles) 168 | * [Paul's dotfiles](https://github.com/paulirish/dotfiles) 169 | 170 | ## Collection of Commands 171 | 172 | * Disable screenshot shadow 173 | 174 | ```bash 175 | defaults write com.apple.screencapture disable-shadow -bool true; killall SystemUIServer 176 | ``` 177 | 178 | * Set Preview's sidebar display default to **Thumbnails** 179 | 180 | ```bash 181 | defaults write com.apple.Preview PVPDFSuppressSidebarOnOpening -bool false 182 | ``` 183 | 184 | * Converting **SVG** to **PNG**: 185 | 186 | ```bash 187 | qlmanage -t -s WIDTH_IN_PIXEL -o . IMAGE_TO_BE_CONVERTED.SVG 188 | ``` 189 | 190 | * Joining pages from a a collection of **PDF** files into a single PDF file: 191 | 192 | ```bash 193 | /System/Library/Automator/Combine\ PDF\ Pages.action/Contents/Resources/join.py -o PATH/TO/YOUR/MERGED/FILE.pdf /PATH/TO/ORIGINAL/1.pdf /PATH/TO/ANOTHER/2.pdf /PATH/TO/A/WHOLE/DIR/*.pdf 194 | ``` 195 | 196 | * Downloading **m3u8** playlist with a bunch of **ts** files, and combining them into a single video file: 197 | 198 | ```bash 199 | ffmpeg -headers "ANY_NECESSARY_HEADER" -i "M3U8_URL" -bsf:a aac_adtstoasc -vcodec copy -c copy -crf 50 OUTPUT_FILE.MP4 200 | ``` 201 | 202 | ## How-To 203 | 204 | * Hiding Spotlight inside Bartender (on macOS Sierra) 205 | * Reboot into Recovery Mode (hold ⌘+R when hearing the startup chime); 206 | * Go to **Utilities** -> **Terminal**, run command `csrutil disable`, then reboot; 207 | * Hide Spotlight inside Bartender app; 208 | * Reboot into Recovery Mode again; 209 | * Go to **Utilities** -> **Terminal**, run command `csrutil enable`, then reboot. 210 | 211 | * I don't wanna have the Music app from Apple. Well, you can't delete or disable it, but try [noTunes](https://github.com/tombonez/noTunes). 212 | 213 | * Missing app icon on Dock, and failing to "Check for updates" (due to Gatekeeper Path Randomization on macOS Sierra) 214 | * Run command: `xattr -dr com.apple.quarantine /Applications/Your.app`; 215 | * Drag app back onto Dock; 216 | * Reboot Mac. 217 | 218 | * Authorized Restart (to bypass FileVault 2 pre-boot login screen) 219 | ```console 220 | sudo fdesetup authrestart 221 | ``` 222 | -------------------------------------------------------------------------------- /Screenshots/Launchpad/Launchpad - Developer Tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thyrlian/MacManual/9e490ad197040eb6e06493ceae2dc4fe68b4a2dd/Screenshots/Launchpad/Launchpad - Developer Tools.png -------------------------------------------------------------------------------- /Screenshots/Launchpad/Launchpad - Games.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thyrlian/MacManual/9e490ad197040eb6e06493ceae2dc4fe68b4a2dd/Screenshots/Launchpad/Launchpad - Games.png -------------------------------------------------------------------------------- /Screenshots/Launchpad/Launchpad - Geek.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thyrlian/MacManual/9e490ad197040eb6e06493ceae2dc4fe68b4a2dd/Screenshots/Launchpad/Launchpad - Geek.png -------------------------------------------------------------------------------- /Screenshots/Launchpad/Launchpad - Media.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thyrlian/MacManual/9e490ad197040eb6e06493ceae2dc4fe68b4a2dd/Screenshots/Launchpad/Launchpad - Media.png -------------------------------------------------------------------------------- /Screenshots/Launchpad/Launchpad - Other.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thyrlian/MacManual/9e490ad197040eb6e06493ceae2dc4fe68b4a2dd/Screenshots/Launchpad/Launchpad - Other.png -------------------------------------------------------------------------------- /Screenshots/Launchpad/Launchpad - Photography.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thyrlian/MacManual/9e490ad197040eb6e06493ceae2dc4fe68b4a2dd/Screenshots/Launchpad/Launchpad - Photography.png -------------------------------------------------------------------------------- /Screenshots/Launchpad/Launchpad - Pre-installed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thyrlian/MacManual/9e490ad197040eb6e06493ceae2dc4fe68b4a2dd/Screenshots/Launchpad/Launchpad - Pre-installed.png -------------------------------------------------------------------------------- /Screenshots/Launchpad/Launchpad - Productivity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thyrlian/MacManual/9e490ad197040eb6e06493ceae2dc4fe68b4a2dd/Screenshots/Launchpad/Launchpad - Productivity.png -------------------------------------------------------------------------------- /Screenshots/Launchpad/Launchpad - Social Networking.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thyrlian/MacManual/9e490ad197040eb6e06493ceae2dc4fe68b4a2dd/Screenshots/Launchpad/Launchpad - Social Networking.png -------------------------------------------------------------------------------- /Screenshots/Launchpad/Launchpad - iTools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thyrlian/MacManual/9e490ad197040eb6e06493ceae2dc4fe68b4a2dd/Screenshots/Launchpad/Launchpad - iTools.png -------------------------------------------------------------------------------- /Screenshots/Launchpad/Launchpad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thyrlian/MacManual/9e490ad197040eb6e06493ceae2dc4fe68b4a2dd/Screenshots/Launchpad/Launchpad.png -------------------------------------------------------------------------------- /Screenshots/Menu Bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thyrlian/MacManual/9e490ad197040eb6e06493ceae2dc4fe68b4a2dd/Screenshots/Menu Bar.png --------------------------------------------------------------------------------