alizehkhan / dotfiles

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

Home Page:https://alizehkhan.com/blog/frontend-setup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Frontend Setup for MacOS

This repo is heavily 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

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

Clone this repo into your home directory.

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

Run the scripts in install.sh

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',
  }

About

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

https://alizehkhan.com/blog/frontend-setup


Languages

Language:Shell 90.3%Language:Ruby 9.7%