Usuari:Elementh

De Wiket
Salta a la navegació Salta a la cerca

Lucas Maximiliano Marino

OsgYPxE.gif

Hey boye, watcha doing? You looking at me boye? I ain't your average web developer boye, I'm much more boye. Come have a look!

  • Yo, this GitHub is mine.
  • LinkedIn for the business boye out there.
  • Ask Me Anything, but do it with an email

Have a look at my projects

  • Gimme Keycodes! — Get javascript keycodes for every key!
  • pokegraf — Pokemon Database, Telegram Bot / Work In Progress /

Here is my .zshrc, boye

## START OF FILE ###############################################################
# Filename:      ~/.zshrc
# Purpose:       config file for zsh
# Author:        Lucas Maximiliano Marino <[email protected]>
# Bug-Reports:   see https://github.com/elementh/dotfiles/issues
# License:       MIT
################################################################################
#                                                                              #
# Yo, this is my config, have fun.                                             # 
# Check my web if you are bored: lucasmarino.me                                #
#                                                                              #
################################################################################
## ZSTYLE
zstyle ':completion:*' insert-unambiguous true
zstyle ':completion:*' list-colors 
zstyle ':completion:*' menu select=1
zstyle ':completion:*' original true
zstyle ':completion:*' select-prompt %SScrolling active: current selection at %p%s
zstyle ':completion:*:manuals' separate-sections true
zstyle ':completion:*:manuals.*' insert-sections   true
zstyle ':completion:*' verbose true
zstyle ':completion:*' rehash true
setopt menu_complete
## FUNCTIONS
# Works when changing directory
function chpwd() {
   ls -lah
}
# Memory overview
memusage() {
   ps aux | awk '{if (NR > 1) print $5;
                  if (NR > 2) print "+"}
                  END { print "p" }' | dc
} 

# print hex value of a number
hex() {
   emulate -L zsh
   if -n "$1" ; then
       printf "%x\n" $1
   else
       print 'Usage: hex <number-to-convert>'
       return 1
   fi
}
# Opens nautilus in the spot
function nh() {
   nautilus . &
}
## ALIAS
alias zshconfig="vim ~/.zshrc"
alias projects="cd ~/Documents/Projects"
alias home="cd ~/"
alias upspeed="iperf3 -c bouygues.iperf.fr -p 5207"
#alias downspeed="iperf3 -c -R bouygues.iperf.fr -p 5207" TODO:fix this.
## EXPORTS
export EDITOR=vim
export TERM="xterm-256color"
## END OF FILE #################################################################

I go to man hackatons, with a lot of boyes like you, watch this

Hackathon Location
HackUPC 2016 Barcelona
HackUPC Fall2016 Barcelona
HackJunction2016 Helsinki
HackUPC Winter2017 Barcelona
HackForGood 2017 Cartagena

U Can't Touch This

Now this looks like a job for me

So everybody just follow me

'Cause we need a little controversy

'Cause it feels so empty without me

-Vin Diesel