Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meowgorithm/dotfiles
The Meowgorithm Dotfiles, Collectors’ Edition
https://github.com/meowgorithm/dotfiles
dotfiles
Last synced: 11 days ago
JSON representation
The Meowgorithm Dotfiles, Collectors’ Edition
- Host: GitHub
- URL: https://github.com/meowgorithm/dotfiles
- Owner: meowgorithm
- Created: 2012-04-16T13:57:09.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-05-14T14:23:26.000Z (6 months ago)
- Last Synced: 2024-05-17T00:32:59.875Z (6 months ago)
- Topics: dotfiles
- Language: Nix
- Homepage:
- Size: 932 KB
- Stars: 22
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Meowgorithm Dotfiles, Collectors’ Edition
This repo contains NixOS and Home Manager configurations to support a few
systems:- NixOS `x86_64` with Hyprland
- macOS `x86_64` and `aarch64`
- Headless, general-purpose Linux `x86_64` (including WSL)## User Management
```bash
# Enable flakes on non-NixOS systems:
./enable-flakes# Let it rip:
nix run# Or, for headless VMs and WSL:
nix run .#christian@headless
```## OS Management
Update the system locally:
```bash
nixos-rebuild switch --flake .
```Or just do it over the network:
```bash
nixos-rebuild switch --flake github:meowgorithm/dotfiles/master
```