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
🏠
- Host: GitHub
- URL: https://github.com/bjeanes/dotfiles
- Owner: bjeanes
- Created: 2008-08-08T06:59:17.000Z (over 16 years ago)
- Default Branch: main
- Last Pushed: 2025-02-23T22:32:12.000Z (2 months ago)
- Last Synced: 2025-03-31T05:08:12.198Z (26 days ago)
- Topics: dotfiles, neovim, nix, nix-darwin, nix-dotfiles, nix-flake, nixos-configuration, nvim, snowfall-lib, vim, zsh
- Language: Nix
- Homepage:
- Size: 1.29 MB
- Stars: 74
- Watchers: 5
- Forks: 26
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred-test - bjeanes/dotfiles - 🏠 (Nix)
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"
```