- bin/setup: curl-pipeable installer — re-execs with bash, detects OS, installs git (apt/xcode-select), clones dotfiles into ~, runs arty deps, installs arty zsh completion, prints next steps; fully idempotent - README.md: replace Quick Start with Installation one-liner, add step table, After Installation and Manual Setup sections; fix stale ~/scripts reference - .gitignore: whitelist bin/setup Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
39 lines
572 B
Plaintext
Executable File
39 lines
572 B
Plaintext
Executable File
# Ignore everything
|
|
*
|
|
|
|
# But not these files.
|
|
!.gitignore
|
|
!.gitconfig
|
|
!.editorconfig
|
|
!.nvmrc
|
|
!.ruby-version
|
|
!.python-version
|
|
!.p10k.zsh
|
|
!.zprofile
|
|
!.zlogout
|
|
!.zlogin
|
|
!.zshrc
|
|
!.zshenv
|
|
!.hushlogin
|
|
!arty.yml
|
|
!bin/
|
|
!bin/arty
|
|
!bin/stacks
|
|
!bin/README.md
|
|
!bin/setup
|
|
!.vscode/
|
|
!.vscode/settings.json
|
|
!.vscode/keybindings.json
|
|
!.config/
|
|
!.config/yazi/
|
|
!.config/yazi/yazi.toml
|
|
!.config/yazi/theme.toml
|
|
!.config/micro/
|
|
!.config/micro/settings.json
|
|
!.config/micro/bindings.json
|
|
!.config/micro/colorschemes/
|
|
!.config/micro/colorschemes/nord-tc.micro
|
|
!signature.txt
|
|
!LICENSE
|
|
!README.md
|