Skip to content

Instantly share code, notes, and snippets.

View rugbyprof's full-sized avatar

Terry Griffin rugbyprof

View GitHub Profile
@rugbyprof
rugbyprof / update.sh
Created December 5, 2023 09:41
Simple setup script of my droplets
apt update && apt upgrade -y
apt install git
apt install zsh
apt install wget
chsh -s /bin/zsh root
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
cp ~/.zshrc ~/.zshrc.hold
# Digital Ocean Natted IP for private nets
NATADDR=0.0.0.0
setopt promptsubst
setopt promptpercent
# crunch theme colorpreset examples
# esembeh
@rugbyprof
rugbyprof / .zshrc_append
Created December 5, 2023 09:33
Additional zshrc quick commands
# =====================================================================================
# MY STUFF
# =====================================================================================
# User configuration
export EDITOR=nano
alias cp='cp -i' # Preferred 'cp' implementation
alias cpp='cp -iv' # Preferred 'cp' implementation
alias mv='mv -iv' # Preferred 'mv' implementation
@rugbyprof
rugbyprof / .clang-format
Created February 25, 2023 22:04
clang format
Standard: Cpp11
BasedOnStyle: LLVM
IndentWidth: 4
ColumnLimit: 0
AccessModifierOffset: -4
NamespaceIndentation: All
BreakBeforeBraces: Custom
BraceWrapping:
AfterEnum: false
AfterStruct: false
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@rugbyprof
rugbyprof / bbox_with_5degree_buffer.geojson
Last active September 20, 2022 05:45
Continental US Bounding Box with 5 degree buffer.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@rugbyprof
rugbyprof / countries.geojson
Created February 13, 2022 09:09
country borders
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@rugbyprof
rugbyprof / countries.geojson
Created February 13, 2022 07:36
countries.geojson
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@rugbyprof
rugbyprof / usa_border.geojson
Last active February 10, 2022 07:04
USA Continental US Border
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@rugbyprof
rugbyprof / examples.geojson
Last active February 8, 2022 06:01
Used for Geopandas spatial index queries
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.