1
0
Fork
You've already forked dotfiles
0
Dotfiles for my custom dev environment
  • Lua 59.2%
  • Go Template 14.4%
  • CSS 14.4%
  • Shell 12%
2026年05月27日 23:13:04 -03:00
dot_bin update swww to awww 2026年04月01日 11:53:25 -03:00
dot_claude update claude settings 2026年05月27日 23:13:04 -03:00
dot_config add hunk config 2026年05月26日 15:43:05 -03:00
dot_local/share/applications why are these here? 2026年04月01日 23:33:33 -03:00
Pictures/wallpapers/horizontal update wallpapers 2025年12月25日 18:55:54 -03:00
private_dot_ssh add work setup config 2026年01月19日 21:32:42 -03:00
.chezmoiignore update chezmoi ignore 2026年01月26日 18:24:27 -03:00
.gitignore update gitignore 2025年11月11日 22:57:48 -03:00
.luarc.json update lua rc json 2025年10月17日 19:13:25 -03:00
dot_zshenv.tmpl add cargo bins to path 2026年04月19日 16:55:20 -03:00
dot_zshrc update .zshrc 2026年05月01日 14:50:07 -03:00
README.md chore: update README 2025年11月15日 14:26:45 -03:00
run_onchange_install-battery-calibrate.sh.tmpl add battery care script 2026年05月26日 15:39:12 -03:00

My Dotfiles

This repo contains my setup for Arch-based distributions with Hyprland window manager and managed using chezmoi.

If you are only interested in my setup for specific software (say nvim or wezterm) you can fetch it directly from the repository.

Warning

These are meant to work on my machines. Use it at your own risk.

How to Use

Prerequisites

First, install chezmoi. See the chezmoi installation guide for instructions specific to your system.

On Arch-based distributions, you can install it via:

pacman -S chezmoi

First Usage

Initialize chezmoi with this dotfiles repository:

chezmoi init git@github.com:edbar42/dotfiles.git

Review the changes that will be made:

chezmoi diff

Apply the dotfiles:

chezmoi apply

Or, you can do both initialization and application in one command:

chezmoi init --apply git@github.com:edbar42/dotfiles.git

Syncing Changes

To update your dotfiles from the repository and apply any changes:

chezmoi update

Or, if you want to review changes before applying:

chezmoi git pull
chezmoi diff
chezmoi apply

References