Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adoyle-h/dotfiles

My dotfiles based on one.bash for personal usage.
https://github.com/adoyle-h/dotfiles

one-bash one-bash-repo

Last synced: 14 days ago
JSON representation

My dotfiles based on one.bash for personal usage.

Awesome Lists containing this project

README

        

# Dotfiles

My dotfiles based on [one.bash](https://github.com/one-bash/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.

[LICENSE]: ./LICENSE
[NOTICE]: ./NOTICE