-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinstall.conf.yaml
49 lines (46 loc) · 1.38 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
44
45
46
47
48
49
- defaults:
link:
create: true
relink: true
force: true
shell:
stdin: true
stdout: true
stderr: true
- clean:
"~":
force: true
"~/.config":
force: true
"~/.gnupg":
force: true
- link:
"~/.tmux.conf": ".tmux.conf"
"~/.gitignore_global": "global_gitignore"
"~/.config/alacritty/alacritty.yml": "alacritty.yml"
"~/.config/nvim/init.vim": "nvim_init.vim"
"~/.config/fish/config.fish": "fish_config.fish"
"~/.config/fish/fish_plugins": "fish_plugins"
"~/.gnupg/gpg.conf": "gnupg_gpg.conf"
"~/.gnupg/gpg-agent.conf": "gnupg_gpg_agent.conf"
"~/.tool-versions": ".tool-versions"
"~/.config/fish/functions/":
glob: true
path: "fish_functions/*.fish"
- shell:
- command: cp global_gitconfig ~/.gitconfig
description: Copy global git config file
- command: sh brew.sh
description: Install MacOS essential packages
- command: sh tmux.sh
description: Install TMUX TPM
- command: sh install_powerline_fonts.sh
description: Install Powerline fonts
- command: sh fisher update
description: Bootstrap fishshell
- command: sh init_gcloud.sh
description: Initialize GCP
- command: git submodule sync --recursive
description: Sync Dotbot
- command: sh fix_gpg_home_permission.sh
description: Fix GPG permission warnings