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

https://github.com/chouffe/machfiles

All my dotfiles
https://github.com/chouffe/machfiles

Last synced: 4 months ago
JSON representation

All my dotfiles

Awesome Lists containing this project

README

          

# Machfiles

## Installing

You will need `git` and GNU `stow`

Clone into your `$HOME` directory or `~`

```bash
git clone https://github.com/Chouffe/Machfiles.git ~
```

Run `stow` to symlink everything or just select what you want

```bash
stow */ # Everything (the '/' ignores the README)
```

```bash
stow zsh # Just my zsh config
```

## Programs

An updated list of all the programs I use can be found in the `programs` directory