-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.conf.yaml
53 lines (53 loc) · 1.65 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
46
47
48
49
50
51
52
53
- defaults:
link:
create: true
relink: true
relative: true
# - shell:
# - [git submodule update --init --recursive, Installing submodules]
# -
# description: "Installing Oh My Zsh"
# command: 'sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"'
# stdout: true
# stderr: true
# stdin: true
- clean: ['~']
- link:
# ~/.dotfiles: ''
# SHELL
# ~/.oh-my-zsh/custom/themes/powerlevel9k: shell/zsh/powerlevel9k
~/.oh-my-zsh/custom/plugins/codestats: shell/code-stats-zsh
~/.oh-my-zsh/custom/plugins/wakatime-zsh-plugin: shell/wakatime-zsh-plugin
~/.oh-my-zsh/custom/plugins/zsh-autosuggestions: shell/zsh-autosuggestions
~/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting: shell/zsh-syntax-highlighting
~/.zfunc: shell/zsh/zfunc
# ~/.local/bin/touchpad_toggle: bin/system/touchpad_toggle.sh
~/.zshrc:
force: true
path: .zshrc
~/.profile:
force: true
path: .profile
# GIT
~/.gitconfig: git/.gitconfig
~/.gitignore_global: git/.gitignore_global
# Wakatime
~/.wakatime.cfg: .wakatime.cfg
# SSH config
~/.ssh/config: ~/Projects/dotfiles-secrets/ssh/config
# Lang Environments
# Editorconfig
~/.editorconfig: dev-envs/.editorconfig
# JS
# ~/.config/yarn/global/package.json: dev-envs/js/package.json
# Python
# - pip:
# file: dev-envs/python/requirements3.txt
# binary: /usr/bin/pip3
# user: true
# stdout: false
# stderr: true
# - pipsi:
# file: dev-envs/python/requirements-pipsi.txt
# stdout: false
# stderr: true