Debian2 Docker 설치 (WSL / Debian 기준) sudo apt updatesudo apt install ca-certificates curl gnupg lsb-release -ysudo mkdir -p /etc/apt/keyringscurl -fsSL https://download.docker.com/linux/debian/gpg | sudo gpg --dearmor -o /etc/apt/keyrings/docker.gpgecho \ "deb [arch=$(dpkg --print-architecture) \ signed-by=/etc/apt/keyrings/docker.gpg] \ https://download.docker.com/linux/debian \ $(lsb_release -cs) stable" | \ sudo tee /etc/ap.. 2025. 6. 19. zsh 궁극기 세팅—준비됐지? 😎 지금부터 zsh-autosuggestions, zsh-syntax-highlighting, 그리고 추천 설정까지 한 방에 끝내주는 스크립트 구성해줄게. 아래 순서로 따라만 하면 돼!🛠️ 1. 필요한 패키지 설치sudo apt update sudo apt install zsh git curl -y🌀 2. Oh My Zsh 설치sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"설치 중 물어보는 건 그냥 yes, Enter 눌러주면 돼.💡 3. 필수 플러그인 설치# autosuggestions git clone https://github.com/zsh-users/zsh-autosugge.. 2025. 6. 19. 이전 1 다음