Skip to content

Instantly share code, notes, and snippets.

View brenohq's full-sized avatar
🎯
Focusing

Breno Henrique brenohq

🎯
Focusing
View GitHub Profile
@brenohq
brenohq / .bashrc
Last active September 18, 2023 14:37
My bash config file for Bash Shell.
#
# ~/.bashrc
#
[[ $- != *i* ]] && return
colors() {
local fgc bgc vals seq0
printf "Color escapes are %s\n" '\e[${value};...;${value}m'
@brenohq
brenohq / .zshrc
Last active September 18, 2023 14:37
My bash config file for Oh My Zsh
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
# Path to your oh-my-zsh installation.
export ZSH="/home/brenohq/.oh-my-zsh"
# Set name of the theme to load --- if set to "random", it will
# load a random theme each time oh-my-zsh is loaded, in which case,
# to know which specific one was loaded, run: echo $RANDOM_THEME
# See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes
@brenohq
brenohq / settings.json
Last active September 18, 2023 14:33
VSCode Config
{
"editor.fontSize": 12,
"editor.letterSpacing": 0.5,
"editor.minimap.enabled": false,
"editor.fontWeight": "600",
"editor.fontLigatures": true,
"editor.cursorWidth": 3,
"editor.renderWhitespace": "all",
"editor.snippetSuggestions": "top",
"editor.tabSize": 2,