mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 12:12:13 +02:00
initial commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
ensure_package_group_is_installed gnome \
|
||||
&& ensure_package_group_is_installed gnome-extra \
|
||||
&& ensure_package_is_installed python-psutil \
|
||||
&& ensure_service_active gdm \
|
||||
&& ensure_gnome_setting_set "org.gnome.desktop.input-sources" "xkb-options" "['compose:ralt']"
|
||||
Reference in New Issue
Block a user