My configurations for the software I use

Move config files from data/configs to config

yemou 4a9257a0 08ecd823

+12
config/kak/templates/license-0bsd
···
+
Copyright (C) <year>, [copyright holder] <[email]>
+
+
Permission to use, copy, modify, and/or distribute this software for any purpose
+
with or without fee is hereby granted.
+
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
+
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
+
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
+
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
+
THIS SOFTWARE.
+22
config/kak/templates/license-bsd-2
···
+
Copyright (C) [year], [copyright holder] <[email]>
+
+
Redistribution and use in source and binary forms, with or without modification,
+
are permitted provided that the following conditions are met:
+
+
1. Redistributions of source code must retain the above copyright notice, this
+
list of conditions and the following disclaimer.
+
+
2. Redistributions in binary form must reproduce the above copyright notice,
+
this list of conditions and the following disclaimer in the documentation
+
and/or other materials provided with the distribution.
+
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
+
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
+
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+1 -1
data/configs/foot/foot.ini config/foot/foot.ini
···
# Alternatively I could create a wrapper script that uses an environment variable
-
include=~/.app/cache/thm/foot-colors.ini
+
include=~/.cache/thm/foot-colors.ini
font=monospace:size=10
pad=8x8 center
-2
data/configs/gtk-3.0/settings.ini
···
-
[Settings]
-
gtk-decoration-layout=close,maximize,minimize:menu
data/configs/kak-lsp/kak-lsp.toml config/kak-lsp/kak-lsp.toml
data/configs/kak/colors/theme-dark.kak config/kak/colors/theme-dark.kak
+10 -2
data/configs/kak/colors/theme.kak config/kak/colors/theme.kak
···
face global MenuInfo cyan,default+a
face global Information default,bright-yellow
face global Error default,bright-red+f
-
face global DiagnosticError magenta # I don't know what these control yet
-
face global DiagnosticWarning cyan # I don't know what these control yet
+
face global DiagnosticError red+b
+
# face global DiagnosticHint magenta # Unsure what this is being used for
+
# face global DiagnosticInfo magenta # Unsure what this is being used for
+
face global DiagnosticWarning yellow+b
face global StatusLine default,white
face global StatusLineMode magenta,default+b
face global StatusLineInfo blue,default+b
···
face global MatchingChar default,default+bu
face global Whitespace white,default+b
face global BufferPadding white,default+b
+
# face global InlayCodeLens magenta+b
+
face global LineFlagError red+b
+
# face global LineFlagHint magenta+b
+
# face global LineFlagInfo magenta+b
+
face global LineFlagWarning yellow+b
+
face global InlayHint bright-black+i
-4
data/configs/kak/filetype/gentoo.kak
···
-
# ebuild
-
hook global BufCreate .*\.ebuild %{
-
set-option buffer filetype sh
-
}
data/configs/kak/kakrc config/kak/kakrc
data/configs/kak/templates/ebuild config/kak/templates/ebuild
data/configs/kak/templates/ebuild-metadata config/kak/templates/ebuild-metadata
-10
data/configs/kak/templates/license-0bsd
···
-
Permission to use, copy, modify, and/or distribute this software for any
-
purpose with or without fee is hereby granted.
-
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
-
PERFORMANCE OF THIS SOFTWARE.
data/configs/kak/templates/license-unlicense config/kak/templates/license-unlicense
+2 -2
data/configs/loksh/alias config/loksh/alias
···
#!/bin/ksh
-
alias ls="ls -Fh --color=auto"
+
alias ls="ls -FAh --color=auto"
alias grep="grep --color=auto"
# Run something N amount of times
···
local n=$1; shift
until [[ $i -eq $n ]]
do
-
eval "$@"
+
eval "$*"
i=$((i+1))
done
}
data/configs/loksh/completions config/loksh/completions
data/configs/loksh/rc config/loksh/rc
data/configs/mpv/mpv.conf config/mpv/mpv.conf
data/configs/scr/config.sh config/scr/config.sh
+3 -3
data/configs/sway/config config/sway/config
···
# Put on ultrawide monitor limited to the center 1920x1080 area
input 1386:782:Wacom_Intuos_S_Pen map_to_region 960 1080 1920 1080
-
input 1133:50503:Logitech_USB_Receiver accel_profile flat
+
# input 1452:613:Apple_Inc._Magic_Trackpad tap enabled
input 1356:3570:Sony_Interactive_Entertainment_DualSense_Edge_Wireless_Controller_Touchpad {
events disabled
···
show_marks yes
tiling_drag enable
-
exec swayidle timeout 900 swaylock
-
exec wlsunset -l 33.9 -L -84.5
+
# exec swayidle timeout 900 swaylock
+
# exec wlsunset -l 33.9 -L -84.5
exec syncthing --no-browser
set {
data/configs/thm/scripts/reload-mako config/thm/scripts/reload-mako
data/configs/thm/scripts/reload-sway config/thm/scripts/reload-sway
data/configs/thm/templates/colors.css.template config/thm/templates/colors.css.template
data/configs/thm/templates/colors.sh.template config/thm/templates/colors.sh.template
data/configs/thm/templates/colors.template config/thm/templates/colors.template
+1 -1
data/configs/thm/templates/dark/foot-colors.ini.template config/thm/templates/dark/foot-colors.ini.template
···
-
include=~/.app/cache/thm/foot-colors-base.ini
+
include=~/.cache/thm/foot-colors-base.ini
[csd]
color=ff{fg_color}
data/configs/thm/templates/dark/sway-appearance.template config/thm/templates/dark/sway-appearance.template
data/configs/thm/templates/foot-colors-base.ini.template config/thm/templates/foot-colors-base.ini.template
data/configs/thm/templates/gtk.css.template config/thm/templates/gtk.css.template
+1 -1
data/configs/thm/templates/light/foot-colors.ini.template config/thm/templates/light/foot-colors.ini.template
···
-
include=~/.app/cache/thm/foot-colors-base.ini
+
include=~/.cache/thm/foot-colors-base.ini
[csd]
color=ff{bg_color}
data/configs/thm/templates/light/sway-appearance.template config/thm/templates/light/sway-appearance.template
data/configs/thm/templates/mako.template config/thm/templates/mako.template
data/configs/thm/templates/swaylock.template config/thm/templates/swaylock.template
data/configs/thm/themes/dark.theme config/thm/themes/dark.theme
data/configs/thm/themes/dark2.theme config/thm/themes/dark2.theme
data/configs/thm/themes/default-dark.theme config/thm/themes/default-dark.theme
data/configs/thm/themes/default-light.theme config/thm/themes/default-light.theme
data/configs/thm/themes/grayscale-light.theme config/thm/themes/grayscale-light.theme
data/configs/thm/themes/light.theme config/thm/themes/light.theme
data/configs/thm/themes/light2.theme config/thm/themes/light2.theme
data/configs/wayfire.ini config/wayfire.ini