-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.conf.yaml
59 lines (55 loc) · 2.05 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
54
55
56
57
58
59
- clean: ['~']
- defaults:
link:
create: true
relink: true
force: true
shell:
stdout: true
stderr: true
- shell:
- sudo ./install-sudo
- ./bin/gen-xmobarrc > ~/.xmobarrc
- "[ -d ~/.oh-my-zsh ] || sh -c \"$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)\""
- "[ -d ~/.oh-my-zsh/custom/plugins/artisan ] || git clone https://github.com/jessarcher/zsh-artisan.git ~/.oh-my-zsh/custom/plugins/artisan"
- "[ -d ~/.oh-my-zsh/custom/themes/powerlevel10k ] || git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k"
- link:
~/.bash_aliases: aliases
~/.config/bat: config/bat
~/.config/chromium-flags.conf: config/chromium-flags.conf
~/.config/direnv/direnv.toml: config/direnv.toml
~/.config/dunst: config/dunst
~/.config/fontconfig: config/fontconfig
~/.config/gtk-3.0: config/gtk-3.0
~/.config/mimeapps.list: config/mimeapps.list
~/.config/nvim: vim
~/.config/phpactor: config/phpactor
~/.config/polybar: config/polybar
~/.config/termite: config/termite
~/.dircolors: dircolors
~/.floorc.json: floorc.json
~/.gitconfig: gitconfig
~/.gitignore_global: gitignore_global
~/.git_templates: git_templates
~/.myclirc: myclirc
~/.pathrc: pathrc
~/.p10k.zsh: p10k.zsh
~/.ssh/config: ssh_config
~/.tmux.conf: tmux.conf
~/.vim: vim
~/.xinitrc: xinitrc
~/.Xmodmap: Xmodmap
~/.xmonad: xmonad
~/.Xresources: Xresources
~/.weechat: weechat
~/.zshrc: zshrc
~/bin: bin
~/dev/aware3/web/project.vim: vim/a3.vim
~/dev/ay-backend/project.vim: vim/ally.vim
~/dev/ct-api/project.vim: vim/caretime.vim
#- shell:
# -
# - git update-submodules
# - Install/update submodules
# - sudo cp etc/systemd/system/systemd-logind.service.d/override.conf /etc/systemd/system/systemd-logind.service.d/override.conf
# - git clone https://github.com/jessarcher/zsh-artisan.git ~/.oh-my-zsh/custom/plugins/artisan