Update scripts
This commit is contained in:
parent
4ca7d1bd01
commit
572a10c961
2 changed files with 6 additions and 2 deletions
|
@ -1,4 +1,8 @@
|
|||
#!/usr/bin/env bash
|
||||
set -e
|
||||
GIT_DIR=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd)
|
||||
(crontab -l 2>/dev/null; echo "* * * * * $GIT_DIR/commit.sh") | crontab -
|
||||
(crontab -l 2>/dev/null; echo "* * * * * $GIT_DIR/commit.sh") | crontab -
|
||||
|
||||
############################################################################
|
||||
# NOTE: commit signing must be turned off, or not require any interaction. #
|
||||
############################################################################
|
|
@ -12,4 +12,4 @@ cp $GIT_DIR/universal-shellrc.txt $HOME/.config/fish/conf.d/universal.fish
|
|||
cp -r $GIT_DIR/kitty/ $HOME/.config/
|
||||
cp -r $GIT_DIR/nvim/ $HOME/.config/
|
||||
mkdir $HOME/.gnupg
|
||||
cp -r $GIT_DIR/gnupg/* $HOME/.gnupg/
|
||||
cp -r $GIT_DIR/gnupg/* $HOME/.gnupg/
|
||||
|
|
Loading…
Reference in a new issue