Skip to content

Instantly share code, notes, and snippets.

View wcheek's full-sized avatar

Wesley Jon Cheek wcheek

  • Satake Japan
  • Hiroshima, Japan
  • 13:47 (UTC +09:00)
View GitHub Profile
@Adhjie
Adhjie / 0_prerequisites.md
Created December 13, 2024 08:48 — forked from dehsilvadeveloper/0_prerequisites.md
Installing Docker on WSL 2 with Ubuntu 22.04

Prerequisites

Before start the installation process, make sure you meet the following prerequisites:

  • A Windows 10 operating system with WSL 2 support.
  • WSL 2 enabled.
  • Ubuntu 22.04 installed on WSL 2.
@dreamorosi
dreamorosi / readme.md
Created October 17, 2023 12:18
Install neovim on Amazon Linux 2023

Build & Install neovim

AL2023 doesn't have a distribution for neovim, so you need to build it from source - for more info see here.

Install prerequisites:

sudo yum -y install ninja-build cmake gcc make unzip gettext curl git --allowerasing

Clone repository:

@wjkoh
wjkoh / dartls.lua
Last active March 25, 2025 02:30
LazyVim: Set up Dart and Flutter LSP
-- Copy this file to your ~/.config/nvim/lua/plugins/
-- This file was written by @cddm. See https://www.reddit.com/r/neovim/comments/14c5e6o/how_to_set_up_dartflutter_with_neovim/jojf4z5/
return {
{
"neovim/nvim-lspconfig",
opts = {
servers = {
dartls = {},
},
},
@rheinardkorf
rheinardkorf / neovim_install_amazonlinux2.sh
Last active June 27, 2024 07:25
Install neovim on Amazon Linux 2.
#!/usr/bin/env bash
# Same as https://github.com/neovim/neovim/wiki/Installing-Neovim#centos-8--rhel-8
# but requires EPEL 7, not 8.
yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
yum install -y neovim python3-neovim
@hoegertn
hoegertn / init.py
Created September 14, 2020 09:04
CDK bootstrap helper
import json
import inquirer
import boto3
import os
import sys
import subprocess
def select_account():
@shortjared
shortjared / list.txt
Last active April 11, 2025 14:12
List of AWS Service Principals
a4b.amazonaws.com
access-analyzer.amazonaws.com
account.amazonaws.com
acm-pca.amazonaws.com
acm.amazonaws.com
airflow-env.amazonaws.com
airflow.amazonaws.com
alexa-appkit.amazon.com
alexa-connectedhome.amazon.com
amazonmq.amazonaws.com