Update '.zshrc'
This commit is contained in:
parent
37b2a85914
commit
1bf27ab019
7
.zshrc
7
.zshrc
@ -3,6 +3,13 @@ if [ ! -f ~/.shell-prereqs-installed ];
|
||||
then
|
||||
echo "Installing prereqs"
|
||||
which brew > /dev/null || bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
|
||||
[ -d ~/.oh-my-zsh ] || sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
|
||||
which fzf > /dev/null || brew install fzf
|
||||
which bat > /dev/null || brew install bat
|
||||
which curlie > /dev/null | brew install rs/tap/curlie
|
||||
which exa > /dev/null || brew install exa
|
||||
which kubectl > /dev/null || brew install kubectl
|
||||
which tkn > /dev/null || brew install tektoncd/tools/tektoncd-cli
|
||||
brew list --cask homebrew/cask-fonts/font-open-dyslexic-nerd-font > /dev/null || brew install homebrew/cask-fonts/font-open-dyslexic-nerd-font
|
||||
which starship > /dev/null || brew install starship
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user