-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: manage extensions with CLI
Closes #8
- Loading branch information
Showing
941 changed files
with
81 additions
and
114,025 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,3 +10,4 @@ bootstrap.sh | |
ansible | ||
|
||
dconf.ini | ||
installed-extensions.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
chezmoi/.chezmoiscripts/run_onchange_30_install_extensions_list.sh.tmpl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
#!/bin/bash | ||
|
||
echo "" | ||
echo "===============================================================" | ||
echo "" | ||
echo "Reconfiguring Gnome Extensions due to change detected" | ||
echo "" | ||
echo "===============================================================" | ||
echo "" | ||
|
||
# dconf.ini hash: {{ include "installed-extensions.txt" | sha256sum }} | ||
cat {{ joinPath .chezmoi.sourceDir "installed-extensions.txt" | quote }} | xargs -I {} gext install {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
auto-move-windows@gnome-shell-extensions.gcampax.github.com | ||
blur-my-shell@aunetx | ||
clipboard-indicator@tudmotu.com | ||
dash-to-panel@jderose9.github.com | ||
day-progress@arcaege.github.io | ||
impatience@gfxmonk.net | ||
just-perfection-desktop@just-perfection | ||
launch-new-instance@gnome-shell-extensions.gcampax.github.com | ||
mediacontrols@cliffniff.github.com | ||
native-window-placement@gnome-shell-extensions.gcampax.github.com | ||
openweather-extension@penguin-teal.github.io | ||
space-bar@luchrioh | ||
ubuntu-appindicators@ubuntu.com | ||
user-theme@gnome-shell-extensions.gcampax.github.com | ||
workspace-indicator@gnome-shell-extensions.gcampax.github.com |
Oops, something went wrong.