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

https://github.com/bjeanes/dotfiles

🏠
https://github.com/bjeanes/dotfiles

dotfiles neovim nix nix-darwin nix-dotfiles nix-flake nixos-configuration nvim snowfall-lib vim zsh

Last synced: 18 days ago
JSON representation

🏠

Awesome Lists containing this project

README

        

# Bo's Dot Files

## Install

- Install Nix, using determinate systems' installer:

```sh-session
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install
```

- First time run:

```sh-session
sudo nixos-rebuild switch --flake github:bjeanes/dotfiles#

# or (if hostname already matches one defined)

nix run --extra-experimental-features "nix-command flakes"
```