-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtools.sh
36 lines (30 loc) · 813 Bytes
/
tools.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#!/usr/bin/env bash
brew update && brew upgrade
# Install Brew Packages
echo "Installing Brew Python..."
brew install python
# Install MacOS Applications
echo "Installing MacOS Applications..."
brew install --cask iterm2
# Install packages
echo "Installing packages..."
brew install fd
brew install fzf
brew install gh
brew install git
brew install haste-client
brew install htop
brew install inkscape
brew install iterm2
brew install lua
brew install neovim
brew install pandoc
brew install ripgrep
# Install Source Code Pro Font
echo "Installing fonts..."
brew tap homebrew/cask-fonts
brew cask install font-source-code-pro
brew cask install font-fantasque-sans-mono
brew cask install font-mononoki-nerd-font
brew cask install font-sauce-code-pro-nerd-font
brew cask install font-jetbrains-mono-nerd-font