Skip to content

Instantly share code, notes, and snippets.

View izzatzr's full-sized avatar
🎮

Izzat Zuliya R. izzatzr

🎮
  • Indonesia
View GitHub Profile
@izzatzr
izzatzr / instal.sh
Last active May 29, 2020 05:16
k3d
#!/usr/bin/env bash
APP_NAME="k3d"
REPO_URL="https://github.com/rancher/k3d"
: ${USE_SUDO:="true"}
: ${K3D_INSTALL_DIR:="/usr/local/bin"}
# initArch discovers the architecture for this system.
initArch() {
@izzatzr
izzatzr / .zshrc
Last active February 2, 2020 11:07
zshrc config
dd.mm.yyyy"|"yyyy-mm-dd"
# or set a custom format using the strftime function format specifications,
# see 'man strftime' for details.
# HIST_STAMPS="mm/dd/yyyy"
# Would you like to use another custom folder than $ZSH/custom?
# ZSH_CUSTOM=/path/to/new-custom-folder
# Which plugins would you like to load?
# Standard plugins can be found in ~/.oh-my-zsh/plugins/*