-
Notifications
You must be signed in to change notification settings - Fork 0
/
.install.conf.yaml
45 lines (38 loc) · 1.23 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
- defaults:
link:
create: true
relink: true
- clean: ['~', '~/.config']
- shell:
- [git submodule update --init --recursive, Installing submodules]
- [./idempotent-clone https://github.com/wbthomason/packer.nvim ~/.local/share/nvim/site/pack/packer/start/packer.nvim, Installing packer.nvim]
- [bash -c "$(curl --fail --show-error --silent --location https://raw.githubusercontent.com/zdharma-continuum/zinit/HEAD/scripts/install.sh)", Installing zinit]
- [mv ~/.zshrc ~/.zshrc.old || echo "No pre-existing zshrc", Moving old zshrc]
# Tricky to get right in dotbot, so just leaving this as a command to paste in on new machines
# sh -c $(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh) --unattended --keep-zshrc
- link:
~/.zshrc:
~/.zprofile:
~/.vimrc:
~/.tmux.conf:
~/.scripts:
~/.config/alacritty:
~/.config/i3:
~/.config/i3blocks:
~/.config/nnn:
~/.config/nvim:
~/.config/picom.conf:
~/.config/rofi:
~/.config/sway:
~/.config/zathura:
~/.config/yabai:
~/.config/skhd:
~/.xinitrc:
~/.Xresources:
- create:
- ~/downloads
- ~/code
- ~/.vim/.undo
- ~/.vim/.backup
- ~/.vim/.swp
- ~/.cache/zsh