diff options
| author | Ryan Schanzenbacher <ryan@rschanz.org> | 2026-08-23 11:42:16 -0400 |
|---|---|---|
| committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2026-08-23 11:42:16 -0400 |
| commit | 753b151841f7d791b18b5d814d0cf59af69f9aa4 (patch) | |
| tree | 11d4389286e0ea48247b94856ca91f2072c34af9 /deploy.sh | |
| parent | 6eb6fb8984eb2c898a4c77beddc134c17f3d37fc (diff) | |
prep for bump
Diffstat (limited to 'deploy.sh')
| -rwxr-xr-x | deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -95,7 +95,7 @@ install_user_env() { | |||
| 95 | 95 | ||
| 96 | # Copy some files over to prepare for reboot | 96 | # Copy some files over to prepare for reboot |
| 97 | USER=ryan | 97 | USER=ryan |
| 98 | guix shell git -- git clone https://git.stationery.faith/ryan77627/guix-dotfiles /mnt/home/$USER/.config/guix | 98 | guix shell git -- git clone --recurse-submodules https://git.stationery.faith/ryan77627/guix-dotfiles /mnt/home/$USER/.config/guix |
| 99 | 99 | ||
| 100 | cp ~/guix-dotfiles/$install_hostname.scm /mnt/home/$USER/.config/guix/$install_hostname.scm | 100 | cp ~/guix-dotfiles/$install_hostname.scm /mnt/home/$USER/.config/guix/$install_hostname.scm |
| 101 | cp ~/guix-dotfiles/modules/ryan-config/user_first_run.sh /mnt/home/$USER/.bashrc | 101 | cp ~/guix-dotfiles/modules/ryan-config/user_first_run.sh /mnt/home/$USER/.bashrc |
