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

https://github.com/kevinschweikert/dotfiles

My personal dotfiles
https://github.com/kevinschweikert/dotfiles

ansible dotfiles macos neovim tmux

Last synced: 7 months ago
JSON representation

My personal dotfiles

Awesome Lists containing this project

README

          

# Dotfiles

This are my personal dotfiles (currently only macOS). It's a work in progress.
Provisioning works with [Ansible](https://www.ansible.com/) but not without running from scratch.
Thinking about switching to [chezmoi](https://www.chezmoi.io/)

## Installation
```shell
set -x BW_SESSION (bw unlock --raw)
ansible-galaxy install -r requirements.yml
ansible-playbook main.yml --ask-become-pass
```