https://github.com/adrianogil/config-files
Small utilities and aliases for macOS/linux/termux
https://github.com/adrianogil/config-files
Last synced: 7 months ago
JSON representation
Small utilities and aliases for macOS/linux/termux
- Host: GitHub
- URL: https://github.com/adrianogil/config-files
- Owner: adrianogil
- License: mit
- Created: 2017-09-20T01:27:54.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2025-05-25T18:31:14.000Z (8 months ago)
- Last Synced: 2025-05-25T19:37:02.073Z (8 months ago)
- Language: Shell
- Homepage:
- Size: 149 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# config-files
A set of small utilities functions that I find useful
## Target OS
Most of functions should work on Linux, OSX and Termux
## How to Install
On terminal, just export a variable 'CONFIG_FILES_DIR' with the path of this project.
```
export CONFIG_FILES_DIR=
source $CONFIG_FILES_DIR/bashrc.sh
```
You can also use [gil-install](https://github.com/adrianogil/gil-tools/blob/master/src/python/gil_install.py)
```
cd
gil-install -i
```
## Commands
### config-fz
The `config-fz` function is a utility that allows you to run a command from the ConfigFiles using a fuzzy finder for selection.
This function is particularly useful when you need to quickly find and execute a command from the ConfigFiles without having to remember the exact command or navigate through the directories.
## Contributing
Feel free to submit PRs. I will do my best to review and merge them if I consider them essential.
## See also
- https://github.com/adrianogil/gil-tools
- https://github.com/adrianogil/dotfiles