The Wayback Machine - https://web.archive.org/web/20260221091326/https://github.com/pedrodsrodrigues
Skip to content
View pedrodsrodrigues's full-sized avatar

Block or report pedrodsrodrigues

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