Attempt to reduce the number of files in the repository. I also considered moving the macOS install/uninstall scripts to /scripts, but ultimately decided against it.
- Removed unnecessary whitespace and comments, along with minor formatting tweaks that do not affect functionality.
- Removed
.code-workspace. I believe this file should remain local, even with relative paths, it can still cause friction for anyone using VS Code with this repo. (削除) Replaced all#!/bin/bashwith#!/bin/sh, as I didn't find any Bash-specific features used in the scripts. (削除ここまで)(削除) Removed/user.jssince it's unused anywhere in the project. (削除ここまで)