Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/stefafafan/dotfiles


https://github.com/stefafafan/dotfiles

Last synced: 16 days ago
JSON representation

Awesome Lists containing this project

README

        

# dotfiles

dotfiles are managed with chezmoi.

## Installation

Install homebrew.

```sh
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
```

Install homebrew packages.

```sh
brew bundle
```

Install alacritty themes.

```sh
mkdir -p ~/.config/alacritty/themes
git clone https://github.com/alacritty/alacritty-theme ~/.config/alacritty/themes
```

Apply dotfiles.

```sh
chezmoi init --apply stefafafan
```