Skip to content

Instantly share code, notes, and snippets.

Avatar
💻
Coding

Víctor barrientosvctor

💻
Coding
View GitHub Profile
@barrientosvctor
barrientosvctor / .editorconfig
Last active January 1, 2023 21:57
My global editorconfig
View .editorconfig
root = true
[*]
end_of_line = lf
charset = utf-8
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true
@barrientosvctor
barrientosvctor / alacritty.yml
Created November 5, 2022 18:44
My alacritty config
View alacritty.yml
# Configuration for Alacritty, the GPU enhanced terminal emulator.
# Import additional configuration files
#
# Imports are loaded in order, skipping all missing files, with the importing
# file being loaded last. If a field is already present in a previous import, it
# will be replaced.
#
# All imports must either be absolute paths starting with `/`, or paths relative
# to the user's home directory starting with `~/`.
@barrientosvctor
barrientosvctor / shawn-half-life.omp.json
Created October 9, 2022 03:34
Half Life theme for Oh my Posh
View shawn-half-life.omp.json
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "left",
"newline": true,
"segments": [
{
"foreground": "#ac4ef0",
"properties": {
@barrientosvctor
barrientosvctor / shawn-solarized.omp.json
Created October 9, 2022 03:34
Unofficial Solarized theme for Oh my Posh
View shawn-solarized.omp.json
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "left",
"segments": [
{
"background": "#002b36",
"foreground": "#859900",
"properties": {
@barrientosvctor
barrientosvctor / shawn.omp.json
Created October 9, 2022 03:32
My Oh my Posh theme
View shawn.omp.json
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "left",
"newline": true,
"segments": [
{
"foreground": "#24ecfc",
"properties": {