You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 5, 2023. It is now read-only.
These are great! Here's some suggestions to amp up the docs a bit:
In addition to the readme instructions like DRUPAL_LOC="<path to drupal install on sandboxes"
it's always helpful to see actual examples like DRUPAL_LOC="/usr/share/foo/html"
Some step by step recommendations on where to install these scripts, and even where .bash_profile lives might be good, like:
in your user directory, run git clone [email protected]:casnroberts/bash-helper-scripts.git
in your user directory, open up .bash_profile in an IDE. If you can't see this file.. here's how to show invisible files.
in the .bash_Profile on the line that loads these scripts, should that path be relative to the bash_profile file? should it start with a forward slash?
maybe include a silly function like alias king='say -v Cellos -r 300 "la la la la laaaaa la laaaaa la la la lalalala laaaara la la la la"' that they can test running something at the end of setup, to know if everything works correctly
I'm not sure what the load order of all the scripts are, like for example if i want to create an alias called banana-foo that calls pksync, where should that live? In the .bash_profile directly, underneath the line that loads the other functions?
The text was updated successfully, but these errors were encountered:
Great feedback! For #4, bullet 3, it compiles by running grunt as part of the pksync command but good point about not running pksync at the same time as grunt watcher.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
These are great! Here's some suggestions to amp up the docs a bit:
DRUPAL_LOC="<path to drupal install on sandboxes"
it's always helpful to see actual examples like
DRUPAL_LOC="/usr/share/foo/html"
git clone [email protected]:casnroberts/bash-helper-scripts.git
alias king='say -v Cellos -r 300 "la la la la laaaaa la laaaaa la la la lalalala laaaara la la la la"'
that they can test running something at the end of setup, to know if everything works correctlybanana-foo
that callspksync
, where should that live? In the .bash_profile directly, underneath the line that loads the other functions?The text was updated successfully, but these errors were encountered: