-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.conf.yaml
41 lines (37 loc) · 976 Bytes
/
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
- clean: ["~"]
- defaults:
link:
create: true
relink: true
shell:
stderr: true
quiet: true
- link:
~/.gitconfig:
~/.aliases:
~/.asdfrc:
~/.psqlrc:
~/.pspgconf:
~/.ripgreprc:
~/.p10k.zsh:
~/.rgignore:
~/.zshrc:
~/.oh-my-zsh/custom/plugins/:
glob: true
path: oh-my-zsh/custom/plugins/*
~/.config/alacritty.toml: alacritty.toml
~/Brewfile: Brewfile
~/.zsh/config/fzf: zsh/config/fzf
~/.zsh/config/mac:
if: "[ `uname` = Darwin ]"
path: zsh/config/mac
~/.zsh/config/linux:
if: "[ `uname` = Linux ]"
path: zsh/config/linux
~/.zsh/config/ripgrep: zsh/config/ripgrep
- shell:
- [
which brew || /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)",
"Checking for HomeBrew and installing if necessary...",
]
- [git submodule update --init --recursive, Installing submodules]