Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/md-y/.dotfiles
https://github.com/md-y/.dotfiles
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/md-y/.dotfiles
- Owner: md-y
- Created: 2024-03-12T01:46:58.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-09-10T22:51:27.000Z (4 months ago)
- Last Synced: 2024-09-11T02:37:19.542Z (4 months ago)
- Language: Lua
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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