🎯

go-performance

🎯Skill

from caarlos0/dotfiles

VibeIndex|
What it does

go-performance skill from caarlos0/dotfiles

πŸ“¦

Part of

caarlos0/dotfiles(4 items)

go-performance

Installation

πŸ“‹ No install commands found in docs. Showing default command. Check GitHub for actual instructions.
Quick InstallInstall with npx
npx skills add caarlos0/dotfiles --skill go-performance
12Installs
199
-
Last UpdatedJan 26, 2026

Skill Details

SKILL.md

Overview

# 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

# And maybe:

./macos/set-defaults.sh

```

Releasing

```bash

./scripts/release.sh

```