Skip to content

caprilesport/scripts

Repository files navigation

Scripts

Collection of my scripts.

Installation

If you want to use these scripts, remember to adapt them for your own needs as some are refined to my configurations.

To install simply clone the repository and move theses scripts to somewhere in your $PATH, e.g.:

git clone https://github.com/caprilesport/scripts 
mv scripts ~                                            # Location to move the folder, I use it in ~
echo 'export PATH=$PATH:$HOME/scripts' >> ~/.bashrc     # Or ~/.zshrc if you use zsh

Most scripts are self describing. Read them to bette grasp what they do.

gdrive is used to synchronize files with google drive, the original was made by Prof. Leandro Martinez.

License

MIT License

Copyright (c) 2023 Vinicius Capriles Port <caprilesport@gmail.com>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

About

Collection of scripts I use

Topics

Resources

Stars

Watchers

Forks