Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrtazz/dotfiles
collection of my dotfiles
https://github.com/mrtazz/dotfiles
Last synced: 28 days ago
JSON representation
collection of my dotfiles
- Host: GitHub
- URL: https://github.com/mrtazz/dotfiles
- Owner: mrtazz
- Created: 2012-08-25T22:52:09.000Z (about 12 years ago)
- Default Branch: main
- Last Pushed: 2024-10-02T03:36:48.000Z (about 1 month ago)
- Last Synced: 2024-10-05T06:49:14.765Z (about 1 month ago)
- Language: Vim Script
- Size: 8.39 MB
- Stars: 29
- Watchers: 5
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```