-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathinstall.conf.yaml
executable file
·43 lines (39 loc) · 1.16 KB
/
install.conf.yaml
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
- defaults:
shell:
stdin: true
stdout: true
stderr: true
link:
relink: true
force: true
- clean: ["~"]
- link:
~/.zshrc: dotfiles/zshrc
~/.antigenrc: dotfiles/antigenrc
~/.tmux.conf.local: dotfiles/tmux.conf.local
~/.gitconfig: dotfiles/gitconfig
~/.vimrc: dotfiles/vimrc
- shell:
# Important: This installations scripts have just been tested on Ubuntu 18.04
- ./scripts/secrets-setup.sh
- ./scripts/update-apt.sh
- ./scripts/brew-installer.sh
- ./scripts/zsh-installer.sh
- ./scripts/antigen-installer.sh
- ./scripts/tmux-installer.sh
- ./scripts/oh-my-tmux-installer.sh
- ./scripts/fzf-installer.sh
- ./scripts/autojump-installer.sh
- ./scripts/neofetch-installer.sh
- ./scripts/bat-installer.sh
- ./scripts/jq-installer.sh
- ./scripts/hub-installer.sh
- ./scripts/tldr-installer.sh
- ./scripts/tree-installer.sh
- ./scripts/fx-installer.sh
- ./scripts/ack-installer.sh
- ./scripts/httpie-installer.sh
# Just for java development
- ./scripts/java-installer.sh
- ./scripts/maven-installer.sh
- ./scripts/jenv-installer.sh