-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.sh
executable file
·81 lines (72 loc) · 1.61 KB
/
install.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
#!/bin/bash
#/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
brew install \
autojump \
aylei/tap/kubectl-debug \
bat \
coreutils \
cscope \
ctags \
dep \
derailed/k9s/k9s \
docker \
fd \
flyway
fpp \
fzf \
fzy \
git \
git-lfs \
go \
grc \
grpcurl \
helm \
helm \
htop \
jesseduffield/lazygit/lazygit \
jq \
kube-ps1 \
kubectx \
kubernetes-cli \
kubernetes-helm \
minikube \
neovim \
netcat \
reattach-to-user-namespace \
ripgrep \
telnet \
tig \
tmux \
topgrade \
terraform \
pgcli \
teleprecense
brew cask install \
alfred \
discord \
docker \
google-chrome \
microsoft-excel \
microsoft-powerpoint \
microsoft-word \
obsidian \
slack \
spectacle \
spotify \
telegram \
visual-studio-code \
zoom \
wireshark
# installing Oh-my-zsh
brew cask install iterm2
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
brew install zsh
# Install powerline fonts
curl https://github.com/Lokaltog/powerline/raw/develop/font/PowerlineSymbols.otf -o /Library/Fonts/PowerlineSymobols.otf -L
curl https://github.com/Lokaltog/powerline/raw/develop/font/10-powerline-symbols.conf -o /Library/Fonts/10-powerline-symbols.conf -L
source tmux/install.sh
source zsh/install.sh
source nvim/install.sh
echo "Things needed to install manually:"
echo "Karabiner-elements"