configure wakatime plugin

This commit is contained in:
Ray Elliott 2020-09-04 20:20:07 +01:00
parent e5e6cac049
commit 407246ca08
4 changed files with 9 additions and 1 deletions

1
.gitignore vendored
View File

@ -0,0 +1 @@
files/private

View File

@ -7,4 +7,4 @@ Development environment base packages:
## TODO
* add wakatime key when configuring neovim
* add ssh keys to user so can use git - how to do securely??

3
files/private/README.md Normal file
View File

@ -0,0 +1,3 @@
Files in here are not kept under version control.
Sensitive files should be kept in here.

View File

@ -52,3 +52,7 @@ EOSSH
ssh -T $ssh << EOSSH
chsh -s /usr/bin/zsh "$user"
EOSSH
echo "Configuring wakatime plugin .."
pwd
scp files/private/wakatime.cfg "$user@$domain:/home/$user/.wakatime.cfg"