Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mrtazz/dotfiles

collection of my dotfiles
https://github.com/mrtazz/dotfiles

Last synced: about 2 months ago
JSON representation

collection of my dotfiles

Awesome Lists containing this project

README

        

# 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:
``` shell
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:
``` shell
make uninstall
```