Readme

🌎 Protocols, Programs & Tools

Crear: Hacer una versión de lo que amas.

Usage

# This is a protocol. It should run on any device. Perfect for the internet.
sh serve.sh

Setup

# chmod +x script.sh
sh setup.sh

Uninstall

# chmod +x script.sh
sh uninstall.sh

Install

Prerequisites:

Install from scratch:

# Global Login
git config --global user.email "you@example.com" 
# Clone the repository
git clone https://github.com/Kibzai/Programs.git
cd Programs
# Dependencies
gem install bundler
# Update RubyGems
gem update --system 4.0.16
# Install gems
bundle install
# Remove cache & Serve
rm -rf .jekyll-cache _site
bundle exec jekyll serve

Ruby Troubleshooting

gem update --system 4.0.16
# Find Ruby
ls -la /c/Ruby*/bin/ruby.exe
# PATH
echo 'export PATH="/c/Ruby33-x64/bin:$PATH"' >> ~/.bashrc
source ~/.bashrc
# Other rubys
export PATH="/c/Ruby40-x64/bin:$PATH"
# Verify
ruby -v
which ruby
# Install bundler and run
gem install bundler
bundle install

Github Implementation

Programs: Collapsable Div!

Title

List

  • Done

Warning: It needs the spacing!

# Spacing between lines
<details>
<summary>Title</summary>
<div markdown="1">

# List
- [x] Done

</div>
</details>
# Respect Spacing
[¡Ayuda!](HELP): Link interno.
[¡Ayuda!- Link de Github](https://github.com/Kibzai/Programs/HELP): Github Page.
[HELP.md](https://github.com/Kibzai/Programs/blob/main/HELP.md): Github Code.

Made with Love❤️, Music🎶 & Curiosity🌠.