Skip to content

Instantly share code, notes, and snippets.

View thiagonv's full-sized avatar

Thiago thiagonv

  • Brasil São Paulo SP
  • 19:45 (UTC -03:00)
View GitHub Profile
@thiagonv
thiagonv / wpa-clean-header.php
Created November 20, 2018 23:59 — forked from Auke1810/wpa-clean-header.php
create a clean wordpress header and remove unnecessary clutter.
<?php
/*
Plugin Name: wordpress assist clean header
Plugin URI: http://www.wordpressassist.nl/
Description: Remove shortlink hook
Version: 1.0
Author: AukeJomm
Author URI: http://www.aukejongbloed.nl
*/
@thiagonv
thiagonv / osx-for-hackers.sh
Created August 29, 2016 17:47 — forked from brandonb927/osx-for-hackers.sh
OSX for Hackers: Yosemite/El Capitan Edition. This script tries not to be *too* opinionated and any major changes to your system require a prompt. You've been warned. Also, please don't email me about this script, my poor inbox...
#!/bin/sh
# Alot of these configs have been taken from the various places
# on the web, most from here
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
# Set the colours you can use
black='\033[0;30m'
white='\033[0;37m'
red='\033[0;31m'