Skip to content

Instantly share code, notes, and snippets.

View ridaeh's full-sized avatar
:octocat:
Focusing

Ridae Hamdani ridaeh

:octocat:
Focusing
View GitHub Profile
@ridaeh
ridaeh / install_vscode_extensions.sh
Created September 29, 2021 13:00
Install vscode extensions
#!/bin/bash
code --install-extension esbenp.prettier-vscode redhat.vscode-yaml formulahendry.auto-rename-tag humao.rest-client --force
@ridaeh
ridaeh / .gitconfig
Last active October 12, 2021 08:31
My git aliases
[alias]
cn = clone
st = status
co = checkout
cob = checkout -b
ci = commit
cm = commit -m
psc = !git push origin `git branch --show-current`
a = add
@ridaeh
ridaeh / Weekly Programming Metrics
Last active December 27, 2019 10:06
Weekly Programming Metrics
Nodejs 1 hr 45 mins ██████████░░ 80.0%
Android 13 mins █░░░░░░░░░░░ 10.1%
DevOps 7 mins █░░░░░░░░░░░ 5.3%
TypeScript 4 mins ░░░░░░░░░░░░ 3.6%
JSON 0 secs ░░░░░░░░░░░░ 0.6%