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
- Host: GitHub
- URL: https://github.com/redbackthomson/dotfiles
- Owner: RedbackThomson
- Created: 2020-12-22T01:03:59.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-12-24T18:28:45.000Z (6 months ago)
- Last Synced: 2025-12-25T18:52:26.227Z (6 months ago)
- Language: Nix
- Size: 6.66 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 .
```