diff --git a/.config/task/taskrc b/.config/task/taskrc deleted file mode 100644 index ff37f35..0000000 --- a/.config/task/taskrc +++ /dev/null @@ -1,33 +0,0 @@ -# [Created by task 2.5.3 9/17/2021 21:55:33] -# Taskwarrior program configuration file. -# For more documentation, see http://taskwarrior.org or try 'man task', 'man task-color', -# 'man task-sync' or 'man taskrc' - -# Here is an example of entries that use the default, override and blank values -# variable=foo -- By specifying a value, this overrides the default -# variable= -- By specifying no value, this means no default -# #variable=foo -- By commenting out the line, or deleting it, this uses the default - -# Use the command 'task show' to see all defaults and overrides - -verbose=blank,header,footnote,label,new-id,affected,edit,special,project,sync,unwait,recur - -# Files -data.location=~/.config/task/tasks - -# Color theme (uncomment one to use) -#include /usr/share/task/rc/light-16.theme -#include /usr/share/task/rc/light-256.theme -include /usr/share/task/rc/dark-16.theme -#include /usr/share/task/rc/dark-256.theme -#include /usr/share/task/rc/dark-red-256.theme -#include /usr/share/task/rc/dark-green-256.theme -#include /usr/share/task/rc/dark-blue-256.theme -#include /usr/share/task/rc/dark-violets-256.theme -#include /usr/share/task/rc/dark-yellow-green.theme -#include /usr/share/task/rc/dark-gray-256.theme -#include /usr/share/task/rc/dark-gray-blue-256.theme -#include /usr/share/task/rc/solarized-dark-256.theme -#include /usr/share/task/rc/solarized-light-256.theme -#include /usr/share/task/rc/no-color.theme - diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf deleted file mode 100644 index bf6b6dc..0000000 --- a/.config/tmux/tmux.conf +++ /dev/null @@ -1,41 +0,0 @@ -# plugins -set -g @plugin 'tmux-plugins/tpm' -set -g @plugin 'tmux-plugins/tmux-sensible' -#set -g @plugin "arcticicestudio/nord-tmux" -#set -g @plugin 'tmux-plugins/tmux-prefix-highlight' - -# FILE: iceberg_minimal.tmux.conf -# REPO: https://github.com/gkeep/iceberg-dark -# MAINTAINER: gkeep - -set -g status-position bottom -set -g status-justify centre -set -g status-style "bg=#474f54" -set -g window-style "" -set -g window-active-style "" - -# modules -module_left_1="#h" -module_left_2="#{client_width}x#{client_height}" - -module_right_1="%a %d %b" -module_right_2="%R %Z" - -set -g status-left " #[fg=#bfddb2]$module_left_1 #[fg=#767b82]$module_left_2" -set -g status-left-style "" -set -g status-left-length 50 - -set -g status-right "$module_right_1 #[fg=#bfddb2]$module_right_2 " -set -g status-right-style "fg=#767b82" -set -g status-right-length 25 - -set -g window-status-current-style "bold" -set -g window-status-style "fg=#767b82" -set -g window-status-format " #[fg=#bfddb2]#{?#{==:#W,fish},#{b:pane_current_path},#W}#F " -set -g window-status-current-format " #[fg=#bfddb2]#{?#{==:#W,fish},#{b:pane_current_path},#W}#F " -set -g window-status-separator "" - -set -g pane-active-border-style "fg=#767b82" -set -g pane-border-style "fg=#767b82" - -run '~/.tmux/plugins/tpm/tpm'