Skip to content

Instantly share code, notes, and snippets.

View nkreeger's full-sized avatar

Nick Kreeger nkreeger

  • Minneapolis / St. Paul, MN
View GitHub Profile
@nkreeger
nkreeger / vimrc
Last active December 21, 2021 12:46
syntax enable set nocompatible " be iMproved, required filetype off " required
" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
" alternatively, pass a path where Vundle should install plugins
"call vundle#begin('~/some/path/here')
" let Vundle manage Vundle, required
Plugin 'VundleVim/Vundle.vim'
@htruong
htruong / chroot-to-pi.sh
Last active May 5, 2024 10:59
Chroot to pi sd card
#!/bin/bash
# This script allows you to chroot ("work on")
# the raspbian sd card as if it's the raspberry pi
# on your Ubuntu desktop/laptop
# just much faster and more convenient
# credits: https://gist.github.com/jkullick/9b02c2061fbdf4a6c4e8a78f1312a689
# make sure you have issued