https://github.com/timharek/dotfiles
🧑💻
https://github.com/timharek/dotfiles
dotfiles dotfiles-macos git helix helix-editor homebrew macos neovim neovim-dotfiles skhd tmux vim zsh
Last synced: about 2 months ago
JSON representation
🧑💻
- Host: GitHub
- URL: https://github.com/timharek/dotfiles
- Owner: timharek
- License: mit
- Created: 2020-04-05T22:23:59.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-07-06T19:59:18.000Z (3 months ago)
- Last Synced: 2025-08-03T06:38:24.619Z (2 months ago)
- Topics: dotfiles, dotfiles-macos, git, helix, helix-editor, homebrew, macos, neovim, neovim-dotfiles, skhd, tmux, vim, zsh
- Language: Shell
- Homepage:
- Size: 12.8 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://builds.sr.ht/~timharek/dotfiles/commits/main/.build.yml?)
# dotfiles
My dotfiles for my macOS setup.
## What I use
- Shell: [`fish`](.config/fish)
- Terminal: [Ghostty](.config/ghostty/config)
- Editors: [Helix](.config/helix)
- Window manager: [`yabai`](.config/yabai/yabairc)
- Browser: Zen Browser
- Package manager: [Homebrew](https://brew.sh)## Usage
```bash
# Setup a fresh install of macOS
make setup# See all available commands for dotfiles
make help# Symlink everything
stow --adopt .
```