mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 11:02:13 +02:00
improved chaining of programs in bash scripts
This commit is contained in:
+6
-5
@@ -1,7 +1,8 @@
|
||||
#!/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']"
|
||||
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