Skip to content

mcandre/dotfiles

Repository files navigation

Dotfiles - Configuration files

HOMEPAGE

https://github.com/mcandre/dotfiles

NOTABLE CONFIGURATIONS

ASDF

ASDF isolates programming environments on a per-project, per-directory basis. This enables engineers to work on multiple projects with less friction about conflicting programming language versions.

Examples:

EditorConfig

The EditorConfig system provides a standard way to configure basic text file settings. It is cross-programming-language, cross-text-editor, and cross-platform. If needed, per-directory or per-project configurations can be applied, in order to support conflicting indentation styles or whathaveyou.

An thorough example .editorconfig file sets up many projects for success.

gitignore

src/.profile.d/gitignore.sh implements a CLI for the popular gitignore.io pattern database.

ll

A common UNIX alias for rapidly listing information about files in the current directory, in detail.

Setup via src/.profile.d/ll.sh.

open

The convenient macOS open command line tool accepts a directory or file path argument, launching the file graphically with the default application. This is helpful for quickly exploring large directory trees and project artifacts.

It is provided with the base macOS operating system. Equivalent aliases for open are provided in example shell configuration snippets:

REQUIREMENTS

Recommended

  • ASDF 0.10 (run asdf reshim after provisioning)
  • direnv 2

TERMINAL COLORS

Monokai

AUDIT

$ ./build audit

LINT

$ ./build [lint]