Skip to content

Instantly share code, notes, and snippets.

View wayanjimmy's full-sized avatar
🏠
Working from home

Wayan jimmy wayanjimmy

🏠
Working from home
View GitHub Profile
@wayanjimmy
wayanjimmy / Vagrantfile
Created March 20, 2019 10:51
Debian Docker
# -*- mode: ruby -*-
# vi: set ft=ruby :
# All Vagrant configuration is done below. The "2" in Vagrant.configure
# configures the configuration version (we support older styles for
# backwards compatibility). Please don't change it unless you know what
# you're doing.
Vagrant.configure("2") do |config|
# The most common configuration options are documented and commented below.
# For a complete reference, please see the online documentation at
@wayanjimmy
wayanjimmy / Vagrantfile
Created June 4, 2019 02:39
Vagrant File With Docker
Vagrant.configure("2") do |config|
config.vm.box = "ubuntu/xenial64"
config.vm.synced_folder "./", "/vagrant", owner: "www-data", group: "www-data", mount_options: ["dmode=775,fmode=666"]
config.vm.network "forwarded_port", guest: 8080, host: 8080, host_ip: "127.0.0.1"
config.vm.network "forwarded_port", guest: 8000, host: 8000, host_ip: "127.0.0.1"
config.vm.network "forwarded_port", guest: 9001, host: 9001, host_ip: "127.0.0.1"
config.vm.provider "virtualbox" do |vb|
vb.memory = "2048"
end
@wayanjimmy
wayanjimmy / keybase.md
Created July 18, 2019 05:09
keybase.md

Keybase proof

I hereby claim:

  • I am wayanjimmy on github.
  • I am wayanjimmy (https://keybase.io/wayanjimmy) on keybase.
  • I have a public key ASC4QQ6nsR8_Sh6_fPXK4Nvf_6mZHH_CDxnLkUIhl6OUiQo

To claim this, I am signing this object:

@wayanjimmy
wayanjimmy / πŸ“Š Weekly development breakdown
Last active October 29, 2020 13:40
Weekly development breakdown
Go 19 hrs 59 mins β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–β–‘β–‘ 86.7%
TypeScript 1 hr 19 mins β–ˆβ–β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 5.7%
JSON 42 mins β–‹β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 3.1%
JavaScript 28 mins ▍░░░░░░░░░░░░░░░░░░░░ 2.0%
Vue.js 12 mins ▏░░░░░░░░░░░░░░░░░░░░ 0.9%
@wayanjimmy
wayanjimmy / macos_apps.md
Created November 2, 2019 15:04
List of macos apps that I love
@wayanjimmy
wayanjimmy / adminer.css
Created February 23, 2020 04:18
Flat UI flavored adminer theme
/*
FLAT UI Flavored Adminer Theme by M. Mahbubur Rahman ([email protected])
Screenshot : http://d.pr/i/cznH
Based on work by : LukΓ‘Ε‘ Brandejs
https://raw.github.com/vrana/adminer/master/designs/ng9/adminer.css
*/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,600);
@wayanjimmy
wayanjimmy / acv_honey_chia_seeds.md
Created April 20, 2020 09:35
Acv Honey Chiaseeds
@wayanjimmy
wayanjimmy / 202004240912-personal-km-workflow.json
Last active April 24, 2020 02:13
Personal Knowledge Management Workflow
{
"type": "excalidraw",
"version": 1,
"source": "https://excalidraw.com",
"elements": [
{
"id": "2sbb3O8C2CnI7XibYvj-S",
"type": "text",
"x": 732.796875,
"y": 195.3828125,
@wayanjimmy
wayanjimmy / git-worktree.md
Last active July 23, 2020 04:01
git worktree

Git worktree

Apa itu Git worktree?

  • git worktree adalah sebuah fitur untuk mengatur beberapa worktree dalam 1 project git

  • apa itu worktree?

    • isi keseluruhan project git anda adalah worktree
  • mengapa memerlukan beberapa worktree dalam 1 project?

@wayanjimmy
wayanjimmy / gist:a853ad89fc1fd46652ba4b6d283e3195
Last active December 10, 2022 01:34
install-nuc-server-1.sh
nix-env -iA \
nixpkgs.ansible \
nixpkgs.direnv \
nixpkgs.ripgrep \
nixpkgs.bat \
nixpkgs.tmux