Skip to content

Instantly share code, notes, and snippets.

View harplife's full-sized avatar
🎯
Focusing

Ben harplife

🎯
Focusing
View GitHub Profile
{
"data": [
{
"branchvalues": "total",
"domain": {
"x": [
0.0,
1.0
],
"y": [
[
{
"emoji": "😀",
"name": "grinning face",
"mod": null
},
{
"emoji": "😃",
"name": "grinning face with big eyes",
"mod": null
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
# Path to your oh-my-zsh installation.
export ZSH="/root/.oh-my-zsh"
# Set name of the theme to load --- if set to "random", it will
# load a random theme each time oh-my-zsh is loaded, in which case,
# to know which specific one was loaded, run: echo $RANDOM_THEME
# See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes
" Don't try to be vi compatible
set nocompatible
" Helps force plugins to load correctly when it is turned back on below
filetype off
"set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
FROM ubuntu:20.04
#SHELL ["/bin/bash", "-c"] ##this is for when using source
ARG DEBIAN_FRONTEND=noninteractive
ARG TZ=Asia/Seoul
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
RUN apt update && apt -y install\
fonts-nanum software-properties-common build-essential locales vim\
git curl fonts-powerline zsh tmux wget\
&& fc-cache –fv
@harplife
harplife / my.cnf
Created October 12, 2021 08:30
mysql 이모티콘 호환 전용 my.cnf
# MariaDB database server configuration file.
#
# You can copy this file to one of:
# - "/etc/mysql/my.cnf" to set global options,
# - "~/.my.cnf" to set user-specific options.
#
# One can use all long options that the program supports.
# Run program with --help to get a list of available options and with
# --print-defaults to see which it would actually understand and use.
#