Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sxyazi/dotfiles
Some of the dotfiles I can't do without.
https://github.com/sxyazi/dotfiles
Last synced: 12 days ago
JSON representation
Some of the dotfiles I can't do without.
- Host: GitHub
- URL: https://github.com/sxyazi/dotfiles
- Owner: sxyazi
- Created: 2023-02-20T03:19:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-16T12:41:31.000Z (about 2 months ago)
- Last Synced: 2024-09-16T14:46:44.994Z (about 2 months ago)
- Language: GLSL
- Homepage: https://sxyz.blog/macos-setup/
- Size: 1.99 MB
- Stars: 93
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
Initialize for Darwin system:
```bash
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"sh <(curl -L https://nixos.org/nix/install)
git clone https://github.com/sxyazi/dotfiles.git ~/.config
ln -s ~/.config/zsh/.zshenv ~/.zshenvcd ~/.config/nix
nix build .#darwinConfigurations.ikas-Virtual-Machine.system
./result/sw/bin/darwin-rebuild switch --flake .
```gc
```
sudo nix-collect-garbage -d
nix-store --gc
```