A unified development environment for Metacraft developers that automates configuration across macOS and Linux systems.
-
Install prerequisites:
# Install Homebrew /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" # Install Ansible brew install ansible # Install Starship (optional) brew install starship
-
Deploy environment:
# Clone repository to home directory git clone <repo-url> ~/nerdtools # Run Ansible playbook cd ~/nerdtools ansible-playbook -i hosts.yml macos.yml
-
Configure hosts:
- Edit
hosts.yml
with your target IP address - Ensure SSH access is configured to the target machine
- Verify Ansible is installed on the remote client
- Edit
-
Deploy environment:
ansible-playbook -i hosts.yml linux.yml # Set Zsh as default shell chsh -s $(which zsh)
Tool | Installation | Purpose |
---|---|---|
LLVM | brew install llvm --with-toolchain |
C/C++ toolchain |
Ruff | pip3 install ruff |
Python linter |
MyPy | pip3 install mypy |
Python type checker |
JSON Language Server | pip3 install jsonls |
JSON support |
Pyright | pip3 install pyright |
Python LSP |
Codespell | pip3 install codespell |
Spell checker |
ASCII Image Converter | Link | Image display |
These LSPs should be installed manually rather than via Mason:
LSP | Installation | Language |
---|---|---|
WGSL Analyzer | Link | WebGPU Shading |
Hurl | Link | API testing |
Lua Language Server | brew install lua-language-server |
Lua |
Rust Analyzer | rustup component add rust-src |
Rust |
Gopls | Link | Go |
ZLS | Link | Zig |
NPH | Link | Nim formatter |
SwiftLint & SwiftFormat | brew install swiftlint swiftformat |
Swift |
- Kitty: Use
kitty +kitten ssh
instead ofssh
when connecting to Linux systems - Wezterm: Configure undercurl for proper styling
- Mise: Use for cross-language version management
- btop - Resource monitor with modern UI