https://github.com/mharrisb1/dotfiles
🧬 helix, xplr, zellij, and more
https://github.com/mharrisb1/dotfiles
alacritty-config helix lazygit xplr-config zellij
Last synced: 8 days ago
JSON representation
🧬 helix, xplr, zellij, and more
- Host: GitHub
- URL: https://github.com/mharrisb1/dotfiles
- Owner: mharrisb1
- Created: 2025-08-20T22:04:44.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2026-05-28T03:44:35.000Z (30 days ago)
- Last Synced: 2026-05-28T05:20:13.345Z (30 days ago)
- Topics: alacritty-config, helix, lazygit, xplr-config, zellij
- Language: KDL
- Homepage:
- Size: 81.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
Config files to be symlinked to [`$XDG_CONFIG_HOME`](https://specifications.freedesktop.org/basedir-spec/latest/#variables).
> [!TIP]
> Minimal dotfiles available [here](https://github.com/mharrisb1/dotfiles/tree/minimal)
## Tools
| Name | Link |
| ---------- | ------------------------------------------- |
| alacritty | https://github.com/alacritty/alacritty |
| delta | https://github.com/dandavison/delta |
| helix | https://helix-editor.com |
| lazydocker | https://github.com/jesseduffield/lazydocker |
| lazygit | https://github.com/jesseduffield/lazygit |
| xplr | https://xplr.dev |
| zellij | https://zellij.dev |
## Dev Container
Quickly deploy this in a [Dev Container](https://containers.dev):
> [!NOTE]
> Must have [Dev Container CLI](https://github.com/devcontainers/cli)
```bash
devcontainer up --config .devcontainer/devcontainer.json --workspace-folder .
devcontainer exec --workspace-folder . zsh -c "zellij attach -c dev || zellij"
```