-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.conf.yaml
45 lines (41 loc) · 1.82 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
45
- defaults:
link:
relink: true
- clean: ["~/", "~/.config/fish"]
- link:
~/dotfiles: ~/abrazo
- link:
~/.alias: alias
~/.bash_profile: bash_profile
~/.bashrc: bashrc
~/.eslintrc.js: eslintrc.js
~/.gitconfig: gitconfig
~/.git_template: git_template
~/.haskeline: haskeline
~/.mypy.ini: mypy.ini
~/.screenrc: screenrc
~/.shellrc: shellrc
~/.emacs.d/early-init.el:
path: emacs.d/early-init.el
create: true
~/.emacs.d/init.el:
path: emacs.d/init.el
create: true
~/.emacs.d/extras:
path: emacs.d/extras
create: true
~/.stack/config.yaml:
path: config.yaml
create: true
~/.stack/global-project/stack.yaml:
path: stack.yaml
create: true
~/.tmux.conf: tmux.conf
~/.toprc: toprc
~/.xmobarrc: xmobarrc
~/.xmonad: xmonad
- shell:
- ["bash -c 'rm -rf ~/.config/fish/conf.d ~/.config/fish/paths.d ~/.config/fish/fishfile; ln -s ~/abrazo/fish/conf.d ~/.config/fish/conf.d; ln -s ~/abrazo/fish/paths.d ~/.config/fish/paths.d; ln -s ~/abrazo/fish/fishfile ~/.config/fish/fishfile'", "Setting up Fish symlinks."]
- ["git submodule update --init --recursive", "Installing submodules"]
- ["curl https://git.io/fisher --create-dirs -sLo ~/.config/fish/functions/fisher.fish", "Installing Fisherman framework."]
- ["fish -c 'fisher'", "Installing and updating Fish plugins."]