Skip to content

Instantly share code, notes, and snippets.

View LeoLeal's full-sized avatar
:octocat:

Leonardo Leal LeoLeal

:octocat:
  • Publicis.Sapient
  • London, UK
View GitHub Profile
## Writing Guidelines
### Core Principles (Zinsser Method)
**Brevity is power.** Strip every sentence to its cleanest components. Remove every word that serves no function. Replace phrases with words. Choose simple words over complex ones.
### Clutter Elimination
- Cut qualifiers: "very", "quite", "rather", "somewhat", "pretty much"
- Remove redundant pairs: "each and every", "first and foremost", "various and sundry"
- Eliminate throat-clearing: "It is important to note that", "The fact that"
- Avoid inflated phrases: Use "now" not "at this point in time"
@LeoLeal
LeoLeal / .zshrc
Created July 28, 2023 12:19
Adds partial history search with arrow keys in terminal.
# partial history search with arrow keys
bindkey "^[[A" history-beginning-search-backward
bindkey "^[[B" history-beginning-search-forward
@LeoLeal
LeoLeal / powerlevel10k_slick.omp.json
Last active October 23, 2024 10:43
An "Oh-My-Posh" there based on Powerlevel10k that uses less space and looks cleaner.
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "left",
"segments": [
{
"type": "text",
"template": "\n",
"newline": true