Skip to content

Instantly share code, notes, and snippets.

@guilhermebkel
Last active June 29, 2020 22:24
Show Gist options
  • Select an option

  • Save guilhermebkel/7c60e0a00d6797ff915d3caade0e114a to your computer and use it in GitHub Desktop.

Select an option

Save guilhermebkel/7c60e0a00d6797ff915d3caade0e114a to your computer and use it in GitHub Desktop.

Revisions

  1. guilhermebkel revised this gist Jun 29, 2020. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions .zshrc
    Original file line number Diff line number Diff line change
    @@ -8,6 +8,7 @@ ZSH_THEME="robbyrussell"
    plugins=(
    git
    nvm
    golang
    )

    # Source
  2. guilhermebkel revised this gist May 23, 2020. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion zshrc.ssh
    Original file line number Diff line number Diff line change
    @@ -2,4 +2,6 @@ apt install zsh

    sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

    nano ~/.zshrc
    nano ~/.zshrc

    . ~/.zshrc
  3. guilhermebkel created this gist May 23, 2020.
    17 changes: 17 additions & 0 deletions .zshrc
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,17 @@
    # Source Base Path
    export ZSH="/home/guilhermebkel/.oh-my-zsh"

    # Theme
    ZSH_THEME="robbyrussell"

    # Plugins
    plugins=(
    git
    nvm
    )

    # Source
    source $ZSH/oh-my-zsh.sh

    # Tab config
    [[ -f ~/.config/tabtab/__tabtab.zsh ]] && . ~/.config/tabtab/__tabtab.zsh || true
    5 changes: 5 additions & 0 deletions zshrc.ssh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    apt install zsh

    sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

    nano ~/.zshrc