HyunSang's Today I Learned
  • 법학
    • 형사법

      • 체포
      • 영장
      • 약식기소
    • 민사법

      • 자연인(自然人)
      • 행위능력(行爲能力)
    • 판례 연구소

      • 헌법 재판소
      • 민사법
      • 형사법
    • 법령

      • 형사법

        • 형법
        • 폭력행위처벌법 (폭처법)
        • 특정범죄가중법 (특가법)
        • 특정경제범죄법 (특경법)
        • 도로교통법
      • 민사법

        • 민법
        • 채권추심법
      • 부동산

        • 주택임대차보호법
        • 부동산거래신고법
      • 전기통신사업법
    • 법학전문석사과정

      • 입학
  • 논문
    • 철학

      • 행복에 관한 철학적 고찰
    • 법철학

      • 법에 있어서의 인간상에 관한 고찰
  • Software Engineering

    • Back-End

      • Auth
    • personal

      • macBook Set Up
  • articles

    • Software Engineering
    • Web Hacking
    • Android Reverse Engineering

macBook Set Up

Installation Programs

  • Brave Brower
  • 1Password
  • Google Drive Desktop
  • Cusor

Homebrew & oh-my-zsh

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" # Homebrew
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" #oh-my-zsh

oh-my-zsh theme - powerlevel10k

git clone --depth=1 https://github.com/romkatv/powerlevel10k.git "${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k"
ZSH_THEME="powerlevel10k/powerlevel10k" 

NVM

brew install nvm
brew install yarn --ignore-dependencies # yarn 사용 시 Node 설치 제외
export NVM_DIR="$HOME/.nvm"
[ -s "/usr/local/opt/nvm/nvm.sh" ] && . "/usr/local/opt/nvm/nvm.sh"  # This loads nvm
[ -s "/usr/local/opt/nvm/etc/bash_completion" ] && . "/usr/local/opt/nvm/etc/bash_completion"  # This loads nvm bash_completion

Python

brew update && brew upgrade
brew install pyenv
brew install readline xz

Claude

brew install --cask claude # Install Claude Desktop
curl -fsSL https://claude.ai/install.sh | bash # Install Claude Code

MCP

Golang

brew install golang

ETC

Docker

brew install --cask docker

Stats

brew install stats

Hugo

brew install hugo