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

https://github.com/fedeztk/dotfiles

Personal dotfiles
https://github.com/fedeztk/dotfiles

Last synced: 10 months ago
JSON representation

Personal dotfiles

Awesome Lists containing this project

README

          

# Dotfiles

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

[[ "$(uname)" = "Darwin" ]] && eval "$(/opt/homebrew/bin/brew shellenv)" || eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"

brew install chezmoi

chezmoi init fedeztk --apply
```