https://github.com/evwalt/dotfiles
Personal dotfiles for macOS, centered around Neovim and Zsh, with configs and tooling for a productive, terminal-first, development workflow.
https://github.com/evwalt/dotfiles
alacritty developer-experience developer-tools dotfiles lua macos neovim productivity shell terminal tmux workflow zsh
Last synced: about 1 month ago
JSON representation
Personal dotfiles for macOS, centered around Neovim and Zsh, with configs and tooling for a productive, terminal-first, development workflow.
- Host: GitHub
- URL: https://github.com/evwalt/dotfiles
- Owner: evwalt
- License: isc
- Created: 2024-03-16T18:37:33.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2026-04-29T17:39:48.000Z (about 2 months ago)
- Last Synced: 2026-04-29T19:30:10.356Z (about 2 months ago)
- Topics: alacritty, developer-experience, developer-tools, dotfiles, lua, macos, neovim, productivity, shell, terminal, tmux, workflow, zsh
- Language: Lua
- Homepage:
- Size: 635 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dotfiles
## Overview
This repository leverages [yadm](https://yadm.io) to manage dotfiles, settings, and text files in my macOS home directory. `yadm` simplifies tracking and synchronizing these files across systems. The local `yadm` repository is stored at `.local/share/yadm/repo.git`.
## Regular Maintenance
To update and track dependencies, sync lazy.nvim plugins and then run `dua` regularly, ideally every week. See [aliases](./.aliases) for details.