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

https://github.com/denpeshkov/dotfiles


https://github.com/denpeshkov/dotfiles

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# dotfiles

Dotfiles are managed with [GNU Stow](https://www.gnu.org/software/stow/) and are compatible with macOS.

## Setup dotfiles

To set up all the files, run:

```
make stow
```

## Install tools

To install all the tools using Homebrew, run:

```
brew bundle --file=Brewfile
brew bundle --force cleanup --file=Brewfile
```