Skip to content

Instantly share code, notes, and snippets.

View ijuanfe's full-sized avatar

Juan Felipe Orozco Escobar ijuanfe

View GitHub Profile
@kevin-smets
kevin-smets / iterm2-solarized.md
Last active July 27, 2024 13:28
iTerm2 + Oh My Zsh + Solarized color scheme + Source Code Pro Powerline + Font Awesome + [Powerlevel10k] - (macOS)

Default

Default

Powerlevel10k

Powerlevel10k

@ericmerrill
ericmerrill / Mac Dev Setup.md
Last active August 23, 2023 22:24
Basic setup guide for Moodle on Mac

Apple Silicon Macs

If you have a Apple Silicon Macs, anywhere that says /usr/local should be replaced with /opt/homebrew.

Security Warning

This is not meant for a production environment, a system holding sensitive information, or anything else of the sort. This is meant for development environments only, and makes some security tradeoffs for simple development.

Intro

@camilojm27
camilojm27 / MoodlePluginsDintev.py
Last active March 23, 2021 22:06
Script para instalar los plugins que se utilizan en el CVUV, cambiar la variable dirpath con la dirección de la carpeta moodle
import subprocess, os
#subprocess.run(["ls", "-l"])
dirpath = '/var/www/html/moodle'
#dirpath = '/home/camilo/Projects/DINTEV/TEST'
#blocks
blocks = ['/blocks/',
'git clone --branch master https://github.com/desarrolloant/course_list.git course_list',
'git clone --branch master https://github.com/jonof/moodle-block_completion_progress.git completion_progress',