Skip to content

Commit

Permalink
add command for unpacking source into config directory
Browse files Browse the repository at this point in the history
add installation script to infect my devices
  • Loading branch information
keinsell committed Feb 28, 2025
1 parent 2736b78 commit d4d912d
Show file tree
Hide file tree
Showing 4 changed files with 465 additions and 13 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
move_into_home_directory:
cp -r * ~/.config/home-manager/
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@

Even through repository is using (experimental) Flakes you should remember that [flakes aren't real and cannot hurt you](https://jade.fyi/blog/flakes-arent-real/). Instllation process is explained from scratch as this repository is meant to configure operating system from scratch.

#### Install XCode

```
```bash
curl https://raw.githubusercontent.com/keinsell/niks/refs/heads/main/install | sh
```

### [UNFINISHED] Development

#### Install Nix

Install Nix with Determinate Systems's installer.
Expand Down
Loading

0 comments on commit d4d912d

Please sign in to comment.