Fix more folder names
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
ee60d3cb64
commit
e525f93958
4 changed files with 3 additions and 4 deletions
1
install
1
install
|
@ -106,7 +106,6 @@ ADD_GROUPS=(
|
||||||
# Array of systemd services which should be enabled
|
# Array of systemd services which should be enabled
|
||||||
SYSTEMD_SERVICES=(
|
SYSTEMD_SERVICES=(
|
||||||
"cronie"
|
"cronie"
|
||||||
"docker"
|
|
||||||
"NetworkManager"
|
"NetworkManager"
|
||||||
"org.cups.cupsd"
|
"org.cups.cupsd"
|
||||||
"suspend"
|
"suspend"
|
||||||
|
|
|
@ -50,7 +50,7 @@ export GEM_SPEC_CACHE="${XDG_CACHE_HOME}/gem/specs"
|
||||||
mkdir -p "${XDG_DATA_HOME}/wine/prefixes"
|
mkdir -p "${XDG_DATA_HOME}/wine/prefixes"
|
||||||
export WINEPREFIX="${XDG_DATA_HOME}/wine/prefixes/default"
|
export WINEPREFIX="${XDG_DATA_HOME}/wine/prefixes/default"
|
||||||
export SQLITE_HISTORY="${XDG_DATA_HOME}/sqlite_history"
|
export SQLITE_HISTORY="${XDG_DATA_HOME}/sqlite_history"
|
||||||
export TASKDATA="${HOME}/Tasks"
|
export TASKDATA="${HOME}/tasks"
|
||||||
export TASKRC="${XDG_CONFIG_HOME}/task/taskrc"
|
export TASKRC="${XDG_CONFIG_HOME}/task/taskrc"
|
||||||
export PARALLEL_HOME="$XDG_CONFIG_HOME/parallel"
|
export PARALLEL_HOME="$XDG_CONFIG_HOME/parallel"
|
||||||
export CCACHE_CONFIGPATH="${XDG_CONFIG_HOME}/ccache.config"
|
export CCACHE_CONFIGPATH="${XDG_CONFIG_HOME}/ccache.config"
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
# Use the command 'task show' to see all defaults and overrides
|
# Use the command 'task show' to see all defaults and overrides
|
||||||
|
|
||||||
# Files
|
# Files
|
||||||
data.location=/home/severin/Tasks
|
data.location=/home/severin/tasks
|
||||||
verbose=blank,footnote,label,new-id,affected,edit,special,project,sync,unwait
|
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
|
report.todo.description=Tasks with now due date, overdue or due in the next 7 days
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
# Severin Kaderli <severin@kaderli.dev>
|
# Severin Kaderli <severin@kaderli.dev>
|
||||||
#
|
#
|
||||||
# DESCRIPTION:
|
# DESCRIPTION:
|
||||||
# Sync tasks in ~/Tasks using git
|
# Sync tasks in ~/tasks using git
|
||||||
#
|
#
|
||||||
# USAGE:
|
# USAGE:
|
||||||
# ./sync-tasks
|
# ./sync-tasks
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue