Skip to content

atrepca/dotfiles

Repository files navigation

dotfiles

My personal dotfiles for macOS and Linux.

Contents

  • zsh — shell config, aliases, prompt
  • vim — editor config
  • tmux — terminal multiplexer config
  • kitty — terminal emulator config (macOS only)
  • git — global git config and aliases
  • terraform — CLI config
  • Brewfile — Homebrew packages and apps (macOS only)

macOS

Install Homebrew, then restore all packages (includes chezmoi):

brew bundle

Apply dotfiles:

chezmoi init --apply https://github.com/atrepca/dotfiles.git

Linux

Install chezmoi:

sh -c "$(curl -fsLS get.chezmoi.io)" -- -b ~/.local/bin

Apply dotfiles:

chezmoi init --apply https://github.com/atrepca/dotfiles.git

Platform-specific files are handled automatically — kitty config and .zprofile are excluded on Linux.

Updating

To pull and apply the latest changes from the remote repo on an already-initialized machine:

chezmoi update

About

My dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors