mbje.over-blog.com/
21 Février 2021
You can make all of your displays mirror each other, or extend your workspace with different apps and windows on each display. If you use an external display with your Mac notebook, you can also use closed-display mode.

All Of My Gear Subscribe Amazing Deals On Tech! Lacie 6Big 24TB RAID Review https://yo.
Maximize your workspace with extended desktop mode, which lets you enjoy full-screen apps and windows on each monitor. Then, use Mission Control to organize apps and windows across your displays. If your Dock is on the bottom of your screen, it appears on any of your displays when you move your pointer to the bottom edge of your display.
So that you can move apps and windows across your displays in one continuous motion, arrange your displays to match the setup on your desk. You can also change your primary display, which is where your desktop icons and app windows first appear.
With video mirroring, all of your displays show the same apps and windows.
With Apple TV, you can mirror the entire display of your Mac to your TV, or use your TV as a separate display. To turn on AirPlay, follow these steps:
If you don't see in the menu bar, choose Apple menu > System Preferences, click Displays, then select the 'Show mirroring options in the menu bar when available' checkbox.
Learn more about how to AirPlay video from your Mac.
I thought I would take some time and document what I do when I get a new machine. This is going to walk through some preferences I configure, applications I install and settings I use for different programs. I am always curious to see how other software developers are setting up their development machines so I figured it would be a good opportunity to share mine.
I am a Software Developer so most of my configuration will be around programming. My current MacBook configuration is as follows:
When you power on your MacBook you are going to run through the setup. I usually configure anything I can here like Wi-fi & Apple ID. The rest of the instructions will assume you made it through the setup and are on the desktop.
If you don't want to have to wait for disk encryption (error in macOS updates section) don't select that during setup and perform that at a later time
The first thing I do is run any updates that are available. In my case the laptop came preloaded with macOS Sierra and macOS Mojave has been released.
So my first step is going to be to update to macOS Mojave. You can download this and run this from the App Store.
Error: You may not install to this volume because it is currently being encrypted
If you get the error above than you chose the option of encrypting your hard drive during setup. Make sure you have the power plugged in and go to System Preferences > Security & Privacy > File Vault. From there you can see the progress of encryption and when its complete you can launch the macOS Mojave installer.
If you have signed in with your Apple Id you will be taken directly to the Apple Store. This is a good time to run any updates that are available.
You might run into issues here because the apple id that downloaded them is not you. In this case I just removed those apps I am not using (GarageBand,Numbers,Pages,iMovie…)
To remove applications I like installing AppCleaner. This will make sure that the application and any related files will be removed.
Another application I really love for this and so many other things is Clean My Mac
Unfortunately AppCleaner only works for 3rd party installed applications and wont remove GarageBand. You need to remove this manually and while there are a few more locations these are the main 3 you should remove. If you're going to use apple sound affects in other programs please read up on this before deleting.
Empty Trash
Anything I can install using HomeBrew I will. Before you install HomeBrew though you need to install the xcode command line utilities. Open up a new terminal and type the following command. Even if you plan on installing xcode I believe you still need to install these now as they moved them out of the standard installation.
The Command Line Tools Package is a small self-contained package available for download separately from Xcode and that allows you to do command line development in OS X. It consists of two components: OS X SDK and command-line tools such as Clang, which are installed in /usr/bin.
As I said earlier I use HomeBrew to install anything that it can install. I recently found out about cask which makes my life so much easier. If you normally use brew to install something like google-chrome you know that you have to then drag it into the applications folder. If you you use cask it will not only download the package but also move it into the applications folder.
Installation:
Post Installation
Now that we have HomeBrew installed it's time to start installing some software. The default version of bash is v3.2 and I want to go ahead and upgrade this to 4.x. There is a really good guide here that you can follow to upgrade bash.
Now that we have bash updated we need to make that our default shell. To do so you need to edit /etc/shells
Now that we have bash updated I need to customize my shell. Look in your home directory and see if you have a .bash_profile and if you don't you can create one using the following command.
This is where you can add all kinds of customization's to bash. I have included my .bash_profile in this repository if you want to check it out. As always if you have questions about what's in there please let me know.
For the longest time I used the terminal and even had a couple of people call me out on it :joy: Apple official homepage.
I am now using iTerm2 full time and I absolutely love it. If you want to find out about some of the features & configurations it gives you please check out their website.
One thing I like to do is customize the colors and a great resource for that is https://iterm2colorschemes.com/
This is a list of my favorite color schemes.
Now that I have a nice looking command line full of features its time to start installing all of the different applications I will use. If you have any questions about any of these or why I install them please see the contact me section below.
If you aren't using Visual Studio Code, what the heck are you waiting for? All jokes aside I am sure you have probably heard of code by now and here is a few ways that I customize it.
I used to hate having to install Visual Studio Code on a new machine. The reason for that is I have grown to love the editor so much that I have an extension for everything. I use to install them one by one and when you have to do that 35 times it gets really old.
If you want to get a list of extensions currently installed on your machine you can use the following command.
The nice thing about that is you can install visual studio code extensions using the command line.
You can pipe the results of your list into a file or if you wish you can grab mine from this repository. Once you have that file you can run the following to install all of your extensions. if you're interested in what extensions I am using I have included my list of extensions.
After I did this and tweeted about it a lot of people let me know about another extension called sync settings. This will sync all of your visual studio extensions, settings, key bindings, etc across machines.
I am a huge fan of the Dank Mono font. I install this and use it for most of my development. If I am writing documentation I will sometimes use a different font, it just depends.
I have included my user settings in case you want to see what I use. I don't have much here but will try and update these soon.
If you're going to install Node I think the best way to do so is by using Node Version Manager (NVM). This to me has a few advantages over installing it from brew or even directly downloading it from their website.
You can install multiple versions of Node
Installs in your home directory
Once you have NVM you can install the latest stable realease (v10.12.0 at the time of this writing) using the following command.
There is usually a default install of git but we used brew to install the latest earlier. Now that we are on the latest version of git we need to do a little configuration.
.gitconfig
Aliases
The easiest way to install PostgreSQL is by using HomeBrew.
When this is done installing you can have it start up automatically using the following command.
I don't need it that often so when I want to run it I can run the following command:
Better yet I can add a few of aliases to my bash profile to make this even easier.
Our students also use DBVisualizer so I like to have that installed as well.
To get started with MySQL run the following command:
To have MySQL automatically run when you computer starts:
OR you can start / stop it manually
Photoshop cs9 free download software. To be consistent with our PostgreSQL we can create a few aliases.
This is one of my favorite version managers because I use a lot of the Software Development Kits (SDKs) it manages. If you haven't heard of SDKMan check them out here. This is a list of SDKs I manage using SDKMan.
Here is a full list of SDKs https://sdkman.io/sdks
Installation: curl -s 'https://get.sdkman.io' | bash
If you just type sdk install candidate it will install the latest stable version or you can install a specific version
If you need to get a list of versions you can ask for it:
Turn on sync and sign into chrome, this brings all of my bookmarks and extensions. If you have any questions about any of these or why I install them please see the contact me section below.
Extensions
I have a few things that I customize in preferences:
Trackpad:
System Preferences > Trackpad > Scroll & Zoom:
I uncheck scroll direction: Natural (It doesn't feel natural for me)
Dock:
System Preferences > Dock
Change the size to small and turn on magnification
I also remove all icons from the dock that i don't use
Avatar:
System Preferences > Users & Groups > Edit Avatar
Theme:
macOS Mojave introduced light & dark themes. I still stick with the light theme even though I use dark themes in almost every editor or program that I use. If you want to change this later simply go to System Preferences > General > Appearance
I like to customize Finder so I can get to all of my most used places quickly.
Locations
screenshots (configure screenshot utility to save here)
A few tips in finder
These are a list of applications and configuration I need for work. You may not need some of these tools but I thought I would share them here anyways.
Last Pass
Slack
Twitter (App Store)
Screenflow
I am huge fan of Adobe and all of their products!
At work I need to dual boot with macOS and Windows 10. We have a .NET track where the students use Windows (Visual Studio, SQL Server, etc…) and I need to be able to support them. The great thing about this is Apple has made this stupid simple using BootCamp Assistant. If you want to read more about this check out the document below.
I had a lot of fun putting this together and I hope you picked up a new trick or 2. Whenever I find something new or a way to improve the installation process I will update the link below if you would like to follow along. Please let me know if I missed something that I should look into or if you have any tips and tricks.
Office empowers everyone to achieve more on any device. And Office loves Mac. We're committed to delivering the power and simplicity of Office in an experience designed specifically for Mac, and we continue to make significant investments in the platform. Today, we're excited to announce that Office 365 is now available on the newly redesigned Mac App Store. With one click, Mac users can download the cloud-connected, always-up-to-date version of the Office suite—including full installs of Word, Excel, PowerPoint, Outlook, OneNote, and OneDrive.
Office 365 provides experiences tailored to the Mac and macOS, like Dark Mode, Continuity Camera, OneDrive Files on Demand, and Touch Bar support on the MacBook Pro. And it's connected to the cloud, so you can access your content from any device, coauthor with anyone around the world in real-time, and use the power of artificial intelligence (AI) to create more impactful content with less effort. The result is an experience that is unmistakably Office but designed for Mac.
'We are excited to welcome Microsoft Office 365 to the all new Mac App Store in macOS Mojave. Apple and Microsoft have worked together to bring great Office productivity to Mac users from the very beginning. Now, with Office 365 on the Mac App Store, it's easier than ever to get the latest and best version of Office 365 for Mac, iPad, and iPhone.'
—Phil Schiller, Apple's senior vice president of Worldwide Marketing
You can view Apple's announcement on today's news in their Newsroom.
Download Office 365 from the Mac App Store.*
*It may take up to 24 hours for the app bundle to appear in all regions on the Mac App Store.
