From e525f9395898171524b659e826913f59d51feb9b Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Mon, 27 May 2019 14:10:45 +0200 Subject: [PATCH] Fix more folder names Signed-off-by: Severin Kaderli --- install | 1 - system/.config/custom/env | 2 +- system/.config/task/taskrc | 2 +- system/.local/bin/sync-tasks | 2 +- 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/install b/install index 6da98a0..bd8aca4 100755 --- a/install +++ b/install @@ -106,7 +106,6 @@ ADD_GROUPS=( # Array of systemd services which should be enabled SYSTEMD_SERVICES=( "cronie" - "docker" "NetworkManager" "org.cups.cupsd" "suspend" diff --git a/system/.config/custom/env b/system/.config/custom/env index 4868d56..422e4b7 100644 --- a/system/.config/custom/env +++ b/system/.config/custom/env @@ -50,7 +50,7 @@ export GEM_SPEC_CACHE="${XDG_CACHE_HOME}/gem/specs" mkdir -p "${XDG_DATA_HOME}/wine/prefixes" export WINEPREFIX="${XDG_DATA_HOME}/wine/prefixes/default" export SQLITE_HISTORY="${XDG_DATA_HOME}/sqlite_history" -export TASKDATA="${HOME}/Tasks" +export TASKDATA="${HOME}/tasks" export TASKRC="${XDG_CONFIG_HOME}/task/taskrc" export PARALLEL_HOME="$XDG_CONFIG_HOME/parallel" export CCACHE_CONFIGPATH="${XDG_CONFIG_HOME}/ccache.config" diff --git a/system/.config/task/taskrc b/system/.config/task/taskrc index 3d1ae9b..9183c8e 100644 --- a/system/.config/task/taskrc +++ b/system/.config/task/taskrc @@ -11,7 +11,7 @@ # Use the command 'task show' to see all defaults and overrides # Files -data.location=/home/severin/Tasks +data.location=/home/severin/tasks verbose=blank,footnote,label,new-id,affected,edit,special,project,sync,unwait report.todo.description=Tasks with now due date, overdue or due in the next 7 days diff --git a/system/.local/bin/sync-tasks b/system/.local/bin/sync-tasks index 1853b00..24fc1a2 100755 --- a/system/.local/bin/sync-tasks +++ b/system/.local/bin/sync-tasks @@ -7,7 +7,7 @@ # Severin Kaderli # # DESCRIPTION: -# Sync tasks in ~/Tasks using git +# Sync tasks in ~/tasks using git # # USAGE: # ./sync-tasks