dotfiles/README.md

37 lines
1.1 KiB
Markdown

# Dotfiles and dependencies managed by ansible
Prequesites are Python 3, PIP and ansible:
```shell
sudo pacman -S python python-pip ansible
```
Bootstrap the dotfiles:
```shell
ansible-playbook --ask-become-pass bootstrap.yml
```
## Exporting current configurations
Gnome/DCONF:
```shell
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
- Caffeine (caffeine@patapon.info)
- Blur my Shell (blur-my-shell@aunetx)
- Forge (forge@jmmaranan.com)
- Hot Edge (hotedge@jonathan.jdoda.ca)
- Alphabetical App Grid (AlphabeticalAppGrid@stuarthayhurst)
- Reorder Workspaces (reorder-workspaces@jer.dev)
- Pano Clipboard Manager (pano@elhan.io)