Merge branch 'main' of ssh://github.com/breard-r/dotfiles
This commit is contained in:
commit
4927b7f551
3 changed files with 4 additions and 32 deletions
|
@ -10,7 +10,8 @@
|
|||
default = simple
|
||||
|
||||
[alias]
|
||||
co = checkout
|
||||
s = switch
|
||||
r = restore
|
||||
df = diff --color-words
|
||||
br = branch
|
||||
ci = commit
|
||||
|
|
31
.taskrc
31
.taskrc
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue