-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.conf.yaml
47 lines (43 loc) · 1.02 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
- defaults:
link:
relink: true
force: true
create: true
- clean: ['~']
- create:
- ~/.local/bin
- ~/.local/include
- ~/.local/lib
- ~/.config
- ~/.undo-vim
- link:
~/.clang-format:
~/.llvm-config:
~/.lldbinit:
~/.tmux.conf:
~/.bash_profile:
~/.inputrc:
~/.zshenv: zsh/.zshenv
~/.gitconfig: git/config
~/.vim: vim
~/.config/zsh: zsh
~/.config/nvim: kickstart.nvim
~/.config/git:
~/.config/alacritty:
~/.config/aliases:
~/.config/starship.toml:
- shell:
- [git submodule update --init --recursive, Installing submodules]
- PATH="$PATH:/home/linuxbrew/.linuxbrew/bin"
- PATH="$PATH:/opt/homebrew/bin"
-
command: /bin/bash -c
\ "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
stdin: true
stdout: true
description: Installing Homebrew
-
command: brew bundle
stdin: false
stdout: true
description: Installing homebrew formulae]