Removed taskbook config

This commit is contained in:
Anthony Cicchetti 2019-07-30 08:53:56 -04:00
parent 0c1e74778b
commit af42bb3d0c
6 changed files with 1 additions and 107 deletions

View file

@ -1,15 +0,0 @@
{
"1": {
"_id": 1,
"_date": "Sat Nov 24 2018",
"_timestamp": 1543086648384,
"description": "Pragmatic Studio - Elm",
"isStarred": false,
"boards": [
"@Coding"
],
"_isTask": true,
"isComplete": false,
"priority": 1
}
}

View file

@ -1,26 +0,0 @@
{
"1": {
"_id": 1,
"_date": "Sat Nov 24 2018",
"_timestamp": 1543086411834,
"description": "4",
"isStarred": false,
"boards": [
"My Board"
],
"_isTask": true,
"isComplete": false,
"priority": 1
},
"2": {
"_id": 2,
"_date": "Sat Nov 24 2018",
"_timestamp": 1543086398303,
"description": "Test",
"isStarred": false,
"boards": [
"@Coding"
],
"_isTask": false
}
}

View file

@ -1,54 +0,0 @@
{
"1": {
"_id": 1,
"_date": "Sat Nov 24 2018",
"_timestamp": 1543086344934,
"description": "Pragmatic Studio - Elm",
"isStarred": false,
"boards": [
"@Coding"
],
"_isTask": true,
"isComplete": false,
"priority": 1
},
"2": {
"_id": 2,
"_date": "Sat Nov 24 2018",
"_timestamp": 1543086356430,
"description": "Pragmatic Studio - Elixir",
"isStarred": false,
"boards": [
"@Coding"
],
"_isTask": true,
"isComplete": false,
"priority": 1
},
"3": {
"_id": 3,
"_date": "Sat Nov 24 2018",
"_timestamp": 1543086368086,
"description": "Pragmatic Studio - Bingo Game",
"isStarred": false,
"boards": [
"@Coding"
],
"_isTask": true,
"isComplete": false,
"priority": 1
},
"4": {
"_id": 4,
"_date": "Wed Dec 12 2018",
"_timestamp": 1544641438779,
"description": "Make a Spring Boot App for Advent Of Code challenges",
"isStarred": false,
"boards": [
"@Coding"
],
"_isTask": true,
"isComplete": false,
"priority": 1
}
}

View file

@ -305,7 +305,7 @@ live_config_reload: true
# You can set `shell.program` to the path of your favorite shell, e.g. `/bin/fish`.
# Entries in `shell.args` are passed unmodified as arguments to the shell.
shell:
program: /usr/bin/zsh
program: /usr/local/bin/zsh
args:
- --login
# - "sleep 1 && tmux new -A -s DefaultSession"

View file

@ -19,12 +19,6 @@
state: link
force: yes
- name: Symlink taskbook.json
file:
src: ~/.dotfiles/taskbook.json
dest: ~/.taskbook.json
state: link
- name: Install SDKMan
shell: curl -s https://get.sdkman.io | zsh
args:

View file

@ -1,5 +0,0 @@
{
"taskbookDirectory": "~/.dotfiles",
"displayCompleteTasks": true,
"displayProgressOverview": true
}