Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 670 Bytes

File metadata and controls

28 lines (20 loc) · 670 Bytes

Dotfiles

New Machine?

/bin/bash -c "$(curl -fsSL setup.markohara.com)"

Note: Run this command only when setting up a new development environment to install both config and dotfiles.

To configure execute the platform of choice

./macos

To configure your git user run the following, then update it to reflect your current git user.

make init.local.gitconfig

Sessionizer configuration

By default fresh installs include config and dotfiles, to add additional files to the search path set these vars in .zprofile.local

SESSIONIZER_DIRS="$SESSIONIZER_DIRS:"
SESSIONIZER_PROJECTS="$SESSIONIZER_PROJECTS:"