Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/distolma/dotfiles

My dotfiles
https://github.com/distolma/dotfiles

Last synced: 16 days ago
JSON representation

My dotfiles

Awesome Lists containing this project

README

        

# Install

1. Install [Nix](https://nixos.org/download/)

```sh
sh <(curl -L https://nixos.org/nix/install)
```

2. Clone the repository and navigate to it
3. Stow config files using Nix packages

```sh
nix run "nixpckg#stow" .
```

4. Install [nix-darwin](https://github.com/LnL7/nix-darwin)

```sh
nix run nix-darwin -- switch --flake ~/.config/nix-darwin
```

5. Use `nix-darwin`

```sh
darwin-rebuild switch --flake ~/.config/nix-darwin
```