-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.conf.yaml
43 lines (40 loc) · 1.15 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
- clean: ['~']
- link:
~/.config/alacritty/alacritty.yml:
create: true
path: alacritty/alacritty.yml
~/.config/emacs-rgoulter/init.el:
create: true
path: emacs.el
~/.config/emacs-rgoulter/straight/versions/default.el:
create: true
path: emacs.d/straight/versions/default.el
~/.config/fish:
create: true
path: fish
~/.config/git/common.inc:
create: true
path: git/common.inc
~/.config/kitty:
create: true
path: kitty
~/.config/powerline:
create: true
path: powerline
~/.config/nixpkgs/overlays:
create: true
path: nixpkgs/overlays
~/.config/nvim/init.vim: vimrc
~/.config/starship.toml: starship.toml
~/.emacs-profiles.el: emacs-profiles.el
~/.gvimrc: gvimrc
~/.hgrc.d: hgrc.d
~/.hgrc: hgrc
~/.nvim: vim/
~/.tmux.conf: tmux.conf
~/.vim: vim/
~/.vimrc: vimrc
- shell:
- [git submodule init, Installing/updating submodules]
- [git submodule update, Installing/updating submodules]
- [vim -e +PluginInstall +visual +qall, Installing vim plugins (at least 15 mins first run).]