This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# vim: ft=bash | |
# | |
# © 2025 Konstantin Gredeskoul <kig AT kig.re> | |
# All rights reserved. | |
# MIT License. | |
# | |
# This script uses rbenv/ruby-build to install Ruby on OS-X or Linux. It configures | |
# Ruby build flags in such a way to ensure Ruby is linked with libjemalloc (which | |
# reduces the memory by half) and YJIT enabled. It has been tested on both Linux and |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# vim: ft=bash | |
# | |
# © 2025 Konstantin Gredeskoul | |
# http://github.com/kigster | https://kig.re | |
# | |
# This script allows you to export the list of your VSCode | |
# extensions and import them into, eg. Cursor IDE. Or the | |
# other way around. By the default the script continues on | |
# import errors because there are typically quite a few. |
OlderNewer