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

https://github.com/caarlos0/dotfiles

❄️ my configurations for home-manager, nixOS, and nix-darwin
https://github.com/caarlos0/dotfiles

dotfiles fish home-manager linux macos neovim nix nix-darwin nixos tmux

Last synced: 3 months ago
JSON representation

❄️ my configurations for home-manager, nixOS, and nix-darwin

Awesome Lists containing this project

README

          

# caarlos0/dotfiles

This is my latest dotfiles generation.

I've been experimenting with many different tools to manage them properly, from
Ansible to shell scripts, and never liked any of them that much, to be honest.

You can see the history on these repositories:

- [dotfiles.zsh](https://github.com/caarlos0/dotfiles.zsh)
- [dotfiles.fish](https://github.com/caarlos0/dotfiles.fish)

Then, I tried nix, which seemed fine, but also overkill for my case.
In the end, what I really wanted was just a simple shell script, which is this
version here!

## Applying

```bash
./setup
```

## Releasing

```bash
./scripts/release.sh
```