From c8d3ae9d00152289e33865a6b8811ce6867696f0 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Sat, 7 Nov 2020 22:45:32 -0600 Subject: [PATCH] Run the provision script --- bin/init-dotfiles | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/bin/init-dotfiles b/bin/init-dotfiles index 76af78c..627e22f 100755 --- a/bin/init-dotfiles +++ b/bin/init-dotfiles @@ -72,9 +72,7 @@ distro_specific_root_setup() { add_unstable_channel nixos-rebuild switch # this should create the `daniel` user elif test $is_arch_linux -eq 1; then - # TODO: install any necessary packages for remaining setup portion "$root_home$dotfiles/env/arch-linux/provision.d/00-add-user.bash" - printf '' fi } @@ -83,8 +81,7 @@ distro_specific_user_setup() { FUNC=$(declare -f symlink_nixos) sudo sh -c "$FUNC; symlink_nixos \"$daniel_home$dotfiles/env/nix/\"" elif test $is_arch_linux -eq 1; then - # TODO: setup all the things - printf '' + "$root_home$dotfiles/env/arch-linux/provision.sh" fi }