Skip to content

Instantly share code, notes, and snippets.

@AutomateAaron
Created November 7, 2019 06:01

Revisions

  1. AutomateAaron created this gist Nov 7, 2019.
    4 changes: 4 additions & 0 deletions .customize_environment
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    apt update
    apt -y install zsh
    sudo -H -u aaron sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
    chsh -s $(which zsh) aaron