dotfiles
~/❤️
파일 탐색기
- CatppuccinMocha.tmTheme
- fnm.fish
- fish_greeting.fish
- config.fish
- config
- hypridle.conf
- hyprland.conf
- hyprlock.conf
- mocha.conf
- start.sh
- kitty.conf
- config
- init.lua
- opencode.json
- config.rasi
- power-menu.sh
- config.jsonc
- mocha.css
- style.css
- background
- starship.toml
- com.googlecode.iterm2.plist
- catppuccin-mocha.rasi
- configuration.nix
- hardware-configuration.nix
- configuration.nix
- default.nix
- fish.nix
- audio.nix
- desktop.nix
- docker.nix
- locale.nix
- default.nix
- home.nix
- flake.lock
- flake.nix
- .gitmodules
- dotbot
- gitconfig
- install
- install.conf.yaml
- README.md
- setup.sh
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
nix shell
설명 보기 ▼
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-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
설명 보기 ▼
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}}
특정 배포판 지정:
