-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbase.conf.yaml
38 lines (35 loc) · 962 Bytes
/
base.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
- defaults:
link:
create: true
relink: true
- clean: ['~', '~/.config']
- link:
~/.dotfiles: ''
~/bin:
~/.ansible.cfg:
~/.tmux.conf:
~/.cvsignore:
~/.vim:
~/.vimrc:
~/.config/nvim: vim
~/.zsh:
~/.zshrc:
~/.zprofile:
~/.docker:
~/.ipython:
~/.config/:
glob: true
path: config/*
- shell:
- git subup
- nvim --headless "+Lazy! install" +qa
- nvim --headless "+Lazy! clean" +qa
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --component rust-src,rust-analyzer
- curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
- cargo binstall -y eza
- cargo binstall -y ripgrep
- cargo binstall -y fd-find
- cargo binstall -y lfs
- cargo binstall -y hexyl
- cargo binstall -y cargo-update
- cargo install-update -a