DavidHe1127 / laptop-dev-env-setup

A list of configs you might need when having a fresh laptop that is required to be armed for development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dev-ready Laptop Setup Guide

It contains configs you need to get your macbook ready for development work.

Toolings/CLIs

Git auto-completion

Follow instructions 1 and 2. Step 3 is in the ~/.bash_profile provided.

Docker auto-completion

cd /usr/local/etc/bash_completion.d
ln -s /Applications/Docker.app/Contents/Resources/etc/docker.bash-completion
ln -s /Applications/Docker.app/Contents/Resources/etc/docker-machine.bash-completion

Non-essential tools

macOS

Key repetition

First, run defaults write -g ApplePressAndHoldEnabled -bool false then, in the Keyboard settings, Change Key repeat rate to fastest and Delay until repeat to shortest.

About

A list of configs you might need when having a fresh laptop that is required to be armed for development


Languages

Language:JavaScript 59.1%Language:Shell 40.4%Language:Vim Script 0.5%