Skip to content

My dotfiles based on one.bash for personal usage.

License

Notifications You must be signed in to change notification settings

adoyle-h/dotfiles

Dotfiles

My dotfiles based on one.bash for personal usage.

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 ([email protected]). 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.