forked from HiDeoo/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.configure.yaml
51 lines (46 loc) · 1.14 KB
/
.configure.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
45
46
47
48
49
50
51
- defaults:
link:
create: true
relink: true
force: true
- clean: ["~"]
- shell:
- command: zsh .prezto
description: Installing Prezto.
stdout: true
stderr: true
- command: sh .packer.nvim
description: Installing packer.nvim.
stdout: true
stderr: true
- link:
~/.zlogin:
~/.zlogout:
~/.zprofile:
~/.zshenv:
~/.zsh_aliases:
~/.zshrc:
~/.zpreztorc:
~/.wgetrc:
~/.gitconfig:
~/.config/nvim/init.lua:
path: init.lua
/usr/local/bin/brew_init:
path: bin/brew_init
/usr/local/bin/imgcat:
path: bin/imgcat
/usr/local/bin/+x:
path: bin/+x
/usr/local/bin/gpg_wrap:
path: bin/gpg_wrap
- create:
- ~/Temp
- ~/Pictures/Screenshots
- shell:
- [chmod +x /usr/local/bin/imgcat, Setting permissions for imgcat.]
- [chmod +x /usr/local/bin/+x, Setting permissions for +x.]
- [chmod +x /usr/local/bin/gpg_wrap, Setting permissions for gpg_wrap.]
- command: echo "To install Neovim plugins, use the ':PackerInstall' command."
description: Setting up Neovim plugins.
quiet: true
stdout: true