-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstall.sh
More file actions
executable file
·47 lines (44 loc) · 779 Bytes
/
install.sh
File metadata and controls
executable file
·47 lines (44 loc) · 779 Bytes
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
#!/bin/bash
brew install jenv \
coreutils \
jq \
kyverno \
bluesnooze \
terminal-notifier \
pre-commit \
wget \
pyvim \
curl \
kubectl \
neovim \
yq \
gnu-sed \
kubecolor \
git \
kustomize \
colordiff \
vault \
tmux \
go \
helm \
ag \
watch \
pyenv \
awscli \
starkandwayne/cf/spruce \
rbenv \
yarn \
python \
findutils \
gnu-tar \
gnu-sed \
gawk \
gnutls \
gnu-indent \
gnu-getopt \
grep
jenv enable-plugin export #https://stackoverflow.com/questions/28615671/set-java-home-to-reflect-jenv-java-version
brew install --cask fly
echo "install vim-plug"
sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'