My public dotfiles
Go to file
2024-04-22 22:57:51 +02:00
.config more default settings i use 2024-04-22 22:57:51 +02:00
.dconf more default settings i use 2024-04-22 22:57:51 +02:00
.ohmyposh initial commit 2024-04-13 12:14:05 +02:00
.scripts more default settings i use 2024-04-22 22:57:51 +02:00
.bashrc fix zsh keybindings and tilix terminal emulator 2024-04-16 23:38:51 +02:00
.zshrc fix zsh keybindings and tilix terminal emulator 2024-04-16 23:38:51 +02:00
bootstrap.yml more default settings i use 2024-04-22 22:57:51 +02:00
README.md more default settings i use 2024-04-22 22:57:51 +02:00

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