Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/xunholy/dotfiles


https://github.com/xunholy/dotfiles

chezmoi dotfiles zsh

Last synced: 15 days ago
JSON representation

Awesome Lists containing this project

README

        

# Dotfiles

Managing my personal Dotfiles using [Chezmoi](https://www.chezmoi.io/).

## Oh-My-ZZH

Adding Oh-My-ZZH to Chezmoi requires some additional [configuration](https://www.chezmoi.io/docs/how-to/#include-dotfiles-from-elsewhere).

## Local Setup

Steps:

1. Install Chezmoi
3. Install GO
4. Install Alpaca (Apple M1 must build from source)

```bash
chezmoi init --apply xunholy
```

```
sudo sh -c "$(curl -fsLS git.io/chezmoi)" -- init --apply
```