This commit is contained in:
2024-03-30 21:12:49 +00:00

View File

@@ -2,8 +2,9 @@
This repository hosts my personal dotfiles. This repository hosts my personal dotfiles.
The install script works on Linux and macOS. The install script works on Linux and macOS.
All configuration is done through home-manager.
If you want to use this repository, I recommend forking it and editing home.nix to your liking. The configuration is done through home-manager.
If you would like to use this repository, I recommend forking it and editing home.nix to your liking.
Install: `sh <(curl -L https://raw.githubusercontent.com/TrudeEH/dotfiles/main/install.sh)` Install: `sh <(curl -L https://raw.githubusercontent.com/TrudeEH/dotfiles/main/install.sh)`
@@ -15,8 +16,10 @@ Run `home-manager switch` to rebuild the config after changing it.
## Custom commands ## Custom commands
- `extract` Extract compressed files - `extract` Extract compressed files
- `update` Update Nix and the OS. - `update` Update Nix and the OS.
- `reload` Rebuild the config after changing it.
## Tested on: ## Tested on:
- macOS 14 - macOS 14
- Debian Bookworm - Debian Bookworm
- Fedora Worstation 39 - Fedora Worstation 39
- Ubuntu 23.10