Create for user, not root (and add plugins)

This commit is contained in:
Devon Tingley 2021-07-01 21:24:40 -04:00
parent a427fbbfdd
commit f290efaa0b
2 changed files with 4 additions and 1 deletions

3
.zshrc
View file

@ -22,7 +22,10 @@ plugins=(
doctl doctl
docker-compose docker-compose
cargo cargo
rustup
ansible ansible
python
yarn
) )
source $ZSH/oh-my-zsh.sh source $ZSH/oh-my-zsh.sh

View file

@ -1,5 +1,5 @@
# Install ohmyzsh # 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 sudo chown -R $(whoami) ~/.oh-my-zsh ~/.zshrc
# Install thefuck, zsh-suggestion # Install thefuck, zsh-suggestion