-
Notifications
You must be signed in to change notification settings - Fork 0
/
default.conf.yaml
41 lines (39 loc) · 1.04 KB
/
default.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
- shell:
- mkdir -p ~/.config
- mkdir -p ~/.cargo
- mkdir -p ~/.config/direnv
- mkdir -p ~/.config/gh
- mkdir -p ~/.task
- ./bin/set-colors
- ./task/install
- clean: ['~', '~/.config']
- link:
~/bin: bin/
~/.cargo/config.toml: cargo/config.toml
~/.config/alacritty: alacritty/
~/.config/bat: bat/
~/.config/direnv/direnvrc: direnv/direnvrc
~/.config/dlv: dlv/
~/.config/flake8: etc/flake8
~/.config/gh/config.yml: gh/config.yml
~/.config/gh-dash: gh-dash/
~/.config/git: git/
~/.config/helix: helix/
~/.config/hg: hg/
~/.config/kak: kak/
~/.config/nvim: neovim/
~/.config/zsh: zsh/
~/.emacs.d: emacs/
~/.fdignore: etc/fdignore
~/.gitattributes: git/gitattributes
~/.gitignore: git/gitignore
~/.ignore: etc/ignore
~/.my.cnf: mysql/.my.cnf
~/.npmrc: npm/.npmrc
~/.psqlrc: psql/.psqlrc
~/.rgignore: etc/rgignore
~/.tmux.conf: tmux/.tmux.conf
~/.vimrc: vim/.vimrc
~/.vim: vim/
~/.zshenv: zsh/.zshenv
~/.zshrc: zsh/.zshrc