mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 11:02:13 +02:00
ensuring the modules can be run as standalone scripts
This commit is contained in:
+2
-1
@@ -1,6 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
ensure_git_configuration_set "user.name" &&
|
||||
source ./modules/00-library.sh &&
|
||||
ensure_git_configuration_set "user.name" &&
|
||||
ensure_git_configuration_set "user.email" &&
|
||||
ensure_git_configuration_set "init.defaultbranch" &&
|
||||
ensure_ssh_key_installed &&
|
||||
|
||||
Reference in New Issue
Block a user