wip
This commit is contained in:
parent
2e69ec2246
commit
a4aba8311e
3
setup.sh
3
setup.sh
@ -5,6 +5,7 @@ help() {
|
||||
echo "Usage: $0 [option...]" >&2
|
||||
echo
|
||||
echo " -i, --install Run installation process"
|
||||
echo " -c, --continue Install home-manager and switch to dotfiles flake"
|
||||
echo " -h, --help Display this help message"
|
||||
echo
|
||||
exit 1
|
||||
@ -105,7 +106,7 @@ if [ "$1" == "-i" ] || [ "$1" == "--install" ]; then
|
||||
clone_dotfiles
|
||||
|
||||
echo 'Nix and dotfiles are installed, running initial home-manager setup...'
|
||||
bash -c ~/.dotfiles/setup.sh -c
|
||||
bash -c "~/.dotfiles/setup.sh -c"
|
||||
elif [ "$1" == "-c" ] || [ "$1" == "--continue" ]; then
|
||||
# Run initial home-manager setup
|
||||
home_manager_setup
|
||||
|
Loading…
x
Reference in New Issue
Block a user