Skip to content

Commit

Permalink
update links
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Pennebaker committed Jan 29, 2024
1 parent 1415e82 commit 3c18d19
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ https://github.com/mcandre/dotfiles
Examples:

* [.tool-versions](.tool-versions) configuration for developing this dotfiles project
* Home directory default: Copy [global.tool-versions]](global.tool-versions) as `~/.tool-versions`
* Home directory default: Copy [src/global.tool-versions]](src/global.tool-versions) to `~/.tool-versions`

## EditorConfig

Expand All @@ -23,23 +23,23 @@ An thorough example [.editorconfig](.editorconfig) file sets up many projects fo

## gitignore

[.profile.d/gitignore.sh](.profile.d/gitignore.sh) implements a CLI for the popular [gitignore.io](https://www.toptal.com/developers/gitignore) pattern database.
[src/.profile.d/gitignore.sh](src/.profile.d/gitignore.sh) implements a CLI for the popular [gitignore.io](https://www.toptal.com/developers/gitignore) pattern database.

## ll

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

Setup via [.profile.d/ll.sh]([.profile.d/ll.sh]).
Setup via [src/.profile.d/ll.sh](src/.profile.d/ll.sh).

## open

The convenient macOS [open](https://ss64.com/mac/open.html) 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:

* [UNIX (XDG)](.profile.d/open.x11.sh)
* [Windows (cmd.exe)](open.cmd)
* [Windows (PowerShell)](profile.ps1)
* [UNIX (XDG)](src/.profile.d/open.x11.sh)
* [Windows (cmd.exe)](src/open.cmd)
* [Windows (PowerShell)](src/profile.ps1)

# REQUIREMENTS

Expand Down

0 comments on commit 3c18d19

Please sign in to comment.