Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/md-y/.dotfiles


https://github.com/md-y/.dotfiles

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# .dotfiles

These are my personal dotfiles for NixOS running on WSL2.

## Setting Up

1. Follow the NixOS WSL2 [instructions](https://github.com/nix-community/NixOS-WSL).
2. Follow the [instructions](https://nix-community.github.io/NixOS-WSL/how-to/change-username.html) to change the username to `sam`.
3. Temporarily install `git`:
```bash
nix-shell -p git
```
4. Clone this repository to `~/.dotfiles`:
```bash
git clone https://github.com/md-y/.dotfiles ~/.dotfiles
```
5. Rebuild the system:
```bash
sudo nixos-rebuild switch --flake ~/.dotfiles
```
6. Restart WSL2