This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
if (!function_exists('dump_walk')) { | |
/** | |
* This function is like print_r($node, true) but cleaner | |
* @param $node | |
* @param string $indent_string | |
* @param int $depth | |
* @param null $parentType | |
* @return string | |
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/src/completion/pass.fish-completion b/src/completion/pass.fish-completion | |
index 8637874..a974d7e 100644 | |
--- a/src/completion/pass.fish-completion | |
+++ b/src/completion/pass.fish-completion | |
@@ -39,7 +39,8 @@ function __fish_pass_print | |
set -l ext $argv[1] | |
set -l strip $argv[2] | |
set -l prefix (__fish_pass_get_prefix) | |
- printf '%s\n' "$prefix"/**"$ext" | sed "s#$prefix/\(.*\)$strip#\1#" | |
+ set -l matches "$prefix"/**"$ext" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(let ((config-org (concat user-emacs-directory "main-config.org")) | |
(config-el (concat user-emacs-directory "main-config.el"))) | |
(if (file-newer-than-file-p config-org config-el) | |
(progn | |
(message "TANGLING THE CONFIG") | |
(org-babel-load-file config-org) | |
(run-with-idle-timer 10 nil | |
(lambda () | |
(byte-compile-file config-el) | |
(message "CONFIG BYTE COMPILED")))) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
________ ++ _______ | |
/VVVVVVVV\+++++ /VVVVVVV\ | |
\VVVVVVVV/+++++++\VVVVVVV/ | |
|VVVVVV|++++++++/VVVVV/' | |
|VVVVVV|++++++/VVVVV/' | |
+|VVVVVV|++++/VVVVV/'+ | |
+++|VVVVVV|++/VVVVV/'+++++ | |
+++++|VVVVVV|/VVVVV/'+++++++++ | |
+++|VVVVVVVVVVV/'+++++++++ | |
+|VVVVVVVVV/'+++++++++ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:: This script should be run in a priviledged command prompt | |
@echo off | |
echo This script is going to restart your computer. | |
echo Make sure to close all open applications in order not to lose any unsaved work. | |
choice /m "Do you want to continue" | |
if %errorlevel% NEQ "1" goto End |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$help": "https://aka.ms/terminal-documentation", | |
"$schema": "https://aka.ms/terminal-profiles-schema", | |
"actions": | |
[ | |
{ | |
"command": | |
{ | |
"action": "moveFocus", | |
"direction": "down" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
ARCHIVE=nvim-macos.tar.gz | |
ARCHIVE_ROOT=nvim-osx64 | |
OUTPUT_DIR="$HOME/Documents/nvim" | |
UPSTREAM_URL='https://github.com/neovim/neovim/releases/download/nightly/nvim-macos.tar.gz' | |
curl -JOL "$UPSTREAM_URL" && | |
tar -xf "$ARCHIVE" && \ | |
rm -rf "$OUTPUT_DIR" && \ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set number | |
set relativenumber | |
set nobackup | |
set nowritebackup | |
set noswapfile | |
set noundofile |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Configuration> | |
<Add OfficeClientEdition="64" Channel="Monthly"> | |
<Product ID="O365ProPlusRetail"> | |
<Language ID="en-us" /> | |
<Language ID="it-it" /> | |
<ExcludeApp ID="Access" /> | |
<ExcludeApp ID="Groove" /> | |
<ExcludeApp ID="Lync" /> | |
<ExcludeApp ID="Publisher" /> | |
<ExcludeApp ID="Teams" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tld==0.12.6 |
OlderNewer