-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.conf
44 lines (40 loc) · 1.06 KB
/
install.conf
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:
relink: true
- clean: ['~']
- create:
- ~/.config
- ~/.config/alacritty
- ~/.config/dunst
- ~/.config/git
- ~/.config/i3
- ~/.config/polybar
- ~/.config/tmux
- ~/.config/zsh
- ~/.local/state/zsh
- link:
~/.config/alacritty/alacritty.toml: alacritty/alacritty.toml
~/.config/dunst/dunstrc: dunst/dunstrc
~/.config/i3/config: i3/config
~/.config/nvim: vim/
~/.config/polybar/config: polybar/config
~/.config/polybar/launch.sh: polybar/launch.sh
~/.config/tmux/tmux.conf: tmux/tmux.conf
~/.dotfiles:
if: '[ ! -d ~/.dotfiles ]'
path: ''
~/.vim: vim/
~/.vimrc: vim/vimrc
~/.zshenv: zsh/zshenv_bootstrap
~/.config/zsh/.zshenv: zsh/zshenv
~/.config/zsh/.zprofile: zsh/zprofile
~/.config/zsh/.zshrc:
path: zsh/zshrc
force: true
- shell:
- [touch ~/.config/git/config, Forcing git config to be placed in ~/.config/git]
-
command: git/configure-git.sh
description: Configuring git
stdout: true
- [zsh -l -c 'vim/configure-vim.sh', Installing/updating vim plugins]