Skip to content

Instantly share code, notes, and snippets.

View sc250024's full-sized avatar

Scott Crooks sc250024

  • Miro
  • Haarlem, The Netherlands
  • 06:37 (UTC +02:00)
  • LinkedIn in/jshcrooks
View GitHub Profile
@niw
niw / Vagrantfile
Last active July 18, 2024 00:52
A simple Vagrantfile to setup Ubuntu desktop environment with Google Chrome and Japanese input
Vagrant.configure("2") do |config|
config.vm.box = "ubuntu/bionic64"
config.vm.provider :virtualbox do |v|
v.gui = true
v.memory = 2048
end
# Currently "ubuntu/bionic64" on VirtualBox requires `type: "virtualbox"`
# to make synced folder works.
@kus
kus / osx-setup.md
Last active June 12, 2024 09:50
Get a clean Mac OSX up and running as a developer machine.

Make sure OS is up-to-date

Install Xcode:

(To get around certain build tools that actually require Xcode and not the cli tools)

From the App Store, open it once it's done then close it

sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
sudo xcodebuild -license