✨ Add Zsh; less to installs
This commit is contained in:
parent
9692a6a7eb
commit
c45e8c2528
2 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,7 @@ brew_install grep grep
|
|||
brew_install OpenSSH openssh
|
||||
brew_install ImageMagick imagemagick
|
||||
brew_install ssh-copy-id ssh-copy-id
|
||||
brew_install less less
|
||||
|
||||
brew_install "FiraCode Nerd Font" font-fira-code-nerd-font "" homebrew/cask-fonts
|
||||
brew_install "Starship Prompt" starship
|
||||
|
|
|
@ -9,6 +9,7 @@ source "$DOT/os/apt_utils.fish"
|
|||
print_subtitle OS
|
||||
|
||||
brew_install Bash bash
|
||||
brew_install Zsh zsh
|
||||
|
||||
if [ "$(uname)" = Darwin ]
|
||||
# brew_install mas-cli mas
|
||||
|
|
Loading…
Reference in a new issue