dotfiles/README.md

1.1 KiB

Dotfiles and dependencies managed by ansible

Prequesites are Python 3, PIP and ansible:

sudo pacman -S python python-pip ansible

Bootstrap the dotfiles:

ansible-playbook --ask-become-pass bootstrap.yml

Exporting current configurations

Gnome/DCONF:

dconf dump /com/gexperts/Tilix/ > .dconf/Tilix.dconf
dconf dump /org/gnome/settings-daemon/plugins/media-keys/ > .dconf/MediaKeys.dconf
dconf dump /org/gnome/desktop/wm/keybindings/ > .dconf/WindowManager.dconf
dconf dump /org/gnome/shell/keybindings/ > .dconf/Shell.dconf
dconf dump /org/gnome/mutter/keybindings/ > .dconf/Mutter.dconf
dconf dump /org/gnome/mutter/wayland/keybindings/ > .dconf/MutterWayland.dconf
dconf dump /org/gnome/shell/extensions/forge/keybindings/ > .dconf/Forge.dconf

Gnome Extensions