https://github.com/adrianogil/gil-tools
Personal tools
https://github.com/adrianogil/gil-tools
Last synced: 6 months ago
JSON representation
Personal tools
- Host: GitHub
- URL: https://github.com/adrianogil/gil-tools
- Owner: adrianogil
- License: mit
- Created: 2018-03-30T19:46:49.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-10-15T18:06:53.000Z (about 1 year ago)
- Last Synced: 2024-10-17T02:17:10.369Z (about 1 year ago)
- Language: Python
- Size: 28.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gil-tools
Personal tools
## Command line options
Install gil-projects, i.e., projects that have install.gil file
```
cd
gil-install -i
```
Clone a repo, enter it and add it to mydirs and to GitRepoWatcher tools
```
gil-clone
```
## Installation - Manually add configuration to bashrc
Add the following lines to your bashrc:
```
export AGIL_SCRIPTS_DIR=//gil-tools/
source ${AGIL_SCRIPTS_DIR}/bashrc.sh
```
## Installation - using gil-install
Requirements:
* you should be have a .bash_install file loaded by .bashrc
* or you can use my dotfiles project
```
cd /src
python3 python/gil_install.py -i
```
## Planned features
- Add directory to mydirs and GitRepoWatcher
- Automated way to install all my default tools
- Setup termux and install all my default tools
- Automated installation of projects based on bashrc.sh pattern
- Clone, and go inside directory and create project files based on templates