skills/smithery.ai/add-app-config

add-app-config

Installation
SKILL.md

Add App Configuration

Add a new application's configuration to Juliet dotfiles with proper stow symlinks.

Process

  1. Create config directory

    mkdir -p ~/.config/Juliet/symlinked/config/<app-name>/
    
  2. Add configuration files

    • Create config files inside symlinked/config/<app-name>/
    • Use the app's expected filenames (e.g., config, config.toml, settings.json)
  3. Run stow to create symlinks

    stow --target=$HOME/.config --dir=$HOME/.config/Juliet/symlinked config
    
Installs
1
First Seen
Apr 22, 2026
add-app-config from smithery.ai