Skip to content

Instantly share code, notes, and snippets.

View seokbeomKim's full-sized avatar

김석범 (SukBeom Kim) seokbeomKim

View GitHub Profile
@seokbeomKim
seokbeomKim / .clang-format
Last active August 4, 2019 06:51
clang-format
---
Language: Cpp
# BasedOnStyle: LLVM
AccessModifierOffset: -2
AlignAfterOpenBracket: Align
AlignConsecutiveAssignments: false
AlignConsecutiveDeclarations: false
AlignEscapedNewlines: Right
AlignOperands: true
AlignTrailingComments: true
@seokbeomKim
seokbeomKim / compile_tmux.sh
Created September 28, 2021 02:01 — forked from tessus/compile_tmux.sh
compile tmux (static)
#!/bin/bash
TMUX_VERSION=2.3
NCURSES_VERSION=6.0
LIBEVENT_VERSION=2.0.22
BASEDIR=${HOME}/work/tmux-static
TMUXTARGET=${BASEDIR}/local
mkdir -p $TMUXTARGET
cd $BASEDIR
@seokbeomKim
seokbeomKim / before-after-zip.sh
Last active July 21, 2022 03:06
vscode scripts
#!/bin/bash
# This is a script to generate a zip file containing changes in a git
# repository. Some customers require zip file of changes without any concerning
# about detail of it, looking into commit messages :(. To make it better, this
# script generates both customer's want and normaal patches.
echo 'Generate a zip-version patch ...'
GIT_ROOT=$(git rev-parse --show-toplevel)
@seokbeomKim
seokbeomKim / .bash_profile
Last active September 25, 2023 15:12 — forked from chrisdone/gist:02e165a0004be33734ac2334f215380e
env-configuration
# This is personal bash_profile
export TERM=xterm-256color
function cd
{
if [ $# -eq 0 ]; then
pushd ~ > /dev/null
elif [ " $1" = " -" ]; then
pushd "$OLDPWD" > /dev/null
else
This file has been truncated, but you can view the full file.
;; -*- lisp-interaction -*-
;; vim: set ft=lisp:
;; command=("emacs" "--load" "/home/sukbeom/.config/emacs/bin/doom" "--" "doctor")
;; date="2024-05-05 11-42-03"
;;;; ENVIRONMENT
GNU Emacs v29.3 nil
Doom core v3.0.0-pre HEAD -> master, origin/master, origin/HEAD 9620bb45a 2024-04-18 14:20:48 -0400
Doom modules v24.04.0-pre HEAD -> master, origin/master, origin/HEAD 9620bb45a 2024-04-18 14:20:48 -0400
generated May 05, 2024 13:01:30
system "Gentoo Linux" Linux 5.15.90.4-microsoft-standard-WSL2 x86_64
emacs 29.3 EMACSDIR=~/.config/emacs/ EMACS=/usr/bin/emacs
doom 3.0.0-pre PROFILE=_@0 HEAD -> master, origin/master, origin/HEAD 9620bb45a 2024-04-18 14:20:48 -0400 ~/.config/doom/
shell /bin/bash
features ACL CAIRO FREETYPE GIF GLIB GMP GNUTLS IMAGEMAGICK JPEG JSON LCMS2 LIBXML2 MODULES NATIVE_COMP NOTIFY INOTIFY PDUMPER PNG RSVG SECCOMP SQLITE3 THREADS TIFF TREE_SITTER
WEBP X11 XDBE XIM XINPUT2 XPM XWIDGETS GTK3 ZLIB
traits batch envvar-file
modules :config use-package :completion company vertico :ui doom doom-quit (emoji +unicode) hl-todo ligatures ophints (vc-gutter +pretty) (window-select +numbers) workspaces zen
:editor evil file-templates fold format multiple-cursors snippets :emacs dired electric ibuffer undo vc :term vterm :checkers syntax spell grammar :tools (docker +lsp)