-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathinstall.conf.yaml
More file actions
73 lines (70 loc) · 1.48 KB
/
Copy pathinstall.conf.yaml
File metadata and controls
73 lines (70 loc) · 1.48 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
- shell:
-
description: Set fish as the default shell
command: chsh -s $(which fish)
-
description: Install Starship (https://starship.rs/)
command: "curl -sS https://starship.rs/install.sh | sh"
stdin: true
stdout: true
- shell:
- [git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm]
- link:
~/bin:
create: true
path: bin
relink: true
~/.config/fish:
create: true
path: config/fish
relink: true
~/.config/git:
create: true
path: config/git
relink: true
~/.config/htop:
create: true
path: config/htop
relink: true
~/.config/nvim:
create: true
path: config/nvim
relink: true
~/.config/starship.toml:
create: true
path: config/starship.toml
relink: true
~/.agignore:
create: true
path: agignore
relink: true
~/.gitconfig:
create: true
path: gitconfig
relink: true
~/.gitignore:
create: true
path: gitignore
relink: true
~/.tmux:
create: true
path: tmux
relink: true
~/.tmux.conf:
create: true
path: tmux.conf
relink: true
~/.urlview:
create: true
path: urlview
relink: true
~/.zshrc:
create: true
path: zshrc
relink: true
~/.config/fish/conf.d/conda.fish:
create: true
path: /opt/homebrew/anaconda3/etc/fish/conf.d/conda.fish
relink: true
- brewfile:
- Brewfile