mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 11:16:39 -05:00
Comment the init file better
This commit is contained in:
parent
cd4316b601
commit
4daba21001
1 changed files with 4 additions and 2 deletions
6
init.sh
6
init.sh
|
@ -1,10 +1,12 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# dependencies
|
||||
# Dependencies
|
||||
deps=('bower' 'composer' 'egrep' 'gulp' 'npm' 'php' 'sed')
|
||||
|
||||
# default settings
|
||||
# Default settings
|
||||
no_artisan=0
|
||||
|
||||
# Initialize variables
|
||||
artisan_down=0
|
||||
|
||||
# Colour scheme
|
||||
|
|
Loading…
Reference in a new issue