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"