Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 476 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 476 Bytes

dotfiles

Overview

This is my collection of dotfiles. They are mostly used on macOS, FreeBSD, and GitHub codespaces.

Installation

There is a makefile which sets up symlinks from the home directory. It prepends a dot to all files. Use it by running:

make install

There is also a command to uninstall the symlinks. Since this is potentially hazardous, rm is invoked to prompt for each file entry and only works on symlinks:

make uninstall