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
- Host: GitHub
- URL: https://github.com/kevinschweikert/dotfiles
- Owner: kevinschweikert
- License: mit
- Created: 2023-12-26T16:10:14.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-01T12:07:28.000Z (7 months ago)
- Last Synced: 2025-04-01T15:17:05.934Z (7 months ago)
- Topics: ansible, dotfiles, macos, neovim, tmux
- Language: Lua
- Homepage:
- Size: 334 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```