Skip to content

Instantly share code, notes, and snippets.

View izzatzr's full-sized avatar
🎮

Izzat Zuliya R. izzatzr

🎮
View GitHub Profile
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="UTF-8">
<title>OneApp</title>
<!-- <x-compile> -->
<!-- <x-bootstrap> -->
<script src="ext/ext-all-dev.js"></script>
@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/*