Remove (h|w)akatime

This commit is contained in:
Anthony Cicchetti 2021-02-16 16:49:59 -05:00
parent 446f2dabb3
commit 325c1e102a
4 changed files with 0 additions and 24 deletions

View file

@ -19,10 +19,6 @@
prompt: "Don you want emacs-plus?" prompt: "Don you want emacs-plus?"
private: no private: no
default: "no" default: "no"
- name: _hakatime_api_key
prompt: "What's your hakatime api key? (won't show up at the prompt)"
private: yes
default: ""
tasks: tasks:
- block: - block:
- name: Set dev machine fact - name: Set dev machine fact
@ -37,6 +33,3 @@
- name: Set emacs plus fact - name: Set emacs plus fact
set_fact: set_fact:
_emacs_plus: "{{ _emacs_plus }}" _emacs_plus: "{{ _emacs_plus }}"
- name: Set Hakatime api key fact
set_fact:
_hakatime_api_key: "{{ _hakatime_api_key }}"

View file

@ -21,7 +21,6 @@
- rust_extras: "{{ _rust_extras }}" - rust_extras: "{{ _rust_extras }}"
- nightly_neovim: "{{ _nightly_neovim }}" - nightly_neovim: "{{ _nightly_neovim }}"
- emacs_plus: "{{ _emacs_plus }}" - emacs_plus: "{{ _emacs_plus }}"
- hakatime_api_key: "{{ _hakatime_api_key }}"
- hosts: os_Fedora - hosts: os_Fedora
gather_facts: True gather_facts: True
@ -34,7 +33,6 @@
- dev_machine: "{{ _dev_machine }}" - dev_machine: "{{ _dev_machine }}"
- rust_extras: "{{ _rust_extras }}" - rust_extras: "{{ _rust_extras }}"
- nightly_neovim: "{{ _nightly_neovim }}" - nightly_neovim: "{{ _nightly_neovim }}"
- hakatime_api_key: "{{ _hakatime_api_key }}"
- hosts: os_Gentoo - hosts: os_Gentoo
gather_facts: True gather_facts: True
@ -47,7 +45,6 @@
- dev_machine: "{{ _dev_machine }}" - dev_machine: "{{ _dev_machine }}"
- rust_extras: "{{ _rust_extras }}" - rust_extras: "{{ _rust_extras }}"
- nightly_neovim: "{{ _nightly_neovim }}" - nightly_neovim: "{{ _nightly_neovim }}"
- hakatime_api_key: "{{ _hakatime_api_key }}"
- hosts: os_Funtoo - hosts: os_Funtoo
gather_facts: True gather_facts: True
@ -60,7 +57,6 @@
- dev_machine: "{{ _dev_machine }}" - dev_machine: "{{ _dev_machine }}"
- rust_extras: "{{ _rust_extras }}" - rust_extras: "{{ _rust_extras }}"
- nightly_neovim: "{{ _nightly_neovim }}" - nightly_neovim: "{{ _nightly_neovim }}"
- hakatime_api_key: "{{ _hakatime_api_key }}"
- hosts: os_Archlinux - hosts: os_Archlinux
gather_facts: True gather_facts: True
@ -73,7 +69,6 @@
- dev_machine: "{{ _dev_machine }}" - dev_machine: "{{ _dev_machine }}"
- rust_extras: "{{ _rust_extras }}" - rust_extras: "{{ _rust_extras }}"
- nightly_neovim: "{{ _nightly_neovim }}" - nightly_neovim: "{{ _nightly_neovim }}"
- hakatime_api_key: "{{ _hakatime_api_key }}"
- hosts: os_Ubuntu - hosts: os_Ubuntu
gather_facts: False gather_facts: False
@ -86,7 +81,6 @@
- dev_machine: "{{ _dev_machine }}" - dev_machine: "{{ _dev_machine }}"
- rust_extras: "{{ _rust_extras }}" - rust_extras: "{{ _rust_extras }}"
- nightly_neovim: "{{ _nightly_neovim }}" - nightly_neovim: "{{ _nightly_neovim }}"
- hakatime_api_key: "{{ _hakatime_api_key }}"
- hosts: os_openSUSE* - hosts: os_openSUSE*
gather_facts: True gather_facts: True
@ -99,5 +93,4 @@
- dev_machine: "{{ _dev_machine }}" - dev_machine: "{{ _dev_machine }}"
- rust_extras: "{{ _rust_extras }}" - rust_extras: "{{ _rust_extras }}"
- nightly_neovim: "{{ _nightly_neovim }}" - nightly_neovim: "{{ _nightly_neovim }}"
- hakatime_api_key: "{{ _hakatime_api_key }}"

View file

@ -46,13 +46,6 @@
path: ~/bin path: ~/bin
state: directory state: directory
- name: Lay down wakatime.cfg
when:
- hakatime_api_key != ''
template:
src: wakatime.cfg.j2
dest: ~/.wakatime.cfg
- name: Lay down .ideavimrc - name: Lay down .ideavimrc
file: file:
src: ~/.dotfiles/ideavim/ideavimrc src: ~/.dotfiles/ideavim/ideavimrc

View file

@ -1,3 +0,0 @@
[settings]
api_key={{ hakatime_api_key }}
api_url=https://hakatime.anthonycicchetti.com/api/v1/users/current/heartbeats.bulk