Skip to content

uta8a/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

OS ごとにディレクトリを分けています。

  • archlinux/: 既存の Arch Linux 向け設定と bootstrap
  • macos/: macOS 向け設定の作業用ディレクトリ
  • nix/: OS をまたいで使う Nix / Home Manager 設定

Arch Linux の bootstrap:

./archlinux/bootstrap/arch.sh

macOS の bootstrap:

./macos/bootstrap/macos.sh

macOS で Home Manager を直接使う場合:

home-manager switch -b backup -I nixpkgs=channel:nixpkgs -f ./macos/home.nix

Ghostty 設定は Home Manager から配布する。

{
  imports = [
    ./nix/home-manager/ghostty.nix
  ];
}

About

my dotfiles

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages