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
It provides an example for the usage of one.bash. Do not use this repo directly.
Not accept any PR and advice.
Usages
./install for help.
Project Structure
├── cheat/ # It is ignored in git. git clone https://github.com/adoyle-h/my-command-cheat cheat
├── configs/ # Personal configs
├── plugin/ # Personal plugins
├── alias/ # Personal aliases
├── bash/ # Personal bashrc
├── bin/ # Personal commands
├── bootstraps/ # Personal scripts for bootstraping
│ └── recommended_plugs* # Enabled recommended plugins/completions/aliaes
├── completion/ # Personal completions
├── sub/ # Personal one commands
├── others/ # Dependencies, submodules
├── scripts/ # Scripts for this repo
└── secrets/ # This folder is ignored by git. Put your secret data here.
Copyright and License
Copyright 2017-2024 ADoyle (adoyle.h@gmail.com). Some Rights Reserved.
The project is licensed under the BSD 3-clause License.
Read the LICENSE file for the specific language governing permissions and limitations under the License.
Read the NOTICE file distributed with this work for additional information regarding copyright ownership.