-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.conf.yaml
30 lines (27 loc) · 936 Bytes
/
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
- defaults:
link:
relink: true
- clean: ['~']
- link:
~/.dotfiles: ''
~/.oh-my-zsh: oh-my-zsh
~/.oh-my-zsh/custom: oh-my-zsh_custom
~/.tmux.conf: tmux.conf
~/.config/awesome: awesome
~/.vim: vim
~/.config/nvim: vim
~/.vimrc: vimrc
~/.zshrc: zshrc
~/.real_zshrc: real_zshrc
~/.local: local
~/.startup: startup
- shell:
- [git submodule update --init --recursive, Installing submodules]
-
command: sh -c "if [[ -f /bin/bash && -f /usr/bin/curl && ! -d "$HOME/n" ]]; then curl -s -L https://git.io/n-install | bash -s -- -y; else echo 'Skipping because ~/n folder exists'; fi"
stdout: true
stderr: true
-
command: sh -c "if [[ -f /usr/bin/xdg_menu && ! -f $HOME/.config/awesome/archmenu.lua ]]; then /usr/bin/xdg_menu --format awesome --root-menu /etc/xdg/menus/arch-applications.menu >~/.config/awesome/archmenu.lua; fi"
stdout: true
stderr: true