Scripts that can be called remotely, since they do not depend on other local files.
The following subdomains redirect to this folder:
env.arturonavax.devenv.arturonavax.comenvironment.arturonavax.devenvironment.arturonavax.com
bash <(curl -fsSL "https://env.arturonavax.dev/install.sh") helpList of installation parameters:
requirements/r: Install the necessary tools, languages and dependencies.fonts/f: Install patched mono fonts.terminal/t: Install the terminal, shell, prompt, tmux and terminal tools.editor/e: Install the editor (lvim) and development tools.osconfig/o: Configure the operationg system with personal preferences.all/a: Install and integrate all of the above.
bash <(curl -fsSL "https://env.arturonavax.dev/install_golang.sh") -iList of installation flags:
-i: Install latest version available.-c: Compiling from sources.
curl -fsSL "https://env.arturonavax.dev/install_fonts.sh" | bashcurl -fsSL "https://env.arturonavax.dev/install_vscode_extensions.sh" | bashcurl -fsSL "https://env.arturonavax.dev/linux_osconfig.sh" | bashcurl -fsSL "https://env.arturonavax.dev/macos_osconfig.sh" | bashcurl -fsSL "https://env.arturonavax.dev/macos_install_clt.sh" | bash