Skip to content

🌱 My Macbook setup as a minimalist, designer, and frontend engineer.

Notifications You must be signed in to change notification settings

alizehkhan/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Frontend Setup for MacOS

This repo is inspired by Dries Vints' awesome blog post and dotfiles repo.

Beginner's guide

If you're a beginner to setup, I wrote a blog post with an intro to the shell, the basic utilities and config files involved in the frontend setup process. I've also commented on the purpose of each of the scripts in the files.

👉 Beginner’s Frontend Setup Guide

Setup

Clone this repo into your home directory.

git clone https://github.com/alizehkhan/dotfiles.git

Run the scripts in install.sh

⚠️ Please don't run other people's scripts blindly. Stay safe.

source ~/dotfiles/install.sh

Grab a cuppa ☕️ and wait for the scripts to finish running ✅.

Personal macOS preferences

  • Link Apple ID
  • Dock: Automatically hide and show
  • Trackpad: Uncheck Scroll direction: Natural
  • Keyboard: Key repeat (fast) / Delay until repeat (short)
  • Accessibility: Use scroll gesture with control key to zoom
  • Finder preferences:
  • iTerm preferences
  {
    theme: 'Minimal',
    background: '#20252C',
    font: 'Menlo',
    fontSize: '14px',
  }