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

https://github.com/zcuric/dotfiles

My personal dotfiles
https://github.com/zcuric/dotfiles

Last synced: about 1 year ago
JSON representation

My personal dotfiles

Awesome Lists containing this project

README

          

# dotfiles
Personal dotfiles for MacOS/Linux setup. Inspired by [dreamsofcode-io/dotfiles](https://github.com/dreamsofcode-io/dotfiles/tree/main).

## Setup

Managed using [GNU Stow](https://www.gnu.org/software/stow/). This allows me to set up symlinks for all of my dotfiles using a single command:
```bash
stow .
````