Skip to content

Instantly share code, notes, and snippets.

View Aireck2's full-sized avatar
🇵🇪
Working

Erick Escriba Arango Aireck2

🇵🇪
Working
View GitHub Profile
@Aireck2
Aireck2 / zsh_plugins.txt
Created August 9, 2023 21:58
antidote plugins
zsh-users/zsh-autosuggestions
zsh-users/zsh-syntax-highlighting
aloxaf/fzf-tab
hadenlabs/zsh-git
hadenlabs/zsh-core
hadenlabs/zsh-rvm
hadenlabs/zsh-nvm
hadenlabs/zsh-ghq
luismayta/zsh-issues
luismayta/zsh-scmbreeze
#set -g default-terminal "tmux-256color"
set -g default-terminal "screen-256color"
set-option -sa terminal-overrides ",xterm-kitty:RGB"
#set -ga terminal-overrides ",*256col*:Tc"
# set -ga terminal-overrides ",xterm-256color:Tc"
# action key
unbind C-b
set-option -g prefix C-a
set-option -g repeat-time 0
set-option -g focus-events on
@Aireck2
Aireck2 / kitty.conf
Last active June 18, 2023 22:38
.config/kitty/kitty.conf
# vim:ft=kitty
## name: Catppuccin-Macchiato
## author: Pocco81 (https://github.com/Pocco81)
## license: MIT
## upstream: https://github.com/catppuccin/kitty/blob/main/macchiato.conf
## blurb: Soothing pastel theme for the high-spirited!
enable_audio_bell no
# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc.
# Initialization code that may require console input (password prompts, [y/n]
# confirmations, etc.) must go above this block; everything else may go below.
if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
fi
eval "$(starship init zsh)"
export ZSH="/Users/erickescriba/.oh-my-zsh"
@Aireck2
Aireck2 / nextjs.Dockerfile
Created March 6, 2022 16:14
NextJS - Dockerfile - Configuración simple y recomendada
# Fuente: https://github.com/vercel/next.js/blob/canary/examples/with-docker/README.md
# Install dependencies only when needed
FROM node:16-alpine AS deps
# Check https://github.com/nodejs/docker-node/tree/b4117f9333da4138b03a546ec926ef50a31506c3#nodealpine to understand why libc6-compat might be needed.
RUN apk add --no-cache libc6-compat
WORKDIR /app
COPY package.json yarn.lock ./
RUN yarn install --frozen-lockfile
@Aireck2
Aireck2 / WakatimeStats
Created August 8, 2020 17:47
WakatimeStats
some code
@Aireck2
Aireck2 / PurchaseOrder
Last active June 17, 2020 22:23
PurchaseOrder
//PurchaseOrderCard.tsx
import { PurchaseOrderCardHeader } from './PurchaseOrderCardHeader'
import { PurchaseOrderProductCard } from './PurchaseOrderProductCard'
import './styles.less'
export const PurchaseOrderCard: React.FC = () => {
return (
<div className="PurchaseOrderCard">
<PurchaseOrderCardHeader />
<PurchaseOrderProductCard />
### Keybase proof
I hereby claim:
* I am aireck2 on github.
* I am erick2 (https://keybase.io/erick2) on keybase.
* I have a public key ASCw5PAQOtKgSacot03aznTIOU_c_ZvLX2coaZ5ZQsHEUwo
To claim this, I am signing this object:
import React from 'react';
import { useSelector, useDispatch } from 'react-redux';
import {
showLoading,
hideLoading,
} from 'react-redux-loading-bar';
import authActions from '../../../actions/authActions';
import { Form, Icon, Input, Button, Checkbox } from 'antd';
### Keybase proof
I hereby claim:
* I am aireck2 on github.
* I am erick2 (https://keybase.io/erick2) on keybase.
* I have a public key ASBBz1LVFu2SdlprjDsL3zNkNYgwRzAPFHnfBmB4Y45mTQo
To claim this, I am signing this object: