From 9a6ca2b60e8defbccb4218ddd9590c0752f741f9 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 22 Jun 2025 11:10:14 +0300 Subject: Update --- dotfiles/Rexfile | 7 ------- dotfiles/fish/conf.d/taskwarrior.fish | 16 ++++++++-------- 2 files changed, 8 insertions(+), 15 deletions(-) diff --git a/dotfiles/Rexfile b/dotfiles/Rexfile index 72fd9b7..6197018 100644 --- a/dotfiles/Rexfile +++ b/dotfiles/Rexfile @@ -117,7 +117,6 @@ task 'pkg_fedora', sub { ruby strace task2 - vit tig tmux dialect @@ -148,12 +147,6 @@ task 'home_scripts', sub { ensure "$DOT/scripts/*" => "$HOME/scripts/", '0750' } desc 'Install ~/.ssh files'; task 'home_ssh', sub { ensure "$DOT/ssh/config" => "$HOME/.ssh/config", '0600' }; -desc 'Install vit configuration'; -task 'home_vit', sub { - file "$HOME/.vit" => ensure => 'directory', mode => '0750'; - ensure "$DOT/vit/config.ini" => "$HOME/.vit/config.ini", '0600'; -}; - desc 'Install BASH configuration'; task 'home_bash', sub { ensure "$DOT/bash/bash_profile" => "$HOME/.bash_profile"; diff --git a/dotfiles/fish/conf.d/taskwarrior.fish b/dotfiles/fish/conf.d/taskwarrior.fish index 28a3f19..6455bb3 100644 --- a/dotfiles/fish/conf.d/taskwarrior.fish +++ b/dotfiles/fish/conf.d/taskwarrior.fish @@ -46,7 +46,7 @@ function taskwarrior::add::track if test (count $argv) -gt 0 task add priority:L +personal +track $argv else - vit +track + tasksamurai +track end end @@ -64,7 +64,7 @@ function taskwarrior::add::standup end else - vit +standup + tasksamurai +standup end end @@ -120,10 +120,10 @@ abbr -a t task abbr -a L 'task add +log' abbr -a tlog 'task add +log' abbr -a log 'task add +log' -abbr -a tdue 'vit status:pending due.before:now' -abbr -a thome 'vit +home' -abbr -a tasks 'vit -track' -abbr -a tread 'vit +read' +abbr -a tdue 'tasksamurai status:pending due.before:now' +abbr -a thome 'tasksamurai +home' +abbr -a tasks 'tasksamurai -track' +abbr -a tread 'tasksamurai +read' abbr -a track 'taskwarrior::add::track' abbr -a tra 'taskwarrior::add::track' abbr -a tfind 'taskwarrior::fuzzy::find' @@ -131,8 +131,8 @@ abbr -a topen 'taskwarrior::url::open' # Virtual standup abbrs abbr -a V 'taskwarrior::add::standup' -abbr -a Vstorage 'vit +standup +storage' -abbr -a Vsre 'vit +standup +sre' +abbr -a Vstorage 'tasksamurai +standup +storage' +abbr -a Vsre 'tasksamurai +standup +sre' abbr -a Ved 'taskwarrior::add::standup::editor' taskwarrior::due::count -- cgit v1.2.3