From 14ca80e242b3ecb6bd14a7ca405fcbc0ceb977dc Mon Sep 17 00:00:00 2001 From: steveokard Date: Wed, 16 Jun 2021 01:37:59 -0400 Subject: [PATCH] update script downloads tmux theme --- scripts/preztoUpstream.zsh | 0 udeps.sh | 1 + update.zsh | 3 +++ 3 files changed, 4 insertions(+) mode change 100644 => 100755 scripts/preztoUpstream.zsh diff --git a/scripts/preztoUpstream.zsh b/scripts/preztoUpstream.zsh old mode 100644 new mode 100755 diff --git a/udeps.sh b/udeps.sh index 8389ba2..4c83d7b 100755 --- a/udeps.sh +++ b/udeps.sh @@ -18,6 +18,7 @@ sudo apt-get -my install \ ack \ fzf \ ripgrep \ + grc \ fd-find read -n1 -p $'Does this system need a ssh server?\n' REPLY diff --git a/update.zsh b/update.zsh index 46fad43..c9dd278 100755 --- a/update.zsh +++ b/update.zsh @@ -3,3 +3,6 @@ ln -s ~/stevset/prezto/.zprezto ~/.zprezto ./udeps.sh ./prezto.zsh + +#Tmux Theme +git clone https://github.com/wfxr/tmux-power.git "$HOME/stevset/tmux/t-theme"