feat: copy .bashrc to .profile during setup
Some checks failed
Nix Format Check / check-format (push) Failing after 38s

This commit is contained in:
2025-03-10 15:13:35 +01:00
parent 51f2b2b145
commit e5d0b1a9fb

View File

@@ -417,6 +417,7 @@ main() {
echo "export NIXPKGS_ALLOW_INSECURE=1" >> $HOME/.bashrc
echo "export DOTFILES_PATH=$DOTFILES_PATH" >> $HOME/.bashrc
echo "export PATH=$PATH:$DOTFILES_PATH/bin" >> $HOME/.bashrc
cp $HOME/.bashrc $HOME/.profile
# Create setup marker
touch "$SETUP_MARKER" || die "Failed to create setup marker"