An open API service indexing awesome lists of open source software.

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.

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
```