Skip to content

Instantly share code, notes, and snippets.

View alvarorc's full-sized avatar
:shipit:

Alvaro Rago alvarorc

:shipit:
  • Mundi
  • Córdoba, Argentina
View GitHub Profile
@alvarorc
alvarorc / .zshrc
Last active June 16, 2021 02:00
my zsh config
# 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="/Users/${USER}/.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/robbyrussell/oh-my-zsh/wiki/Themes
@alvarorc
alvarorc / FileUpload.js
Created January 31, 2018 13:15
Fileupload with custom input
import React, { Component } from 'react';
import PropTypes from 'prop-types';
import { Icon } from 'semantic-ui-react';
import './styles.scss';
class FormFileInput extends Component {
constructor(props) {
super(props);