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.
- Host: GitHub
- URL: https://github.com/davidmaceachern/config
- Owner: davidmaceachern
- Created: 2020-10-02T15:39:42.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2021-02-16T09:17:19.000Z (over 5 years ago)
- Last Synced: 2025-02-08T08:35:02.725Z (over 1 year ago)
- Language: Nix
- Homepage:
- Size: 72.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
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`