npx skills add https://github.com/samhvw8/dotfiles --skill mise-expertInstall this skill with the CLI and start using the SKILL.md workflow in your workspace.
A comprehensive dotfiles setup script that configures development environments for both macOS and Linux systems.
Basic installation:
curl -L https://raw.githubusercontent.com/samhvw8/dotfiles/master/setup.sh | bash
With command line options:
curl -L https://raw.githubusercontent.com/samhvw8/dotfiles/master/setup.sh | bash -s -- [OPTIONS]
-m, --minimal: Minimal installation with fewer packages and tools-n, --no-sudo: Install without sudo privileges-h, --help: Display help messageExamples:
# Minimal installation
curl -L https://raw.githubusercontent.com/samhvw8/dotfiles/master/setup.sh | bash -s -- -m
# Installation without sudo
curl -L https://raw.githubusercontent.com/samhvw8/dotfiles/master/setup.sh | bash -s -- -n
# Minimal installation without sudo
curl -L https://raw.githubusercontent.com/samhvw8/dotfiles/master/setup.sh | bash -s -- -m -n
The script automatically detects your operating system and installs the appropriate packages and configurations. Use the minimal installation option (-m) for a lighter setup or the no-sudo option (-n) when you don't have sudo privileges.