Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/adoyle-h/dotfiles
- Owner: adoyle-h
- License: bsd-3-clause
- Created: 2017-02-01T14:43:21.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-15T07:28:54.000Z (about 2 months ago)
- Last Synced: 2024-09-15T10:41:10.577Z (about 2 months ago)
- Topics: one-bash, one-bash-repo
- Language: Shell
- Homepage:
- Size: 3.02 MB
- Stars: 30
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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