mirror of https://github.com/einverne/dotfiles.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
557 B
22 lines
557 B
#!/bin/bash - |
|
#=============================================================================== |
|
# |
|
# FILE: install.sh |
|
# |
|
# USAGE: ./install.sh |
|
# |
|
# DESCRIPTION: |
|
# |
|
# OPTIONS: --- |
|
# REQUIREMENTS: --- |
|
# BUGS: --- |
|
# NOTES: --- |
|
# AUTHOR: YOUR NAME (), |
|
# ORGANIZATION: |
|
# CREATED: 10/21/2022 03:56:45 PM |
|
# REVISION: --- |
|
#=============================================================================== |
|
|
|
set -o nounset # Treat unset variables as an error |
|
|
|
make bootstrap
|
|
|