https://github.com/cloud8421/dotfiles
My dotfiles configuration
https://github.com/cloud8421/dotfiles
Last synced: about 1 year ago
JSON representation
My dotfiles configuration
- Host: GitHub
- URL: https://github.com/cloud8421/dotfiles
- Owner: cloud8421
- Created: 2012-04-18T09:35:11.000Z (about 14 years ago)
- Default Branch: stow
- Last Pushed: 2025-04-20T11:04:31.000Z (about 1 year ago)
- Last Synced: 2025-04-20T12:28:06.309Z (about 1 year ago)
- Language: Lua
- Homepage:
- Size: 373 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
Awesome Lists containing this project
README
# Dotfiles
Managed via [Nix](https://nixos.org/explore.html) and [Home Manager](https://github.com/nix-community/home-manager).
## Setup
- Install Nix via [The Determinate Nix Installer](https://zero-to-nix.com/concepts/nix-installer).
- Clone this repo at `~/.config/home-manager`
- Run `make install`
## Changes
- Make relevant changes
- Run `make switch`
## Updating packages
- Run `make update`
- Run `git commit --amend` to amend the newly generated commit
## Credits
Thanks to Ju Liu for his straightforward guide at .