02-Software to Install When Using a MacBook for the First Time

January 1, 2026

Preface

On the first day of getting my MacBook, I immediately install these software tools to ensure smooth operation for future Mac usage.

For any paid software mentioned, if a price is specified, it indicates that I purchased it myself.

Prerequisite Software

Screenshot Tool: Snipaste

Used to capture and archive information such as computer serial number, specs, storage space, etc.

Disk Analysis: Tencent Lemon

Use Tencent Lemon’s deep cleaning feature to analyze disk file usage proportions. After using the Mac for one or two years, you can compare disk space usage to identify which folders have become overly full.

Scientific Internet Access

Scientific internet access involves two steps: proxy tool + service — both are essential. (1) Install the proxy tool first; (2) then purchase the service.

  1. Download the proxy tool ClashX:
  1. Internet service: AgentNEO:
  • Purchase link: AgentNEO
    Once the service is set up, you can proceed to download subsequent software like Chrome, Dropbox, etc.

Essential Software

Browser: Chrome Browser

The gateway to the internet. Log in with your Google account to sync bookmarks and browser extensions.

Input Method: Sogou Input Method

I’ve used Sogou Input Method for over a decade and have written 4 million characters, accumulating 230,000 custom entries.

Screenshot + Simple Screen Recording: iShot Pro

  • Download: App Store
  • Price: ¥78 (one-time purchase, perpetual updates)

image-20260102001935831

Change the default screenshot shortcut from Ctrl + A to F2:

image-20260102002406730

Snipaste uses F1 for screenshot and F3 for paste. iShot Pro uses F2 for paste. This way, the three shortcuts (F1, F2, F3) are grouped together, making them easier to remember and use in sequence.

Also, enable “Launch at login” in the General settings.

Launcher: Raycast

Replaces the built-in Spotlight.

With Raycast, you can quickly launch any application, search for local files, and even use it as a calculator. Its clipboard history feature is particularly useful — once you use it, you won’t want to go back.

  1. First, disable the Spotlight shortcut Cmd + Space and assign it to Raycast.

To disable Spotlight's shortcut:

Search for “Spotlight” in System Settings:

image-20260101234701634

Then navigate to “Keyboard Shortcuts”:

image-20260101234923819

Uncheck both options in the screenshot above.

  1. Assign a keyboard shortcut to Raycast:

Open Raycast’s settings and change the default shortcut Option + Space to Cmd + Space.

image-20260102000842828

  1. Configure Raycast’s clipboard history feature:

By default, it has no shortcut. Assign the shortcut Option + Cmd + C and set the history retention period from the default 7 days to 1 year (longer is better).

image-20260102002942898

Effect of Raycast’s clipboard history:

image-20260102003406683

  1. Launch any application on your Mac via Raycast:

For example, to launch Chrome with Option + C, configure it in Raycast like this:

image-20260102112454186

Shortcuts I’ve set for frequently used applications (to be installed later):

  • Chrome browser: Option + C (C for Chrome)
  • Typora: Option + M (M for Markdown)
  • WeChat: Option + W
  • VS Code / Cursor (coding tools): Option + V

Password Manager: 1Password

Download the latest version from the official website — do NOT use the App Store version, as it hasn’t been updated in two years.

Cloud Sync: Dropbox

Synchronize content written on other computers to the new one, allowing seamless continuation of work.

Writing: Typora + Image Upload Tool: PicGo

Typora is a worthwhile paid tool. Set PicGo as Typora’s default image upload tool for convenience.

  1. PicGo Configuration:

If image filenames have unwanted suffixes like .pngundefined, resolve by first setting a value in “Set URL Suffix” and then clearing it. Reference: Image filename bug

  1. Set PicGo as the default image uploader in Typora:

Version Control: Git + GUI Tool: Tower

  1. Store Markdown articles in private GitHub repositories, using Git for version management.

Installing Git on Mac can be done in multiple ways. The easiest way is to install Command Line Tools for Xcode. After installation, Git will be available.

Alternatively, on macOS Mavericks (10.9) or higher, simply run git in Terminal for the first time — it will prompt you to install command-line developer tools:

$ git --version
  1. Also install a GUI tool for visual management. Git’s official website lists dozens of GUI clients — feel free to explore. My preferred GUI client is Tower.

When launching Tower, a popup will ask you to configure your username and email:

image-20260101143638827

Use the following to connect Tower with GitHub:

image-20260101143653924

Token configuration guide: https://blog.csdn.net/weixin_41010198/article/details/119698015

Journaling: Day One

  • Download: App Store

Messaging: WeChat, QQ

  • Download: App Store

NAS: ZSpace (极空间)

I purchased a ZSpace NAS device and use its software for convenient file backup and management.

Eye Protection: f.lux

Reduces screen color temperature, minimizes blue light, and protects your eyes.

After launching, the app automatically detects your location. My settings:

  • Daytime (sunrise) temperature: 5700K
  • Sunset temperature: 4300K

image-20260105142231338

Menu Bar Management: Hidden Bar

  • Download: App Store

A minimalist tool that hides unwanted app icons from the menu bar.

Hold Cmd and drag app icons from the menu bar to hide them.

Calendar Tool: Itsycal

  • Download: https://

Article Title: 02-Software to Install When Using a MacBook for the First Time

Author:

Published: January 1, 2026

Copyright: This article is licensed under CC BY-NC-SA 4.0 . Please keep attribution when reusing.

Related Posts

1/1/2022

Scientific Internet Access

Detailed Guide to Setting Up Scientific Internet Access on macOS, Including ClashX Configuration with Telegram and Dropbox Proxy Setup, Supporting SOCKS5 Protocol, and Resolving Issues Where Applications Cannot Access the Internet After Proxy Configuration.

6/15/2022

01-MacTips-ClassicOne

Compile practical Mac tips for daily use of QianGu YiHao, covering solutions for issues such as software failing to open, installing Git on M1 chips, GitHub connection problems, Alfred's auto-paste malfunction, and external keyboard key remapping—essential for beginners!

1/1/2015

MacTips-MacTalk

Gather practical Mac tips from *MacTalk·Life Metaprogramming*, covering over 70 efficient operations including keyboard shortcuts, terminal commands, system optimization, file management, and more, helping you quickly improve your Mac usage efficiency. Some content has been updated; please refer to it judiciously.

Comments