forked from Shinonome/dots-hyprland
Re-arrange scripts; fix comments in dist-nix
This commit is contained in:
@@ -5,16 +5,16 @@
|
||||
#
|
||||
#
|
||||
# TODO:
|
||||
# Write a proper `flake.nix` and optionally `home.nix` and other files (under a new folder `scriptdata/iiqs-hm`) to install all dependencies that `scriptdata/install-deps-arch.sh` does. (excluding the screenlock)
|
||||
# Write a proper `flake.nix` and optionally `home.nix` and other files under ./dist-nix/iiqs-hm/ to install all dependencies that `./dist-arch/install-deps.sh` does. (**excluding** the screenlock)
|
||||
#
|
||||
# TODO:
|
||||
# In this script, i.e. `scriptdata/install-deps.nix.sh`, implement the process below:
|
||||
# In this script, implement the process below:
|
||||
# 1. Warning user about "this script is only experimental and must only use it at your own risks.", and prompt `y/N` (default N) before proceeding.
|
||||
# 2. If nix not installed:
|
||||
# 1. install nix via [DeterminateSystems/nix-installer](https://github.com/DeterminateSystems/nix-installer).
|
||||
# 2. Enable nix (probably in `.zshrc` or `~/.config/fish`).
|
||||
# 3. Ensure the experimental feature, Nix Flake, is enabled.
|
||||
# 3. Sync (copy) `iiqs-hm` folder to `~/.config/iiqs-hm` using `rsync`.
|
||||
# 3. Sync (copy) `./dist-nix/iiqs-hm/` folder to `~/.config/iiqs-hm/` using `rsync`.
|
||||
# 4. Use something like `home-manager switch --flake .#iiqs` to install the dependencies.
|
||||
# 5. Install screen lock using system package manager of the current distro.
|
||||
# Note that this script must be idempotent.
|
||||
|
||||
Reference in New Issue
Block a user