"Normally", these instructions should be also valid (in similar way) for other Linux distros.
1.- Install Xdebug using pacman:
sudo pacman -Sy xdebug
GREEN="%{$fg_bold[green]%}" | |
YELLOW="%{$fg_bold[yellow]%}" | |
CYAN="%{$fg_bold[cyan]%}" | |
RED="%{$fg_bold[red]%}" | |
MAGENTA="%{$fg_bold[magenta]%}" | |
BLUE="%{$fg_bold[blue]%}" | |
RESET="%{$reset_color%}" | |
new_line() | |
{ |
"use strict"; | |
// Load plugins | |
const autoprefixer = require("autoprefixer"); | |
const browsersync = require("browser-sync").create(); | |
const cp = require("child_process"); | |
const cssnano = require("cssnano"); | |
const del = require("del"); | |
const eslint = require("gulp-eslint"); | |
const gulp = require("gulp"); |
<form autocomplete="off"> | |
<input type="text" id="lastName" autocomplete="none"/> | |
<input type="text" id="firstName" autocomplete="none"/> | |
</form> |
GREEN="%{$fg_bold[green]%}" | |
YELLOW="%{$fg_bold[yellow]%}" | |
CYAN="%{$fg_bold[cyan]%}" | |
RED="%{$fg_bold[red]%}" | |
MAGENTA="%{$fg_bold[magenta]%}" | |
BLUE="%{$fg_bold[blue]%}" | |
RESET="%{$reset_color%}" | |
PROMPT='λ$CYAN %n% $YELLOW%~ $(git_prompt_info)$RESET | |
$CYAN$ $RESET' |
{ | |
"background-color": "#1F1726", | |
"badge-color": "#FFFFFF", | |
"bold-color": "#FFFFFF", | |
"comment": "", | |
"cursor-background-color": "#000000", | |
"cursor-foreground-color": "#FFFFFF", | |
"foreground-color": "#DAFAFF", | |
"highlight-background-color": "#000000", | |
"highlight-foreground-color": "#FFFFFF", |