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

https://github.com/davidmaceachern/config

⚙️ 🌌 Reproducible configuration for work, a keybinding a day keeps the doctor away.
https://github.com/davidmaceachern/config

Last synced: over 1 year ago
JSON representation

⚙️ 🌌 Reproducible configuration for work, a keybinding a day keeps the doctor away.

Awesome Lists containing this project

README

          

## Ubuntu

`sh <(curl -L https://nixos.org/nix/install)`

`. /home/david/.nix-profile/etc/profile.d/nix.sh`

`git clone git@github.com:davidmaceachern/config.git`

`nix-channel --add https://github.com/nix-community/home-manager/archive/master.tar.gz home-manager nix-channel --update nix-shell '' -A install home-manager`

`ln -sf ~/github/config/home.nix ~/.config/nixpkgs/home.nix ln -sf ~/github/config/overlays ~/.config/nixpkgs/overlays`

`home-manager switch`