61 lines
1.5 KiB
YAML
61 lines
1.5 KiB
YAML
- shell:
|
|
-
|
|
command: chsh -s "$(command -v zsh)"
|
|
description: Changing login shell to zsh
|
|
-
|
|
command: meta/git-remote
|
|
description: Updating git remote to use ssh
|
|
stderr: true
|
|
-
|
|
command: meta/submodules --init
|
|
description: Pulling all submodules
|
|
stdout: true
|
|
stderr: true
|
|
-
|
|
command: meta/archive
|
|
description: Archiving all files in ~/.config before overwriting them
|
|
stdout: true
|
|
stderr: true
|
|
-
|
|
command: .local/bin/fzf-repo/install --bin
|
|
description: Pulling fzf binary
|
|
stdout: true
|
|
stderr: true
|
|
-
|
|
command: cd .config/zsh/plugins/stderred && make
|
|
description: Building stderred
|
|
stdout: true
|
|
stderr: true
|
|
-
|
|
command: cd .config/vim/pack/plugins/opt/coc.nvim && yarn install --frozen-lockfile
|
|
description: Installing coc.nvim
|
|
stdout: true
|
|
stderr: true
|
|
- link:
|
|
~/.xinitrc:
|
|
path: .xinitrc
|
|
~/.zshenv:
|
|
path: .zshenv
|
|
~/.config/:
|
|
create: true
|
|
glob: true
|
|
path: .config/*
|
|
~/.local/bin/:
|
|
create: true
|
|
glob: true
|
|
path: .local/bin/*
|
|
~/.local/share/man/man1/:
|
|
create: true
|
|
glob: true
|
|
path: .local/share/man/man1/*
|
|
~/.local/share/nvim/site/pack:
|
|
create: true
|
|
path: .config/vim/pack
|
|
~/.local/share/gnupg/gpg-agent.conf:
|
|
create: true
|
|
path: .local/share/gnupg/gpg-agent.conf
|
|
.git/hooks/:
|
|
create: true
|
|
glob: true
|
|
path: meta/git/hooks/*
|