https://github.com/mcandre/dotfiles
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:
- .tool-versions configuration for developing this dotfiles project
- Home directory default: Copy src/global.tool-versions to
~/.tool-versions
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.
src/.profile.d/gitignore.sh implements a CLI for the popular gitignore.io pattern database.
A common UNIX alias for rapidly listing information about files in the current directory, in detail.
Setup via src/.profile.d/ll.sh.
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:
BSD-2-Clause
- GNU or BSD findutilshtml)
- POSIX compatible grep
- POSIX compatible sh
- ShellCheck 0.10.0+
- Go 1.23.3+
- kirill 0.0.1
- Python 3.12.1+
- Snyk
- Provision additional dev tools with
./install
$ ./build audit
$ ./build [lint]