mirror of https://github.com/einverne/dotfiles.git
Ein Verne
2 years ago
3 changed files with 25 additions and 4 deletions
@ -0,0 +1,22 @@
|
||||
#!/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 |
Loading…
Reference in new issue