Skip to content

Instantly share code, notes, and snippets.

View ellioseven's full-sized avatar

ellioseven ellioseven

View GitHub Profile
@AlexPl292
AlexPl292 / .ideavimrc
Last active May 22, 2025 06:35
My `~/.ideavimrc` file
let mapleader=" "
""" Plugins --------------------------------
set surround
set multiple-cursors
set commentary
set argtextobj
set easymotion
set textobj-entire
set ReplaceWithRegister
@rahulkumar-aws
rahulkumar-aws / minikube.md
Last active March 24, 2025 10:30
Install/Uninstall Minikube from Mac
minikube stop; minikube delete
docker stop $(docker ps -aq)
rm -r ~/.kube ~/.minikube
sudo rm /usr/local/bin/localkube /usr/local/bin/minikube
systemctl stop '*kubelet*.mount'
sudo rm -rf /etc/kubernetes/
docker system prune -af --volumes
@xurizaemon
xurizaemon / CombineResources.php
Created June 14, 2018 00:44
nz_maths_migrate/src/Plugin/migrate/process/CombineResources.php
<?php
namespace Drupal\nz_maths_migrate\Plugin\migrate\process;
use Drupal\migrate\ProcessPluginBase;
use Drupal\migrate\MigrateExecutableInterface;
use Drupal\migrate\Row;
/**
* Combines Resources down to a single HTML input.