summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hoang <enzime@users.noreply.github.com>2024-11-09 03:14:01 +1100
committerMichael Hoang <enzime@users.noreply.github.com>2024-11-09 22:00:43 +1100
commitae09d7ba528760f9c9b4f92d905d35c46d50ddca (patch)
treefbba62d17e2ab7b4a1a3d59fba25afa0844f07c5
parent3c4a2b1150d2ffc3a37826c9f5bdaa64da13d56b (diff)
readme: remove outdated instructions for manually managing `/etc/bashrc`
-rw-r--r--README.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/README.md b/README.md
index d3aec37..602ce08 100644
--- a/README.md
+++ b/README.md
@@ -20,13 +20,6 @@ nix-build https://github.com/LnL7/nix-darwin/archive/master.tar.gz -A installer
./result/bin/darwin-installer
```
-> NOTE: the system activation scripts don't overwrite existing etc files, so files like `/etc/bashrc` and `/etc/zshrc` won't be
-> updated by default. If you didn't use the installer or skipped some of the options you'll have to take care of this yourself.
-> Either modify the existing file to source/import the one from `/etc/static` or remove it. Some examples:
-
-- `mv /etc/bashrc /etc/bashrc.before-nix-darwin`
-- `echo 'if test -e /etc/static/bashrc; then . /etc/static/bashrc; fi' | sudo tee -a /etc/bashrc`
-
## Updating
The installer will configure a channel for this repository.