mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
Split common.nix into multiple files
This commit is contained in:
parent
7fdb1aaaac
commit
0ee2ebadb4
8 changed files with 120 additions and 58 deletions
30
README.md
Normal file
30
README.md
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
# My dotfiles for maintaining my configuration
|
||||
|
||||
## Required programs
|
||||
- `nix` : package manager
|
||||
- `home-manager`: config manager
|
||||
- `yadm`: dotfiles manager
|
||||
|
||||
# Steps
|
||||
|
||||
Starting from a clean system.
|
||||
|
||||
1. Install nix
|
||||
```bsah
|
||||
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install
|
||||
```
|
||||
|
||||
2. Clone repo
|
||||
```bash
|
||||
nix run nixpkgs#yadm -- clone git@github.com:tmayoff/.dotfiles.git
|
||||
```
|
||||
|
||||
3. Bootstrap
|
||||
```bash
|
||||
nix run nixpkgs#yadm -- decrypt
|
||||
nix run nixpkgs#home-manager -- switch
|
||||
```
|
||||
|
||||
# Docs
|
||||
|
||||
Based on this repo: https://github.com/Misterio77/nix-starter-configs
|
||||
Loading…
Add table
Add a link
Reference in a new issue