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-old/config.yaml

159 lines
2.8 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
2020-07-12 08:02:43 +02:00
func_file:
- funcs.py
2020-06-20 18:58:49 +02:00
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-07-02 06:46:11 +02:00
- dav
2020-07-04 01:38:41 +02:00
- mutt
2020-07-11 04:33:04 +02:00
- crontab
2020-07-13 05:05:05 +02:00
- theme
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
2020-07-13 05:05:05 +02:00
gtk_theme: materia-custom-accent
cursor_theme: capitaine-cursors
2020-06-20 18:58:49 +02:00
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:
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:
- 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:
- 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:
- 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-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:
- crontab_install
2020-07-13 05:05:05 +02:00
theme:
src: theme
dst: ~/
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: >
2020-06-24 05:34:06 +02:00
nvim
+PlugUpgrade
+PlugInstall
+PlugUpdate
+qall
&> /dev/null
& disown
2020-07-11 04:33:04 +02:00
crontab_install: |
crontab -r
crontab ~/.local/share/crontab