Skip to content

Instantly share code, notes, and snippets.

@roberthamel
roberthamel / code.sh
Created October 3, 2022 12:28 — forked from tallguyjenks/code.sh
ZettelKasten Sync Code
# To permanently cache the credentials
git config --global credential.helper store
# To ignore files that could cause issues across different workspaces
touch .gitignore
echo ".obsidian/cache
.trash/
.DS_Store" > .gitignore
@roberthamel
roberthamel / docker-swarm-gpu.md
Created November 4, 2022 18:02 — forked from tomlankhorst/docker-swarm-gpu.md
Instructions for Docker swarm with GPUs

Oh my zsh.

Oh My Zsh

Install ZSH.

sudo apt install zsh-autosuggestions zsh-syntax-highlighting zsh

Install Oh my ZSH.