mirror of
https://github.com/rywng/dotfiles.git
synced 2024-11-22 10:51:49 +08:00
🔥 Chore | Remove unused files
This commit is contained in:
parent
88ab88bb63
commit
8ea71344c9
@ -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
|
|
||||||
|
|
@ -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 <gkeep77@protonmail.com>
|
|
||||||
|
|
||||||
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'
|
|
Loading…
Reference in New Issue
Block a user