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

134 lines
2.5 KiB
YAML
Raw Normal View History

2020-06-20 18:58:49 +02:00
config:
backup: true
banner: false
dotpath: dotfiles
keepdot: false
link_dotfile_default: nolink
link_on_import: nolink
longkey: false
default_actions:
- notify
profiles:
i15:
dotfiles:
- nvim
2020-06-23 16:52:48 +02:00
- sway
- fish
- mako
- waybar
2020-06-23 22:09:22 +02:00
- kitty
- qutebrowser
2020-06-23 16:52:48 +02:00
- lesskey
2020-06-20 18:58:49 +02:00
- scripts
2020-06-23 16:52:48 +02:00
- wofi
- ranger
- zathura
- wallpapers
2020-06-20 18:58:49 +02:00
- mime
2020-06-23 22:09:22 +02:00
- fusuma
- alacritty
2020-06-23 16:52:48 +02:00
- mpd
2020-06-20 18:58:49 +02:00
variables:
key:
left: h
down: t
up: n
right: s
next: l
font:
mono: Fira Code
interface: Inter
color:
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-06-22 01:28:39 +02:00
bar: waybar
2020-06-20 18:58:49 +02:00
bar_pos: top
dotfiles:
nvim:
src: config/nvim
dst: ~/.config/nvim
2020-06-23 22:09:22 +02:00
actions:
- vimplug
- notify
2020-06-23 16:52:48 +02:00
sway:
2020-06-20 18:58:49 +02:00
src: config/sway.conf
dst: ~/.config/sway/config
2020-06-23 22:09:22 +02:00
actions:
- reload_sway
- notify
2020-06-23 16:52:48 +02:00
fish:
2020-06-21 00:07:53 +02:00
src: config/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-20 18:58:49 +02:00
src: config/mako.conf
dst: ~/.config/mako/config
actions:
- makoreload
- notify
2020-06-23 16:52:48 +02:00
waybar:
2020-06-20 18:58:49 +02:00
src: config/waybar
dst: ~/.config/waybar
2020-06-23 22:09:22 +02:00
kitty:
2020-06-20 18:58:49 +02:00
src: config/kitty.conf
dst: ~/.config/kitty/kitty.conf
2020-06-23 22:09:22 +02:00
qutebrowser:
2020-06-20 18:58:49 +02:00
src: config/qutebrowser.py
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
- notify
scripts:
src: scripts
dst: ~/.local/bin
2020-06-23 16:52:48 +02:00
wofi:
2020-06-20 18:58:49 +02:00
src: config/wofi
dst: ~/.config/wofi
2020-06-23 16:52:48 +02:00
ranger:
2020-06-20 18:58:49 +02:00
src: config/ranger
dst: ~/.config/ranger
2020-06-23 16:52:48 +02:00
zathura:
2020-06-20 18:58:49 +02:00
src: config/zathura.conf
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-21 00:07:53 +02:00
src: config/fusuma.yml
dst: ~/.config/fusuma/config.yml
2020-06-23 22:09:22 +02:00
alacritty:
2020-06-22 01:28:39 +02:00
src: config/alacritty.yml
dst: ~/.config/alacritty.yml
2020-06-23 16:52:48 +02:00
mpd:
2020-06-22 21:06:08 +02:00
src: config/mpd.conf
dst: ~/.config/mpd/mpd.conf
2020-06-20 18:58:49 +02:00
actions:
notify: notify-send "Updating dotfiles"
makoreload: makoctl reload
lesskey: lesskey
2020-06-23 22:09:22 +02:00
reload_sway: swaymsg reload
vimplug: >
nvim +PlugUpgrade
+PlugClean!
+PlugInstall
+PlugUpdate
+qall