dotfiles

(★ 12)

~/❤️

파일 탐색기

  • .gitmodules
  • dotbot
  • gitconfig
  • install
  • install.conf.yaml
  • README.md
  • setup.sh

# CDN으로 사용하기

jsDelivr

jsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.

명령어 용어집

이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.

🔍

nix shell

설명 보기 ▼

Start a shell in which the specified packages are available.
See also: `nix-shell`, `nix flake`.

nix shell {{nixpkgs#pkg1 nixpkgs#packageSet.pkg2 ...}}

Start an interactive shell with some packages from `nixpkgs`:

nix shell {{nixpkgs/nixos-21.05#pkg}}

Start a shell providing a package from an older version of `nixpkgs` (21.05):

nix shell -L

Start a shell with the "default package" from a flake in the current directory, printing build logs if any builds happen:

🔍

nixos-rebuild

설명 보기 ▼

NixOS 머신을 재구성합니다.
더 많은 정보: <https://nixos.org/nixos/manual/#sec-changing-config>.

sudo nixos-rebuild switch

새로운 설정을 빌드하고 전환하며, 부팅 기본값으로 설정:

sudo nixos-rebuild switch {{[-p|--profile-name]}} {{name}}

새로운 설정을 빌드하고 전환하며, 부팅 기본값으로 설정하고 부팅 항목 이름 지정:

sudo nixos-rebuild switch --upgrade

새로운 설정을 빌드하고 전환하며, 부팅 기본값으로 설정하고 업데이트 설치:

🔍

wsl

설명 보기 ▼

Windows Subsystem for Linux를 관리합니다.
더 많은 정보: <https://learn.microsoft.com/windows/wsl/reference>.

wsl {{shell_command}}

Linux 쉘 시작 (기본 배포판):

wsl {{[-e|--exec]}} {{command}} {{command_arguments}}

쉘을 사용하지 않고 Linux 명령 실행:

wsl {{[-d|--distribution]}} {{distribution}} {{shell_command}}

특정 배포판 지정:

// repository documentation