-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.install.conf.yaml
42 lines (39 loc) · 1.13 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
- defaults:
link:
create: true
relink: true
- clean: ['~', '~/.config', '$HOMEBREW_PREFIX/bin/cask-upgrade']
- link:
$HOMEBREW_PREFIX/bin/cask-upgrade:
if: '[ "$(uname)" "==" "Darwin" ]'
~/.config/alacritty/alacritty.toml:
~/.config/nvim/coc-settings.json:
~/.config/nvim/init.vim: vimrc
~/.config/nvim/utils/format_yaml.py:
~/.ctags:
~/.dotfiles: ''
~/.gitconfig:
~/.gitignore:
~/.p10k.zsh:
~/.ripgreprc:
~/.tmux.conf:
~/.tmux/tmuxline.conf:
~/.vim/coc-settings.json:
~/.vimrc:
~/.zshrc:
~/.zshrc_scripts:
~/.zshrc_zplug:
~/.Brewfile:
if: '[ "$(uname)" "==" "Darwin" ]'
- shell:
- git submodule sync --recursive
# the following have to run after linking ~/.gitconfig
- git submodule update --init --recursive
- command: ./setup_mac.sh
description: Install dependecies for Mac
stdout: true
stderr: true
- command: ./python/install_python_tools.sh
description: Install Python dependecies
stdout: true
stderr: true