Merge Arch config as main #1
1 changed files with 18 additions and 0 deletions
18
install.sh
Normal file
18
install.sh
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
#!/bin/bash
|
||||
source .install/includes/library.sh
|
||||
clear
|
||||
|
||||
cat <<"EOF"
|
||||
|
||||
_ _ __ _ _
|
||||
__| | ___ | |_ / _(_) | ___ ___
|
||||
/ _` |/ _ \| __| |_| | |/ _ \/ __|
|
||||
| (_| | (_) | |_| _| | | __/\__ \
|
||||
\__,_|\___/ \__|_| |_|_|\___||___/
|
||||
|
||||
|
||||
EOF
|
||||
echo -e "${NONE}"
|
||||
|
||||
mkdir ~/Development/
|
||||
|
||||
Loading…
Add table
Reference in a new issue