From 5e4bc4696477b7a2c7b58161046283077fe313f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Br=C3=A9ard?= Date: Sun, 1 Aug 2021 13:04:20 +0200 Subject: [PATCH 1/3] Add CLI copy-paste utilities --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 468d923..b89c24f 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,8 @@ pacman -S grim pacman -S atril firefox gedit gimp handbrake kitty mpv openshot pcmanfm rhythmbox ristretto tumbler thunderbird vlc zathura # Fonts pacman -S noto-fonts noto-fonts-emoji ttf-dejavu ttf-inconsolata ttf-liberation +# Command-line copy/paste utilities +pacman -S wl-clipboard xclip ``` ``` sh From c1e03482aed62c5788d1dc2dc3317058f471f305 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Br=C3=A9ard?= Date: Sun, 1 Aug 2021 15:56:47 +0200 Subject: [PATCH 2/3] Switching from git checkout to git switch and restore --- .gitconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index 88bf4c4..2545329 100644 --- a/.gitconfig +++ b/.gitconfig @@ -10,7 +10,8 @@ default = simple [alias] - co = checkout + s = switch + r = restore df = diff --color-words br = branch ci = commit From 85debc64c2c7ad54fbe068df10d981d6c003ee59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Br=C3=A9ard?= Date: Mon, 2 Aug 2021 09:33:48 +0200 Subject: [PATCH 3/3] Remove Taskwarrior I don't use this software and its authors are actively scrapping GitHub in order to spam people with fundraising unsolicited emails. --- .taskrc | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 .taskrc diff --git a/.taskrc b/.taskrc deleted file mode 100644 index 70722ac..0000000 --- a/.taskrc +++ /dev/null @@ -1,31 +0,0 @@ -# [Created by task 2.5.3 5/10/2021 22:18:38] -# 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 - -# Files -data.location=~/.local/share/task - -# Color theme (uncomment one to use) -#include /usr/share/doc/task/rc/light-16.theme -#include /usr/share/doc/task/rc/light-256.theme -#include /usr/share/doc/task/rc/dark-16.theme -#include /usr/share/doc/task/rc/dark-256.theme -#include /usr/share/doc/task/rc/dark-red-256.theme -#include /usr/share/doc/task/rc/dark-green-256.theme -#include /usr/share/doc/task/rc/dark-blue-256.theme -#include /usr/share/doc/task/rc/dark-violets-256.theme -#include /usr/share/doc/task/rc/dark-yellow-green.theme -#include /usr/share/doc/task/rc/dark-gray-256.theme -#include /usr/share/doc/task/rc/dark-gray-blue-256.theme -#include /usr/share/doc/task/rc/solarized-dark-256.theme -#include /usr/share/doc/task/rc/solarized-light-256.theme -#include /usr/share/doc/task/rc/no-color.theme -