mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 17:17:22 +01:00
7 lines
120 B
Bash
7 lines
120 B
Bash
set -euo pipefail
|
|
|
|
if [ ! -d "$(pwd)/.git" ]; then
|
|
git init
|
|
fi
|
|
nix flake init --template "$FLAKE"#"$1"
|
|
direnv allow
|