Skip to content

Instantly share code, notes, and snippets.

View betty2310's full-sized avatar
πŸ˜€

Huynh Duong betty2310

πŸ˜€
View GitHub Profile
@betty2310
betty2310 / statistic.json
Created December 20, 2023 18:52
barca vs almeria 1 st half
{
"statistics": [
{
"period": "ALL",
"groups": [
{
"groupName": "Expected",
"statisticsItems": [
{
"name": "Expected goals",
@betty2310
betty2310 / .zshrc
Last active September 23, 2023 10:32
betty@meoz setup
export ZSH="$HOME/.oh-my-zsh"
export TERM="xterm-256color"
export EDITOR="nvim"
export PATH="$HOME/.local/bin:$PATH"
export PATH="$HOME/.scripts:$PATH"
export GOPATH="$HOME/Developer/go"
export PATH="$GOPATH/bin:$PATH"
@betty2310
betty2310 / betty.json
Last active January 20, 2023 18:40
Make powershell awesome
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "left",
"segments": [
{
"background": "#101014",
"foreground": "#C0caf5",
"powerline_symbol": "\ue0b0",
@betty2310
betty2310 / launch.json
Created October 13, 2022 16:48
Debug c/cpp in VSCode on OSX
{
"version": "0.2.0",
"configurations": [
{
"name": "clang++ - Build and debug active file",
"type": "cppdbg",
"request": "launch",
"program": "${fileDirname}/${fileBasenameNoExtension}",
"args": [],
"stopAtEntry": false,
@betty2310
betty2310 / setup.md
Last active April 9, 2022 02:05
Run pgAdmin4 on Docker in Arch Linux

Running pgAdmin4 in Arch linux seem like some erros exits. I guess it about Python version conflict. So Docker is best choices for now.

Set up

  1. Install Docker, of course!
  2. Pull image pgAdmin4: docker pull dpage/pgadmin4
  3. Run script below: