This repository has been archived on 2024-04-07. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/config.yaml

191 lines
3.8 KiB
YAML
Raw Normal View History

2020-10-08 21:31:32 +02:00
# _ _ _
# __| | ___ | |_ __| |_ __ ___ _ __
# / _` |/ _ \| __/ _` | '__/ _ \| '_ \
# | (_| | (_) | || (_| | | | (_) | |_) |
# \__,_|\___/ \__\__,_|_| \___/| .__/
# |_|
2020-06-20 18:58:49 +02:00
profiles:
i15:
variables:
key:
2020-09-19 23:26:04 +02:00
layout: colemak
2020-08-20 07:10:31 +02:00
left: n
down: e
up: i
right: o
2020-06-20 18:58:49 +02:00
next: l
2020-09-25 08:28:59 +02:00
tabL: U
tabR: Y
2020-09-19 23:26:04 +02:00
insertMode: s
2020-09-28 23:41:04 +02:00
insertQuit: kk
2020-06-20 18:58:49 +02:00
font:
mono: Fira Code
interface: Inter
2020-10-08 22:19:18 +02:00
theme:
icon: Papirus-Dark
gtk: materia-custom-accent-dark
cursor: capitaine-cursors
cursor_size: 24
2020-10-08 22:19:18 +02:00
color_dark: &dark # {{{
2020-10-08 21:31:32 +02:00
type: dark
2020-06-20 18:58:49 +02:00
accent: '#D9534F'
bg: '#202020'
bg_light: '#303030'
bg_dark: '#191919'
txt: '#ffffff'
nontxt: '#252525'
2020-06-22 01:28:39 +02:00
normal:
2020-06-23 22:09:22 +02:00
black: '#555555'
red: '#D54E53'
green: '#B9CA4A'
yellow: '#E6C547'
blue: '#7AA6DA'
magenta: '#C397D8'
cyan: '#70C0BA'
white: '#EAEAEA'
2020-10-08 21:31:32 +02:00
# }}}
color: *dark
2020-06-22 01:28:39 +02:00
bar: waybar
2020-06-20 18:58:49 +02:00
bar_pos: top
2020-10-08 21:20:14 +02:00
dotfiles:
- ALL
2020-10-08 21:31:32 +02:00
config: # {{{
backup: false
banner: false
keepdot: false
link_dotfile_default: nolink
link_on_import: nolink
longkey: false
default_actions:
- notify
func_file:
- funcs.py
# }}}
dotfiles: # {{{
2020-06-20 18:58:49 +02:00
nvim:
2020-06-25 17:09:48 +02:00
src: nvim
2020-06-20 18:58:49 +02:00
dst: ~/.config/nvim
2020-06-23 22:09:22 +02:00
actions:
2020-09-20 02:33:48 +02:00
- vimplug
2020-06-23 16:52:48 +02:00
sway:
2020-06-25 17:09:48 +02:00
src: sway.conf
2020-06-20 18:58:49 +02:00
dst: ~/.config/sway/config
2020-06-23 22:09:22 +02:00
actions:
2020-09-20 02:33:48 +02:00
- reload_sway
2020-06-23 16:52:48 +02:00
fish:
2020-06-25 17:09:48 +02:00
src: fish.fish
2020-06-20 18:58:49 +02:00
dst: ~/.config/fish/config.fish
2020-06-23 16:52:48 +02:00
mako:
2020-06-25 17:09:48 +02:00
src: mako.conf
2020-06-20 18:58:49 +02:00
dst: ~/.config/mako/config
actions:
- makoreload
2020-06-23 16:52:48 +02:00
waybar:
2020-06-25 17:09:48 +02:00
src: waybar
2020-06-20 18:58:49 +02:00
dst: ~/.config/waybar
2020-07-04 01:38:41 +02:00
actions:
2020-09-20 02:33:48 +02:00
- reload_sway
2020-06-23 22:09:22 +02:00
kitty:
2020-06-25 17:09:48 +02:00
src: kitty.conf
2020-06-20 18:58:49 +02:00
dst: ~/.config/kitty/kitty.conf
2020-06-23 22:09:22 +02:00
qutebrowser:
2020-06-25 17:09:48 +02:00
src: qutebrowser.py
2020-06-20 18:58:49 +02:00
dst: ~/.config/qutebrowser/config.py
2020-06-23 16:52:48 +02:00
lesskey:
2020-06-20 18:58:49 +02:00
src: lesskey
dst: ~/.lesskey
actions:
- lesskey
scripts:
src: scripts
dst: ~/.local/bin
2020-06-23 16:52:48 +02:00
wofi:
2020-06-25 17:09:48 +02:00
src: wofi
2020-06-20 18:58:49 +02:00
dst: ~/.config/wofi
2020-06-23 16:52:48 +02:00
ranger:
2020-06-25 17:09:48 +02:00
src: ranger
2020-06-20 18:58:49 +02:00
dst: ~/.config/ranger
2020-09-25 22:16:05 +02:00
actions:
- ranger_icons
2020-06-23 16:52:48 +02:00
zathura:
2020-06-25 17:09:48 +02:00
src: zathura.conf
2020-06-20 18:58:49 +02:00
dst: ~/.config/zathura/zathurarc
2020-06-23 16:52:48 +02:00
wallpapers:
2020-06-20 18:58:49 +02:00
src: wallpapers
dst: ~/.local/share/wallpapers
mime:
src: mime/
dst: ~/
2020-06-23 22:09:22 +02:00
fusuma:
2020-06-25 17:09:48 +02:00
src: fusuma.yml
2020-06-21 00:07:53 +02:00
dst: ~/.config/fusuma/config.yml
2020-06-23 22:09:22 +02:00
alacritty:
2020-06-25 17:09:48 +02:00
src: alacritty.yml
2020-06-22 01:28:39 +02:00
dst: ~/.config/alacritty.yml
2020-06-23 16:52:48 +02:00
mpd:
2020-06-25 17:09:48 +02:00
src: mpd.conf
2020-06-22 21:06:08 +02:00
dst: ~/.config/mpd/mpd.conf
2020-07-02 06:46:11 +02:00
dav:
src: dav/
dst: ~/.config
2020-07-04 01:38:41 +02:00
mutt:
src: neomutt/
dst: ~/.config/neomutt/
2020-07-11 04:33:04 +02:00
crontab:
src: crontab
dst: ~/.local/share/crontab
actions:
2020-09-20 02:33:48 +02:00
- crontab_install
2020-07-13 05:05:05 +02:00
theme:
src: theme
dst: ~/
2020-07-20 01:07:38 +02:00
kanshi:
src: kanshi
dst: ~/.config/kanshi/config
2020-07-24 07:19:32 +02:00
imv:
src: imv.conf
dst: ~/.config/imv/config
mpv:
2020-09-20 02:33:48 +02:00
src: mpv.conf
2020-07-24 07:19:32 +02:00
dst: ~/.config/mpv/mpv.conf
actions:
2020-09-20 02:33:48 +02:00
- sponsorblock
2020-08-20 07:10:31 +02:00
blender:
src: blenderTheme.xml
2020-09-25 07:33:20 +02:00
dst: ~/.config/blender/2.90/scripts/presets/interface_theme/blenderTheme.xml
2020-09-20 02:33:48 +02:00
clang-format:
src: clang-format
dst: ~/.clang-format
2020-10-08 21:31:32 +02:00
# }}}
actions: #{{{
2020-06-20 18:58:49 +02:00
notify: notify-send "Updating dotfiles"
makoreload: makoctl reload
lesskey: lesskey
2020-06-23 22:09:22 +02:00
reload_sway: swaymsg reload
vimplug: >
2020-06-24 05:34:06 +02:00
nvim
+PlugUpgrade
+PlugInstall
+PlugUpdate
+qall
&> /dev/null
2020-07-11 04:33:04 +02:00
crontab_install: |
crontab -r
crontab ~/.local/share/crontab
2020-07-24 07:19:32 +02:00
sponsorblock: >
2020-09-30 03:58:12 +02:00
test -d ~/.config/mpv/scripts/sponsorblock_shared ||
2020-07-24 07:19:32 +02:00
git clone
https://github.com/po5/mpv_sponsorblock
2020-09-30 03:58:12 +02:00
~/.config/mpv/scripts;
rm -f
~/.config/mpv/scripts/LICENSE
~/.config/mpv/scripts/README.md
2020-09-25 22:16:05 +02:00
ranger_icons:
git clone
https://github.com/alexanderjeurissen/ranger_devicons
~/.config/ranger/plugins/ranger_devicons
2020-10-08 21:31:32 +02:00
# }}}
# vim: fdm=marker