Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/walkah/dotfiles
my home directory
https://github.com/walkah/dotfiles
Last synced: about 1 month ago
JSON representation
my home directory
- Host: GitHub
- URL: https://github.com/walkah/dotfiles
- Owner: walkah
- Created: 2011-02-27T18:31:08.000Z (almost 14 years ago)
- Default Branch: main
- Last Pushed: 2024-11-20T03:20:09.000Z (about 2 months ago)
- Last Synced: 2024-11-20T04:20:39.283Z (about 2 months ago)
- Language: Emacs Lisp
- Homepage: https://walkah.dev/walkah/dotfiles
- Size: 366 KB
- Stars: 10
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
This is how I manage my workstations. Currently using [nix](https://nixos.org) (and nix-darwin).
## Install
1. Install nix (daemon mode): `sh <(curl -L https://nixos.org/nix/install) --darwin-use-unencrypted-nix-store-volume --daemon`
1. Install nix-darwin:
* `nix-build https://github.com/LnL7/nix-darwin/archive/master.tar.gz -A installer`
* `./result/bin/darwin-installer`
1. Add home-manager channel:
* `nix-channel --add https://github.com/nix-community/home-manager/archive/master.tar.gz home-manager`
* `nix-channel --update`
1. Link `./darwin/configuration.nix` to `~/.nixpkgs/darwin-configuration.nix`
1. Run `darwin-rebuild switch`