Skip to content

Instantly share code, notes, and snippets.

@jacoelho
jacoelho / AWS-CSA-A-Notes.md
Last active August 29, 2017 08:23 — forked from agussman/AWS-CSA-A-Notes.md
Notes from studying for the AWS Certified Solutions Architect Exam. I felt well-prepared for the exam and passed with a 94%. Please reach out with any corrections or questions.

External Resources

@jacoelho
jacoelho / .md
Last active April 30, 2021 20:51
spf13-vim + vim-go
  1. Install spf13-vim
sh <(curl https://j.mp/spf13-vim3 -L)
  1. Install Go bundle
echo "export PATH=\$PATH:\$(go env GOPATH)/bin" >> ~/.bashrc
@jacoelho
jacoelho / vim.sh
Last active March 5, 2017 15:26 — forked from akolosov/gist:cedaac86b333a4ced95f
vim8 with lua+GUI on Ubuntu 14.04
#!/bin/sh
sudo apt-get remove -y --purge vim vim-runtime vim-gnome vim-tiny vim-common vim-gui-common
sudo apt-get install -y --no-install-recommends \
liblua5.1-dev \
luajit \
libluajit-5.1 \
python-dev \
ruby-dev \
libperl-dev \