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

https://github.com/redbackthomson/dotfiles

Dot files for my environments
https://github.com/redbackthomson/dotfiles

Last synced: about 2 months ago
JSON representation

Dot files for my environments

Awesome Lists containing this project

README

          

# dotfiles

Dot files for the RedbackThomson development environment

## Required Tools

Install nix CLI using [`The Determinate Nix Installer`][https://github.com/DeterminateSystems/nix-installer]:

```bash
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install
```

## Installation

Use the nix CLI to switch to the config

```bash
nix run nix-darwin -- switch --flake .
```