https://github.com/fredoliveira/dotfiles
My personal set of dotfiles. Includes zsh, git, vim, tux configurations and a few other tools I make use of.
https://github.com/fredoliveira/dotfiles
chezmoi dotfiles shell
Last synced: 2 months ago
JSON representation
My personal set of dotfiles. Includes zsh, git, vim, tux configurations and a few other tools I make use of.
- Host: GitHub
- URL: https://github.com/fredoliveira/dotfiles
- Owner: fredoliveira
- Created: 2014-04-07T23:09:32.000Z (about 12 years ago)
- Default Branch: main
- Last Pushed: 2026-04-21T10:18:42.000Z (2 months ago)
- Last Synced: 2026-04-21T12:14:00.568Z (2 months ago)
- Topics: chezmoi, dotfiles, shell
- Language: Go Template
- Homepage: https://helloform.com
- Size: 6.89 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles 👋
This is my current dotfile setup. It is opinionated and I can't guarantee
that it will work for anyone who isn't me. But use these to experiment,
learn, and heck - maybe you just want the exact same setup I use. In that
case, go all out and look below for instructions.
### What's included
- Zsh setup (antidote, starship, atuin, zoxide, fzf)
- Git config + global ignore
- Tmux config + TPM
- Ghostty terminal
- Neovim (empty; drops in as you build it up)
- Mise-managed toolchains
- macOS defaults bootstrap
- 1Password SSH agent + signing
- Brew packages auto-installed on `chezmoi apply`
### Installation process
```
sh -c "$(curl -fsLS get.chezmoi.io/lb)" -- init --apply fredoliveira
```