11 lines
220 B
Bash
11 lines
220 B
Bash
# installation script...
|
|
|
|
# check if on nixos
|
|
# check if ./hosts exist
|
|
# check if gum is installed (dependencie)
|
|
# save path
|
|
# remove .git
|
|
# git init and initial commit
|
|
# create custom configuration
|
|
# save it to ./hosts
|