From d80fccb24f851183271da60c7878b5fa4a6ddc17 Mon Sep 17 00:00:00 2001 From: bretello Date: Sun, 22 Nov 2020 17:01:38 +0100 Subject: [PATCH] install: fix PACKAGES string --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index ae666f1..6201a17 100755 --- a/install.sh +++ b/install.sh @@ -17,7 +17,7 @@ DOTFILES=$PWD # byobu: tmux wrapper # htop: like top, but bettah # bat: a cat clone on wings -PACKAGES="vim zsh antibody git grc ccze bmon mtr tmux byobu htop baantibody path robbyrussell/oh-my-zsht" +PACKAGES="vim zsh antibody git grc ccze bmon mtr tmux byobu htop" function setup_git { # set up some git stuff