Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/brycekwon/dotfiles

Series of configuration files used to setup my MacOS environment.
https://github.com/brycekwon/dotfiles

alacritty firefox git gnupg homebrew neovim ssh thunderbird tmux zsh

Last synced: 1 day ago
JSON representation

Series of configuration files used to setup my MacOS environment.

Awesome Lists containing this project

README

        

# Bryce Kwon Dotfiles

Series of configuration files, packages, and scripts to setup a personal development environment
for multiple systems.

## Installation

```bash
sh -c "$(curl -fsLS get.chezmoi.io)" -- -b $HOME/.local/bin

chezmoi init --apply https://github.com/brycekwon/dotfiles.git
```