Go to file
Bastien Chanot 6159700714 refactor(install): auto-detect OS, drop target arg, harden script
Rework install.sh:
- detect OS via uname (Darwin -> bashrc-osx, else bashrc-linux);
  remove the {server|linux|arm|osx} argument and bashrc-server
- fix broken /tmp/config paths that made server+osx install no bashrc
- switch #!/bin/sh -> bash, add set -euo pipefail, quote expansions
- clone nerdtree into bundle (was a no-op cp of a dir), drop the
  redundant molokai clone (already tracked in vim/colors)
- guard apt-get behind command -v so macOS skips it
- make re-runnable; drop the no-op trailing 'source ~/.bashrc'

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-27 18:28:28 +02:00
.claude chore(claude): add onboard config — memory, tasks, audit, gitignore 2026-05-27 18:28:18 +02:00
bash refactor(install): auto-detect OS, drop target arg, harden script 2026-05-27 18:28:28 +02:00
vim added vim 2025-12-11 16:53:30 +01:00
.gitignore chore(claude): add onboard config — memory, tasks, audit, gitignore 2026-05-27 18:28:18 +02:00
install.sh refactor(install): auto-detect OS, drop target arg, harden script 2026-05-27 18:28:28 +02:00