🇰🇷 Spotify playlists of my favourite kpop releases of the year, month by month.
This isn’t a comprehensive list of all kpop tracks on Spotify, only the songs I’ve really enjoyed! Check the /r/kpop wiki for a calendar of every release.
🇰🇷 Spotify playlists of my favourite kpop releases of the year, month by month.
This isn’t a comprehensive list of all kpop tracks on Spotify, only the songs I’ve really enjoyed! Check the /r/kpop wiki for a calendar of every release.
Note:
When this guide is more complete, the plan is to move it into Prepack documentation.
For now I put it out as a gist to gather initial feedback.
If you're building JavaScript apps, you might already be familiar with some tools that compile JavaScript code to equivalent JavaScript code:
npx
installed using npm install -g npx
.#!/bin/sh | |
### | |
# SOME COMMANDS WILL NOT WORK ON macOS (Sierra or newer) | |
# For Sierra or newer, see https://github.com/mathiasbynens/dotfiles/blob/master/.macos | |
### | |
# Alot of these configs have been taken from the various places | |
# on the web, most from here | |
# https://github.com/mathiasbynens/dotfiles/blob/5b3c8418ed42d93af2e647dc9d122f25cc034871/.osx |