Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/distolma/dotfiles
My dotfiles
https://github.com/distolma/dotfiles
Last synced: 16 days ago
JSON representation
My dotfiles
- Host: GitHub
- URL: https://github.com/distolma/dotfiles
- Owner: distolma
- Created: 2024-10-10T17:09:50.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-10-21T08:41:50.000Z (22 days ago)
- Last Synced: 2024-10-21T11:29:49.163Z (22 days ago)
- Language: Lua
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```