Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 ~/.zshenv

cd ~/.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
```