This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
some code |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//PurchaseOrderCard.tsx | |
import { PurchaseOrderCardHeader } from './PurchaseOrderCardHeader' | |
import { PurchaseOrderProductCard } from './PurchaseOrderProductCard' | |
import './styles.less' | |
export const PurchaseOrderCard: React.FC = () => { | |
return ( | |
<div className="PurchaseOrderCard"> | |
<PurchaseOrderCardHeader /> | |
<PurchaseOrderProductCard /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### 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: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### 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: |