-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstall.conf.yaml
More file actions
40 lines (35 loc) · 814 Bytes
/
Copy pathinstall.conf.yaml
File metadata and controls
40 lines (35 loc) · 814 Bytes
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
- defaults:
link:
relink: true
- clean: ['~']
- link:
~/.zshrc: zshrc
~/.config/starship.toml:
path: starship.toml
create: true
~/.config/nvim/init.lua:
path: ./neovim/init.lua
create: true
~/.config/nvim/lua:
path: ./neovim/lua
create: true
~/.config/i3/config:
path: i3
create: true
~/.config/polybar:
path: polybar
create: true
~/.config/compton.conf:
path: compton.conf
create: true
~/.config/alacritty.yml:
path: alacritty.yml
create: true
- shell:
-
command: "curl -fsSL https://starship.rs/install.sh | bash"
stdin: true
stdout: true
stderr: true
- [cargo install lsd bat ripgrep]
- [pip3 install --user neovim, Installing NeoVim python library]