https://github.com/jonasschultheiss/dotfiles
git clone $url && cd dotfiles && ./install
https://github.com/jonasschultheiss/dotfiles
Last synced: 4 months ago
JSON representation
git clone $url && cd dotfiles && ./install
- Host: GitHub
- URL: https://github.com/jonasschultheiss/dotfiles
- Owner: jonasschultheiss
- License: isc
- Created: 2020-03-10T12:32:11.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-01-29T13:42:50.000Z (5 months ago)
- Last Synced: 2025-01-29T14:25:34.629Z (5 months ago)
- Language: Nix
- Size: 67.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dotfiles
My fully-declarative system configuration using Nix and Nix-Darwin.
## Installation
Run at your own risk:
```sh
curl -fsSL https://raw.githubusercontent.com/jonasschultheiss/dotfiles/main/install | bash
```## Goals
- [x] Installs Command Line Tools silently
- [x] Installs Nix
- [x] Installs Nix-Darwin
- [x] Installs Homebrew
- [x] Clones this repo to the local machine
- [x] Initiates the first `darwin-rebuild` to switch configurations## Layout
- `darwin/` - Darwin-specific configuration
- `home/` - Home-manager configuration and dotfile management## Inspiration
Heavily inspired by:
- https://github.com/matchai/dotfiles
- https://github.com/okkdev/dotnix
- https://github.com/TheOptimist/systemosaurus