$ tar -xzvf FILE.tar.gz
$ drush sql-drop
$ drush sql-cli < FILE.sql
| alias ll='exa --all --long --header --icons --git' | |
| alias tree='exa --tree --icons -L=2' | |
| alias v='fd --type f --hidden --exclude .git |fzf-tmux -p|xargs nvim' |
| unbind r | |
| bind r source-file ~/.tmux.conf | |
| set -g prefix C-s | |
| ## act like vim | |
| set -g mode-keys vi | |
| bind-key h select-pane -L | |
| bind-key j select-pane -D |
| // Glacioclasm | |
| dimwishlist:item=1030895163&perks=1687452232,1820235745,1427256713 | |
| dimwishlist:item=1030895163 | |
| // Eyasluna avec Headstone | |
| dimwishlist:item=235827225&perks=124408337 | |
| // Avec Headstone | |
| dimwishlist:perks=124408337 |
| {# | |
| @link https://www.drupal.org/node/2047135 | |
| This syntax is extremely complex to scan. This also requires the front-end developer to know about the @ ! % "Drupalism" prefix of placeholders and what each of them do. | |
| #} | |
| <p class="submitted">{{ "Submitted by !author on @date"|t({ '!author': author, '@date': date }) }}</p> |
| <?php | |
| $content = array(); | |
| $content['container'] = ['#type'=>'fieldset','#title'=>'4ème bloc']; | |
| $header = array('Cell 1', 'Cell 2'); | |
| $data = array( | |
| array('A', 'B'), | |
| array('C', 'D'), | |
| array('E', 'F') | |
| ); | |
| $content['container'][] = [ |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width"> | |
| <title>JS Bin</title> | |
| <style id="jsbin-css"> | |
| h5{ |
| { | |
| "bootstrapped": true, | |
| "in_process_packages": | |
| [ | |
| ], | |
| "installed_packages": | |
| [ | |
| "A File Icon", | |
| "AdvancedNewFile", | |
| "AngularJS", |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta name="description" content="[add your bin description]" /> | |
| <meta charset="utf-8"> | |
| <title>JS Bin</title> | |
| </head> | |
| <body> | |
| <select id="select1" multiple> | |
| <option value="1">valeur 1</option> |
| ## Liste de patches Drupal/Module | |
| Avoir la jquery 1.4 (drupal default) dans le module jQuery Update | |
| https://drupal.org/node/1548028 | |
| (la rajouter dans le drush make de ZeeAgency |