Skip to content

Instantly share code, notes, and snippets.

View keil0's full-sized avatar

Pierre Cruz keil0

View GitHub Profile
@keil0
keil0 / README.md
Created October 6, 2021 13:21 — forked from hofmannsven/README.md
Show/Hide hidden system files on macOS
@keil0
keil0 / .conkyrc
Last active November 3, 2020 17:56
Conkyrc
conky.config ={
-- CONKY SETTINGS
background = true,
update_interval = 1,
total_run_times = 0,
cpu_avg_samples = 2,
net_avg_samples = 2,
override_utf8_locale = true,
@keil0
keil0 / .zshrc
Last active February 7, 2023 16:25
Add timestamp to robbyrussell ZSH THEME
# Add timestamp to PROMPT
local ret_status="%(?:%{$fg_bold[green]%}➜ :%{$fg_bold[red]%}➜ )"
PROMPT='${ret_status} %{$fg[cyan]%}%c%{$reset_color%} $(git_prompt_info)'
RPROMPT="[%D{%y/%m/%f}|%*]"