Removed taskbook config
This commit is contained in:
parent
0c1e74778b
commit
af42bb3d0c
6 changed files with 1 additions and 107 deletions
|
@ -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
|
||||
}
|
||||
}
|
|
@ -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
|
||||
}
|
||||
}
|
|
@ -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
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"taskbookDirectory": "~/.dotfiles",
|
||||
"displayCompleteTasks": true,
|
||||
"displayProgressOverview": true
|
||||
}
|
Loading…
Add table
Reference in a new issue