Skip to content

Instantly share code, notes, and snippets.

@PabloDinella
Last active June 8, 2018 22:35
Show Gist options
  • Select an option

  • Save PabloDinella/71392e0835265616594c4c9757fef2cc to your computer and use it in GitHub Desktop.

Select an option

Save PabloDinella/71392e0835265616594c4c9757fef2cc to your computer and use it in GitHub Desktop.

Revisions

  1. PabloDinella revised this gist Jun 8, 2018. 1 changed file with 4 additions and 4 deletions.
    8 changes: 4 additions & 4 deletions setup.sh
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    sudo apt update
    sudo apt install zsh tmux -y
    echo "set-option -g default-shell /bin/zsh" > ~/.tmux.conf
    sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
    sudo apt update && \
    sudo apt install zsh tmux -y && \
    echo "set-option -g default-shell /bin/zsh" > ~/.tmux.conf && \
    sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" && \
    tmux
  2. PabloDinella created this gist May 29, 2018.
    5 changes: 5 additions & 0 deletions setup.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    sudo apt update
    sudo apt install zsh tmux -y
    echo "set-option -g default-shell /bin/zsh" > ~/.tmux.conf
    sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
    tmux