Skip to content

Instantly share code, notes, and snippets.

View giljr's full-sized avatar
💭
Full Stack Developer with a degree in Computer Engineering.

Gilberto Oliveira Jr giljr

💭
Full Stack Developer with a degree in Computer Engineering.
View GitHub Profile
@alexishida
alexishida / rbenv-ruby-rails-update.sh
Last active January 2, 2025 13:49
Script to update rbenv, Ruby and Ruby on Rails versions
#!/bin/bash
#---------------------------------------------------------------------------------------
# Script to update rbenv, Ruby and Ruby on Rails versions
# Source: https://gist.github.com/alexishida/015b074ae54e1c7101335a2a63518924
#
# Author: Alex Ishida <[email protected]>
# Version: 1.7.0 - 02/01/2025
#---------------------------------------------------------------------------------------
#
# If you want install rbenv for the first time
@alexishida
alexishida / ubuntu-on-windows-10.txt
Created March 13, 2018 03:01
Ubuntu on Windows 10
# https://docs.microsoft.com/en-us/windows/wsl/install-win10
1 - Open PowerShell as Administrator and run:
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
2 - Restart your computer when prompted.
@alexishida
alexishida / rbenv-ruby-rails-install.sh
Last active January 2, 2025 13:48
Script to install rbenv, Ruby, nodejs and yarn
#!/bin/bash
#---------------------------------------------------------------------------------------
# Script to install rbenv, Ruby, nodejs and yarn
# Source: https://gist.github.com/alexishida/655fb139c759393ae5fe47dacd163f99
#
# Author: Alex Ishida <[email protected]>
# Version: 1.7.0 - 02/01/2025
#---------------------------------------------------------------------------------------
#
# HOW TO INSTALL A SCRIPT