diff --git a/.taskbook/.taskbook/storage/storage.json b/.taskbook/.taskbook/storage/storage.json deleted file mode 100644 index de2019d..0000000 --- a/.taskbook/.taskbook/storage/storage.json +++ /dev/null @@ -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 - } -} \ No newline at end of file diff --git a/.taskbook/archive/archive.json b/.taskbook/archive/archive.json deleted file mode 100644 index ece33a2..0000000 --- a/.taskbook/archive/archive.json +++ /dev/null @@ -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 - } -} \ No newline at end of file diff --git a/.taskbook/storage/storage.json b/.taskbook/storage/storage.json deleted file mode 100644 index 1c2a927..0000000 --- a/.taskbook/storage/storage.json +++ /dev/null @@ -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 - } -} \ No newline at end of file diff --git a/alacritty/alacritty.yml b/alacritty/alacritty.yml index a26188f..d3c1186 100644 --- a/alacritty/alacritty.yml +++ b/alacritty/alacritty.yml @@ -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" diff --git a/playbooks/roles/common/tasks/main.yml b/playbooks/roles/common/tasks/main.yml index 421dd87..e8008b2 100644 --- a/playbooks/roles/common/tasks/main.yml +++ b/playbooks/roles/common/tasks/main.yml @@ -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: diff --git a/taskbook.json b/taskbook.json deleted file mode 100644 index 0d5af5f..0000000 --- a/taskbook.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "taskbookDirectory": "~/.dotfiles", - "displayCompleteTasks": true, - "displayProgressOverview": true -}