-
Notifications
You must be signed in to change notification settings - Fork 2
/
install.conf.yaml
41 lines (35 loc) · 1.21 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
# This file contains the base installation of my dot files
# run the per machine configuration as well
- defaults:
link:
create: true
relink: true
# Scripts to be added to local ~/bin
- link:
~/bin/woodo: bin/woodo
~/bin/colours.sh: bin/colours.sh
# Bash Files
- link:
~/.bashrc: bash/bashrc
# Files that don't fit anywhere else
- link:
~/.config/git/config: other/gitconfig
~/.config/git/gitignore: other/gitignore
~/.config/dir_colors: other/dir_colors
~/.nanorc: other/nanorc
# Files to do with zsh
- link:
~/.zshrc: zsh/zshrc
~/.zlogin: zsh/zlogin
~/.config/zsh/aliases.zsh: zsh/aliases.zsh
~/.config/zsh/colours.zsh: zsh/colours.zsh
~/.config/zsh/completion.zsh: zsh/completion.zsh
~/.config/zsh/exports.zsh: zsh/exports.zsh
~/.config/zsh/functions.zsh: zsh/functions.zsh
~/.config/zsh/prompt.zsh: zsh/prompt.zsh
~/.config/zsh/setopt.zsh: zsh/setopt.zsh
~/.config/zsh/bindkeys.zsh: zsh/bindkeys.zsh
~/.config/zsh/000-zsh-git-prompt.zsh: libs/git/zsh-git-prompt/zshrc.sh
~/.config/zsh/000-zsh-syntax-highlighting.zsh: libs/git/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
# Clean symlinks which have moved
- clean: ['~', '~/.config/']