From f290efaa0b66fa565f56d580da5b6d5d6f48b597 Mon Sep 17 00:00:00 2001 From: Devon Tingley Date: Thu, 1 Jul 2021 21:24:40 -0400 Subject: [PATCH] Create for user, not root (and add plugins) --- .zshrc | 3 +++ setup.sh | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 785ce84..723f0de 100644 --- a/.zshrc +++ b/.zshrc @@ -22,7 +22,10 @@ plugins=( doctl docker-compose cargo + rustup ansible + python + yarn ) source $ZSH/oh-my-zsh.sh diff --git a/setup.sh b/setup.sh index 3b8ae38..35a8ad8 100755 --- a/setup.sh +++ b/setup.sh @@ -1,5 +1,5 @@ # Install ohmyzsh -sudo sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" +sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" sudo chown -R $(whoami) ~/.oh-my-zsh ~/.zshrc # Install thefuck, zsh-suggestion