https://github.com/noahgorstein/dotfiles
https://github.com/noahgorstein/dotfiles
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/noahgorstein/dotfiles
- Owner: noahgorstein
- Created: 2022-07-25T13:31:57.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-20T18:11:11.000Z (over 1 year ago)
- Last Synced: 2025-02-20T19:25:35.473Z (over 1 year ago)
- Language: Lua
- Size: 190 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```