Commit graph

138 commits

Author SHA1 Message Date
Tulili
3bf33f9a39
Merge pull request #64 from zelikos/fix-bling-directory
fix(default-flatpaks): Set BLING_DIRECTORY fallback value
2023-10-21 18:38:25 -03:00
zelikos
66d2ba8d94
fix(default-flatpaks): Set BLING_DIRECTORY fallback value
...instead of overriding
2023-10-21 16:08:22 -04:00
zelikos
ee196a0528
fix(default-flatpaks): Intialize BLING_DIRECTORY variable 2023-10-21 15:53:06 -04:00
xyny
7104111352
feat: default-flatpaks module 2023-10-21 10:25:52 +00:00
xyny
5e6bc4c7ae
docs(default-flatpaks): put essential function first 2023-10-21 10:24:09 +00:00
zelikos
1c203cb6dd
fix(default-flatpaks): Only enable system/user services if respective repo is configured 2023-10-14 13:08:51 -04:00
zelikos
11dd657557
feat(default-flatpaks): Send notification after successful flatpak setup 2023-10-14 13:04:47 -04:00
zelikos
8bc41e6077
fix(default-flatpaks): Check that system/user configuration is present 2023-10-14 12:50:47 -04:00
zelikos
8251083a5c
style: Improve readability of default-flatpaks functions 2023-10-14 11:56:49 -04:00
zelikos
a4b8151e28
docs: Clarify default-flatpaks remote configuration 2023-10-14 11:44:44 -04:00
zelikos
30931ed9c2
fix: Use Flathub as default remote for default-flatpaks 2023-10-14 11:43:13 -04:00
zelikos
c02b399bf6
fix(default-flatpaks): Check if repo-info already exists before creating 2023-10-14 11:32:55 -04:00
zelikos
11fe7ce3bb
style: Fix indentation in -flatpak-setup scripts to match 2023-10-14 11:28:42 -04:00
zelikos
0c529200f1
fix(default-flatpaks): Quit gnome-software before removing Fedora remotes 2023-10-14 11:23:19 -04:00
zelikos
e0efeaba0f
fix(default-flatpaks): Explicitly remove Fedora flatpaks
They -should- already get removed when the Fedora remote is, but in case
any remain, remove them.
2023-10-14 11:20:30 -04:00
zelikos
121cbe2c06
fix: Restart flatpaks setup on install failure 2023-10-14 11:18:01 -04:00
zelikos
b00777400a
refactor: Install/remove flatpaks all at once, instead of one at a time 2023-10-14 11:11:45 -04:00
zelikos
a5eb8a2e4d
chore: Remove link to endlish-oesque issue 2023-10-14 10:28:11 -04:00
xyny
a774b670a9
docs: explain default-flatpaks /etc/flatpak/ structure 2023-10-14 09:39:53 +00:00
Lucas Ribeiro
835222f1db
fix: not specifying a nerd-font makes the module fail. (#63) 2023-10-13 15:18:15 +00:00
Jorge O. Castro
dbb67ea43d
fix: terminology (#60)
* fix: terminology

* docs: mention ostree

this is *not* the case on all fedora distros, only the "immutable" / ostree ones

---------

Co-authored-by: xyny <60004820+xynydev@users.noreply.github.com>
2023-10-06 09:53:48 +00:00
zelikos
edbbd0b349
fix: Use location argument in configure_lists output 2023-10-05 12:18:44 -04:00
zelikos
5ed4c73a90
refactor: Use functions for flatpak config steps
...instead of having duplicated code between system flatpaks and user
flatpaks configuration.
2023-10-05 12:00:53 -04:00
zelikos
ec1389e2d5
feat: Add output for flatpak remote configuration steps 2023-10-04 13:16:38 -04:00
zelikos
3250cdc8aa
docs: Explain flatpak module files and how they work 2023-10-04 13:05:00 -04:00
zelikos
d186aacdc5
fix: Remove fedora-testing remote too 2023-10-04 12:55:55 -04:00
zelikos
7424ce86e4
fix: Check that flatpak repo is configured before trying to add 2023-10-02 21:53:58 -04:00
zelikos
98a71af459
docs: Show that flatpak remotes can be added without installing flatpaks from them 2023-10-02 21:22:53 -04:00
zelikos
d0e1434b1d
docs: Mention that Fedora Flatpaks remote is removed 2023-10-02 21:20:23 -04:00
zelikos
a170c42811
docs: Show repo configuration in example 2023-10-02 21:12:02 -04:00
zelikos
eff377bbc3
docs: Explain per-user installs and how to re-run setup 2023-10-02 21:11:07 -04:00
zelikos
874afef229
feat(default-flatpaks): Make repo configurable 2023-10-02 21:03:58 -04:00
zelikos
634cf88d23
fix: Don't rm -f on Flatpak lists before creating
There won't be anything to remove unless the module is called more than once, and if it's called more than once, the user would expect every Flatpak to be in the respective lists, so there's no need to call rm -f on it.
2023-10-02 20:52:42 -04:00
zelikos
6ad9056d20
refactor: Use subdirs instead of filename prefixes 2023-10-02 17:31:49 -04:00
zelikos
35df5c34b6
chore: Rename module to default-flatpaks 2023-10-02 11:49:22 -04:00
zelikos
d91804c8b7
refactor: Move module files into bling files directory 2023-10-02 11:47:32 -04:00
zelikos
feef5dcbef
chore: Add requisite files for flatpak module 2023-10-02 09:16:15 -04:00
zelikos
4ea12c1386
docs: Add README for flatpaks module 2023-10-01 16:00:32 -04:00
zelikos
781b65d9b4
feat: Add flatpaks module 2023-10-01 15:41:53 -04:00
xyny
4e79916835
docs: enhacements to module documentation (#54)
* docs: chore: rn ":" from "Example configuration"

* docs: correct title casing for fonts module title

* docs: document OS_VERSION in example,...
non-copr example for rpmrepos

* docs: remove bling fonts option from bling example

* docs: start yafti README the same way as others
"The yafti module..."
2023-10-01 08:41:01 -07:00
xyny
268e02f9ed
chore: deprecate bling font installer (#55) 2023-10-01 07:29:05 -07:00
Lucas Ribeiro
53507920aa
feat: fonts module (#52)
* feat: nerd-fonts modules

* feat: nerd-fonts modules

* feat: fonts module

* fix: fonts module readme

* chore: fonts module readme

* chore: fonts module

* chore: fonts module

* Update nerd-fonts.sh

* Update google-fonts.sh

* chore: scripts

* docs: unify font module grammar with other modules

fixes some misc grammar mistakes and makes documentation more inline with that of other modules

* refactor: move download.sh to root directory
this removes the need of the font source scripts
to have an environment variable with path to the ./scripts directory
making them more portable

* fix: get correct download.sh path
(relative to currently running script)

* chore: rm loop making .sh in scripts/ executable
this is not needed, as download.sh was moved and is called with bash

---------

Co-authored-by: xyny <60004820+xynydev@users.noreply.github.com>
2023-10-01 13:14:54 +00:00
Tulili
8b1f2f2baf
fix(laptop): typo 2023-09-27 02:09:31 -03:00
Tulili
e7203697ee
fix(laptop): make sure to include -r 2023-09-27 01:54:16 -03:00
Tulili
ae531a9b95
fix(bling,laptop): make sure to override remove instead of raw remove 2023-09-27 01:00:12 -03:00
tulili
757bfc4bd5
fix(bling,laptop): make sure to add configuration files during build step 2023-09-27 00:30:47 -03:00
Tulili
395e0c4e96
Merge pull request #49 from tulilirockz/feat-laptop-option
feat(bling,module): add laptop options
2023-09-27 00:12:52 -03:00
tulili
292a6fe86d
fix(bling, laptop): proper structure for configuration files 2023-09-27 00:08:34 -03:00
Tulili
f0afc0da77
Delete .github/workflows/build-testing.yml 2023-09-27 00:02:53 -03:00
tulili
5491b3a08a
docs: better description for laptop module usage 2023-09-26 23:59:56 -03:00