Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/andrew-kandyba/dotfiles

$HOME sweet $HOME
https://github.com/andrew-kandyba/dotfiles

ansible-dotfiles ansible-template-dotfiles dotfile dotfiles dotfiles-automation dotfiles-installer dotfiles-macos dotfiles-setup

Last synced: about 1 month ago
JSON representation

$HOME sweet $HOME

Awesome Lists containing this project

README

        

# .dotfiles (MacOSX)

[![ansible-lint](https://github.com/andrew-kandyba/dotfiles/actions/workflows/ansible-lint.yml/badge.svg)](https://github.com/andrew-kandyba/dotfiles/actions/workflows/ansible-lint.yml)   [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)  

Bootstrap is based on the `make` + [ansible 🤖](https://docs.ansible.com/ansible/latest/getting_started/introduction.html).

## Usage
```bash
> git clone [email protected]:andrew-kandyba/dotfiles.git
> cd ./dotfiles

> xcode-select --install # install make (optional)
> make play
```

## Make
```bash
> make

play Run playbook
encrypt Encrypt vault
decrypt Decrypt vault
lint Run lint
tests Run tests
```