configure wakatime plugin
This commit is contained in:
parent
e5e6cac049
commit
407246ca08
|
@ -0,0 +1 @@
|
||||||
|
files/private
|
|
@ -7,4 +7,4 @@ Development environment base packages:
|
||||||
|
|
||||||
## TODO
|
## TODO
|
||||||
|
|
||||||
* add wakatime key when configuring neovim
|
* add ssh keys to user so can use git - how to do securely??
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
Files in here are not kept under version control.
|
||||||
|
|
||||||
|
Sensitive files should be kept in here.
|
|
@ -52,3 +52,7 @@ EOSSH
|
||||||
ssh -T $ssh << EOSSH
|
ssh -T $ssh << EOSSH
|
||||||
chsh -s /usr/bin/zsh "$user"
|
chsh -s /usr/bin/zsh "$user"
|
||||||
EOSSH
|
EOSSH
|
||||||
|
|
||||||
|
echo "Configuring wakatime plugin .."
|
||||||
|
pwd
|
||||||
|
scp files/private/wakatime.cfg "$user@$domain:/home/$user/.wakatime.cfg"
|
||||||
|
|
Loading…
Reference in New Issue