Skip to content

Commit

Permalink
[interception] Get interception tools in dotdrop
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelRobitaille committed Apr 15, 2021
1 parent 8a125d8 commit bd423de
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ config:
actions:
pre:
oh_my_zsh_install: test -e ~/.oh-my-zsh/oh-my-zsh.sh || (rm -rf ~/.oh-my-zsh; sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)")
check_interception_vimproved: test -e /opt/interception-vimproved/interception-vimproved
nvim_plug_install: nvim +PlugInstall +qall
update_crontab: '(echo "# vim: nomodifiable"; echo "# Managed by dotdrop"; cat /tmp/dotdrop-crontab) | crontab -'

Expand Down Expand Up @@ -204,6 +205,12 @@ dotfiles:
dst: ~/.config/gtk-3.0/
src: ./gtk/

interception:
dst: /etc/interception/
src: ./interception
actions:
- check_interception_vimproved

latex_templates:
dst: ~/.local/templates/latex
src: ./latex_templates/
Expand Down Expand Up @@ -495,6 +502,7 @@ profiles:
root:
dotfiles:
- etc
- interception

Zeus:
include:
Expand Down

0 comments on commit bd423de

Please sign in to comment.