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

https://github.com/noahgorstein/dotfiles


https://github.com/noahgorstein/dotfiles

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# dotfiles

This includes my configuration for:
- zsh
- homebrew
- neovim
- alacritty
- starship
- kitty
- ghostty

## Requirements

- `make`

```bash
make all
```

## Install

To set up all of the files as symlinks in your home directory, just run this:

## Install with Homebrew

```bash
brew bundle --file=~/dotfiles/Brewfile
```

and

```bash
brew bundle --force cleanup --file=~/dotfiles/Brewfile
```