Skip to content
View pedrodsrodrigues's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report pedrodsrodrigues

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Shell Configuration (~/.zshrc) Shell Configuration (~/.zshrc)
    1
    # If you come from bash you might have to change your $PATH.
    2
    # export PATH=$HOME/bin:/usr/local/bin:$PATH
    3
    
                  
    4
    # Path to your oh-my-zsh installation.
    5
    export ZSH="$HOME/.oh-my-zsh"
  2. Shell Aliases (~/.aliases) Shell Aliases (~/.aliases)
    1
    # Zshbase alias
    2
    alias zshconfig="code ~/.zshrc"
    3
    alias zshreload="source ~/.zshrc"
    4
    alias aliasconfig="code ~/.aliases"
    5
    alias zrl="source ~/.zshrc; source ~/.aliases"
  3. Prepare your Machine Environment Prepare your Machine Environment
    1
    # The following process was made for MacOS and some commands might not work in a different OS!
    2
    
                  
    3
    ### Requirements: ###
    4
    - GIT
    5
    
                  
  4. Prepare your (WSL) Ubuntu Machine En... Prepare your (WSL) Ubuntu Machine Environment
    1
    #!/usr/bin/env bash
    2
    
                  
    3
    touch ${HOME}/.hushlogin
    4
    sudo -v
    5
    sudo apt-get update && sudo apt-get upgrade -y