-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinstall.conf.yaml
33 lines (32 loc) · 1.04 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
- clean: ['~']
- link:
~/.dotfiles: ''
~/.tmux.conf: tmux.conf
~/.vim: vim/
~/.vimrc: vimrc
~/.pythonrc.py: python/pythonrc
~/.pydistutils.cfg: python/pydistutils.cfg
~/.ipython: python/ipython
~/.gitignore_global: git/gitignore_global
~/.gitconfig: git/gitconfig
~/.git-completion.sh: git/git-completion.sh
~/.zshrc: zsh/zshrc
~/.zprofile: zsh/zprofile
~/.zshenv: zsh/zshenv
~/.zlogin: zsh/zlogin
~/.zlogout: zsh/zlogout
~/.zprezto: zsh/prezto
~/.zpreztorc: zsh/zpreztorc
~/.bashrc: bash/bashrc
~/.bash_profile: bash/bash_profile
~/.bash_aliases: bash/bash_aliases
~/.bash_exports: bash/bash_exports
~/.bash_options: bash/bash_options
~/.bash_paths: bash/bash_paths
~/.bash_prompt: bash/bash_prompt
~/.inputrc: bash/inputrc
~/.fonts: fonts
- shell:
- [git submodule update --init --recursive, Installing submodules]
- [~/.fonts/install.sh, Installing powerline fonts]
- [mkdir -p ~/.history, Create directory for python history]