Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/giggio/bashscripts
My bash profile and scripts.
https://github.com/giggio/bashscripts
bash dotfiles
Last synced: 10 days ago
JSON representation
My bash profile and scripts.
- Host: GitHub
- URL: https://github.com/giggio/bashscripts
- Owner: giggio
- License: apache-2.0
- Created: 2018-03-08T22:47:08.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-06-06T02:55:37.000Z (5 months ago)
- Last Synced: 2024-10-12T18:31:51.105Z (25 days ago)
- Topics: bash, dotfiles
- Language: Shell
- Homepage:
- Size: 256 KB
- Stars: 36
- Watchers: 6
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# My bash files
These are my bash files. It uses
[starship](https://starship.rs/)
to customize the prompt, so you need it in PATH.This repo will work better with
[my dotfiles](https://github.com/giggio/dotfiles).## Installation
* Clone this repo to ~/bashscripts:
````bash
git clone --recurse-submodules https://github.com/giggio/bashscripts
````
* Add this line to the end of your `~/.bashrc` or `~/.bash_profile`:
````bash
source $HOME/bashscripts/.bashrc
````## Extending these scripts
It will run every file with `.bash` at the end, so all you need to do is add
more files. Files are sorted and directories closer to the root of the repo will
run first.## Author
[Giovanni Bassi](https://github.com/giggio)## License
Licensed under the Apache License, Version 2.0.