This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# https://docs.docker.com/build/buildkit/ | |
# https://github.com/docker/buildx/releases/ | |
# https://github.com/docker/buildx | |
## docker builder prune --all | |
## docker buildx du --verbose | |
## For Ubuntu 24.04 try: sudo apt install docker-buildx |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; I'll post entire repo of how to use this analysis code, but I wanted to get something | |
; up right away | |
; | |
(ns does-titles.titles | |
(:require | |
[better-cond.core :as b] | |
[clojure.string :as str] | |
[clojure.test :refer :all] | |
[com.fulcrologic.guardrails.core :refer [>defn >defn- >def | ? =>]])) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" remap leader from \ to , | |
let mapleader = "," | |
call plug#begin() | |
Plug 'fatih/vim-go' | |
Plug 'fatih/molokai' | |
Plug 'ctrlpvim/ctrlp.vim' | |
Plug 'hynek/vim-python-pep8-indent' | |
Plug 'elzr/vim-json' | |
Plug 'Yggdroot/indentLine' |