Skip to content

Instantly share code, notes, and snippets.

View jayjongcheolpark's full-sized avatar
👨‍💻
Coding

Jay Park jayjongcheolpark

👨‍💻
Coding
View GitHub Profile
@jayjongcheolpark
jayjongcheolpark / better-git-branch.sh
Created February 16, 2024 18:34 — forked from schacon/better-git-branch.sh
Better Git Branch output
#!/bin/bash
# Colors
RED='\033[0;31m'
GREEN='\033[0;32m'
NO_COLOR='\033[0m'
BLUE='\033[0;34m'
YELLOW='\033[0;33m'
NO_COLOR='\033[0m'
@jayjongcheolpark
jayjongcheolpark / Brewfile
Last active July 10, 2021 00:49
Mac Brewfile
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/core"
brew "mas"
brew "tig"
brew "yarn"
brew "zsh"
brew "zsh-completions"
cask "alfred"
cask "bartender"
@jayjongcheolpark
jayjongcheolpark / setting.json
Created December 16, 2019 00:39
VSCode settings
{
"editor.fontFamily": " 'Dank Mono', 'Cascadia Code', 'Operator Mono Ssm Lig', Menlo, Monaco, 'Courier New', monospace",
"editor.fontSize": 16,
"editor.fontWeight": "600",
"editor.tabSize": 2,
"editor.lineHeight": 27,
"editor.fontLigatures": true,
"editor.rulers": [
80,
120
@jayjongcheolpark
jayjongcheolpark / cloudSettings
Last active September 8, 2019 22:38
Visual Studio Code Settings Sync Gist
{"lastUpload":"2019-09-08T22:38:13.707Z","extensionVersion":"v3.4.2"}
@jayjongcheolpark
jayjongcheolpark / README-Template.md
Created December 8, 2017 04:07 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites