config

OpenBSD system configuration
git clone git://jacobedwards.org/config
Log | Files | Refs | README

commit 29738239b17d785c02204b7b33a3eb46b8cd350e
parent 4546f56601260097051a9dfcc64fb0a609771040
Author: jacob@thinkpad <jacobouno@protonmail.com>
Date:   Mon, 30 Mar 2020 15:57:17 -0700

init; broot

Diffstat:
Mbackup/.config/backup/thinkpad.conf | 1+
Abroot/.config/broot/conf.toml | 152+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Abroot/.config/broot/launcher/bash/br | 2++
Abroot/.config/broot/launcher/installed-v1 | 4++++
Mgtk/.config/gtk-2.0/gtkfilechooser.ini | 6+++---
Mqutebrowser/.config/qutebrowser/qsettings/QtProject.conf | 6+++---
6 files changed, 165 insertions(+), 6 deletions(-)

diff --git a/backup/.config/backup/thinkpad.conf b/backup/.config/backup/thinkpad.conf @@ -14,6 +14,7 @@ location=/home/backup/mirrors/$HOSTNAME/ [exclude] own/privite +snapshots dl .cache/mozilla/ .cache/yay/ diff --git a/broot/.config/broot/conf.toml b/broot/.config/broot/conf.toml @@ -0,0 +1,152 @@ + +############################################################### +# This configuration file lets you +# - define new commands +# - change the shortcut or triggering keys of built-in verbs +# - change the colors +# - set default values for flags +# +# Configuration documentation is available at +# https://dystroy.org/broot +############################################################### + +############################################################### +# Default flags +# You can set up flags you want broot to start with by +# default, for example `default_flags="ihp"` if you usually want +# to see hidden and gitignored files and the permissions (then +# if you don't want the hidden files you can launch `br -H`) +# A popular flag is the `g` one which displays git related info. +# +default_flags = "" + +############################################################### +# Verbs and shortcuts + +# If $EDITOR isn't set on your computer, you should either set it using +# something similar to +# export EDITOR=/usr/bin/nvim +# or just replace it with your editor of choice in the 'execution' +# pattern. +# Example: +# execution = "/usr/bin/nvim {file}" +# +[[verbs]] +invocation = "edit" +key = "F2" +shortcut = "e" +execution = "$EDITOR {file}" + +[[verbs]] +key = "ctrl-c" +execution = ":quit" + +[[verbs]] +invocation = "create {subpath}" +execution = "$EDITOR {directory}/{subpath}" + +[[verbs]] +invocation = "git_diff" +shortcut = "gd" +execution = "git diff {file}" + +[[verbs]] +invocation = "ranger" +key = "F3" +shortcut = "r" +execution = "ranger {directory}" +# If $PAGER isn't set on your computer, you should either set it +# or just replace it with your viewer of choice in the 'execution' +# pattern. +# Example: +# execution = "less {file}" +[[verbs]] +name = "view" +invocation = "view" +execution = "$PAGER {file}" + +# If you uncomment the two next shortcuts, the left +# and right arrow keys will be used to go to the parent +# directory or to open a selected one: +# +# [[verbs]] +# key = "left" +# execution = ":parent" +# +# [[verbs]] +# key = "right" +# execution = ":focus" + +# Another popular set of shorctuts for going up and down: +# +[[verbs]] +key = "ctrl-j" +execution = ":line_down" +# +[[verbs]] +key = "ctrl-k" +execution = ":line_up" +# +[[verbs]] +key = "ctrl-d" +execution = ":page_down" +# +[[verbs]] +key = "ctrl-u" +execution = ":page_up" + +# If you develop using git, you might like to often switch +# to the "git status" filter: +# +# [[verbs]] +# key = "ctrl-g" +# execution = ":toggle_git_status" + +############################################################### +# Skin +# If you want to change the colors of broot, +# uncomment the following bloc and start messing +# with the various values. +# Note that some of those colors might not correcly +# render on terminals with low capabilities. +# + +# [skin] +# default = "gray(20) gray(1)" +# tree = "rgb(89, 73, 101) none" +# file = "gray(21) none" +# directory = "rgb(255, 152, 0) none bold" +# exe = "rgb(17, 164, 181) none" +# link = "Magenta none" +# pruning = "rgb(89, 73, 101) none Italic" +# perm__ = "gray(5) None" +# perm_r = "ansi(94) None" +# perm_w = "ansi(132) None" +# perm_x = "ansi(65) None" +# owner = "gray(12) none" +# group = "gray(12) none" +# selected_line = "none gray(3)" +# char_match = "yellow none" +# file_error = "Red none" +# flag_label = "gray(16) none" +# flag_value = "rgb(255, 152, 0) none bold" +# input = "White none" +# status_error = "Red gray(2)" +# status_job = "ansi(220) gray(5)" +# status_normal = "gray(20) gray(3)" +# status_italic = "rgb(255, 152, 0) None" +# status_bold = "rgb(255, 152, 0) None bold" +# status_code = "ansi(229) gray(5)" +# status_ellipsis = "gray(19) gray(1)" +# scrollbar_track = "rgb(80, 50, 0) none" +# scrollbar_thumb = "rgb(255, 187, 0) none" +# help_paragraph = "gray(20) none" +# help_bold = "rgb(255, 187, 0) none bold" +# help_italic = "Magenta rgb(30, 30, 40) italic" +# help_code = "gray(21) gray(3)" +# help_headers = "rgb(255, 187, 0) none" + +# You may find other skins on +# https://dystroy.org/broot/documentation/configuration/#colors +# for example a skin suitable for white backgrounds + diff --git a/broot/.config/broot/launcher/bash/br b/broot/.config/broot/launcher/bash/br @@ -0,0 +1 @@ +/home/jacob/.local/share/broot/launcher/bash/1 +\ No newline at end of file diff --git a/broot/.config/broot/launcher/installed-v1 b/broot/.config/broot/launcher/installed-v1 @@ -0,0 +1,4 @@ + +This file tells broot the installation of the br function was done. +If there's a problem and you want to install it again run + broot -- install diff --git a/gtk/.config/gtk-2.0/gtkfilechooser.ini b/gtk/.config/gtk-2.0/gtkfilechooser.ini @@ -2,10 +2,10 @@ LocationMode=path-bar ShowHidden=false ShowSizeColumn=true -GeometryX=209 -GeometryY=53 +GeometryX=418 +GeometryY=2 GeometryWidth=948 -GeometryHeight=641 +GeometryHeight=744 SortColumn=name SortOrder=ascending StartupMode=recent diff --git a/qutebrowser/.config/qutebrowser/qsettings/QtProject.conf b/qutebrowser/.config/qutebrowser/qsettings/QtProject.conf @@ -1,7 +1,7 @@ [FileDialog] -history=file:///home/jacob -lastVisited=file:///home/jacob -qtVersion=5.14.0 +history=file:///home/jacob, file:///home/jacob/tux-project, file:///home/jacob/dl/tux +lastVisited=file:///home/jacob/dl/tux +qtVersion=5.14.1 shortcuts=file:, file:///home/jacob sidebarWidth=90 treeViewHeader=@ByteArray(\0\0\0\xff\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x1\xec\0\0\0\x4\x1\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x64\xff\xff\xff\xff\0\0\0\x81\0\0\0\0\0\0\0\x4\0\0\0\xff\0\0\0\x1\0\0\0\0\0\0\0?\0\0\0\x1\0\0\0\0\0\0\0@\0\0\0\x1\0\0\0\0\0\0\0n\0\0\0\x1\0\0\0\0\0\0\x3\xe8\0\xff\xff\xff\xff)