-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup_darwin
executable file
·37 lines (27 loc) · 1012 Bytes
/
setup_darwin
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
37
#!/bin/bash
git clone https://github.com/zsh-users/zsh-autosuggestions $OH_MY_ZSH/custom/plugins/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git $OH_MY_ZSH/custom/plugins/zsh-syntax-highlighting
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
brew install zsh
[[ ! $SHELL =~ "zsh" ]] && chsh -s `which zsh`
brew install pandoc
brew install ripgrep
# gnu tools better than osx defaults
brew install gawk
brew install gnutls
brew install gnu-sed
brew install gnu-tar
brew install coreutils
brew install gnu-indent
brew install docker
brew install jump
brew cask install iterm2
brew cask install google-chrome
brew cask install visual-studio-code
for f in ~/dotfiles/fonts/*; do source $f; done
# Add powerlevel10k to the list of Oh My Zsh themes.
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git $ZSH_CUSTOM/themes/powerlevel10k
# Restart Zsh.
exec zsh
# Configure powerlevel10k fonts
p10k configure