Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
/configPublic

Custom Mac Setup 🖥

NotificationsYou must be signed in to change notification settings

fed/config

Repository files navigation

This document describes how I set up my development environment on a new MacBook.

Finder Preferences

  • General > New Finder windows show > Downloads folder
  • Sidebar > Show these items in the sidebar > Airdrop, Applications, Desktop, Downloads & home directory
  • Advanced > Show all filename extensions
  • Show View Options > Group By: Name & Sort By: Name

Chrome DevTools Preferences

  • Settings > Preferences > Network > Disable cache (while DevTools is open)

Dotfiles

SSH Keys

Add your SSH private key to thessh-agent and store your passphrase in the keychain:

ssh-add -K ~/.ssh/id_rsa

To have MacOS remember your passphrase, create a new file~/.ssh/config and enable theUseKeychain option:

Host *    UseKeychain yes

More info on both theBitbucket andGitHub docs.

Browsers

Dev Tools

Productivity Tools

Other

About

Custom Mac Setup 🖥

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp