Commit Graph

1064 Commits

Author SHA1 Message Date
Roey Darwish Dror
850dbb4037 Run GNOME update only when using GNOME 2021-10-28 21:24:14 +03:00
Roey Darwish Dror
48b73909b1 Add release pipeline 2021-10-28 21:24:14 +03:00
M*C*O
271b250b51
config: ArchPackageManager should be snake_case (#784)
* config: ArchPackageManager should be snake_case

* Remove unnecessary strum macro

* Add arch_package_manager to config.example.toml
2021-10-28 19:46:59 +03:00
modularTaco
338c9f431d
fix gnome shell extensions update object path (#788) 2021-10-28 19:45:53 +03:00
Björn Daase
bff66f1212
Correct spelling for GNOME Shell extensions update (#778) 2021-10-26 09:29:55 +03:00
Roey Darwish Dror
eeb6eb12b3 Version bump 2021-10-26 08:59:45 +03:00
Roey Darwish Dror
897b3094d8 Move pacnew to the correct location 2021-10-25 22:53:53 +03:00
Roey Darwish Dror
124d125c18
Bump dependencies (#777) 2021-10-25 22:41:12 +03:00
Roey Darwish Dror
58491c4f8a
Support sudo with pnpm (fix #759) (#772)
* Support sudo with pnpm

* Clippy

* format

* Clippy

* Clippy
2021-10-25 22:27:35 +03:00
Roey Darwish Dror
fb18af12ac
Aur helper (#776)
* Arch Refactor

* Clippy
2021-10-25 22:03:57 +03:00
Andrea Tupini
6eb4cdd224
Add step to update haxelib packages (#774) 2021-10-25 21:54:27 +03:00
Roey Darwish Dror
9023942a85
Pacstall (fix #764) (#769) 2021-10-25 21:33:58 +03:00
Roey Darwish Dror
b6c468c6fb
Upgrade gnome shell extensions (fix #755) (#768) 2021-10-25 21:31:13 +03:00
Roey Darwish Dror
fab8f1a9f1
Support PureOS (fix #753) (#771) 2021-10-15 06:15:38 +03:00
Sean McAvoy
84ad4dbeb4
add id_like for alpine (#767)
tested to work with:
postmarketOS: https://postmarketos.org
should work with:
Adelielinux Linux: https://www.adelielinux.org
2021-10-14 12:23:39 +03:00
Guilherme Silva
a5759d77c4
config: mention that yay_arguments also works for paru (#763) 2021-10-09 15:31:35 +03:00
Janek
9ccf1bac6c
Remove date and version information from man page (#758)
It was confusing since it was outdated
2021-10-01 10:33:07 +03:00
Marcin Puc
1478d079ca
Add minor refactorings (#754) 2021-09-04 21:01:19 +03:00
Roey Darwish Dror
7db0c03621 Refactor Linux 2021-09-02 17:09:48 +00:00
Laurent le Beau-Martin
ebb66e26a4
Add Android support (#749) 2021-09-02 19:54:31 +03:00
Marcin Puc
ad4648655f
Skip deno upgrade unless installed under .deno (#750)
* Skip deno upgrade unless installed under .deno

* Use base_dirs from execution context
2021-09-02 19:53:48 +03:00
Roey Darwish Dror
3135a79e90 Clippy 2021-09-02 13:14:41 +00:00
Roey Darwish Dror
39f455f184 Clippy last time 2021-09-02 16:08:58 +03:00
Roey Darwish Dror
2a17c553ac clippy 2021-09-02 13:04:30 +00:00
Roey Darwish Dror
a39b4f846c Remove redundant dereferences 2021-09-02 07:27:09 +03:00
Roey Darwish Dror
bde3600b9a Fix clippy 2021-09-02 06:18:01 +03:00
Roey Darwish Dror
611f69646e Support pkgin (fix #748) 2021-09-02 06:14:56 +03:00
Roey Darwish Dror
497fc4f97e Set IN_TOPGRADE when running the interactive shell (fix #752) 2021-09-02 06:04:04 +03:00
Roey Darwish Dror
989aa053e2 Add a flag to disable pnpm (fix #743) 2021-07-19 09:43:28 +03:00
Roey Darwish Dror
9df5588308 Bump cargo lock 2021-07-19 09:34:18 +03:00
Philipp Weißmann
2c348090b7
Adds support for chezmoi (#744) 2021-07-19 08:29:34 +03:00
Roey Darwish Dror
c891d109d2 Bump version 2021-07-06 09:40:04 +03:00
Roey Darwish Dror
8fac44089a Bump deps 2021-07-06 09:38:29 +03:00
Roey Darwish Dror
38ca03cc38 Remove yarn (fix #727) 2021-07-06 09:36:50 +03:00
Roey Darwish Dror
d5d5abaac4 Use sudo for flatpak if connecting from SSH (fix #740) 2021-07-06 09:32:14 +03:00
Roey Darwish Dror
93881b5cca Support Alpine Linux (fix #736( 2021-07-06 09:24:42 +03:00
Eberhard Beilharz
2cd1ea6845
Allow to run flatpak update with sudo (#738)
This change adds the option `flatpak.use_sudo` that allows to update
the system-wide installation with sudo. When set to `true` the
system-wide installation will be updated with sudo. If set to `false`
(default) the update will be run as regular user.

This solves the problem where running `flatpak update` on a remote
system fails if run as regular user.

Fixes #737.
2021-06-30 13:37:41 +03:00
Eberhard Beilharz
74292ef6d2
Make firmware upgrade configurable (#739)
This change adds an option, firmware.upgrade, that if set to `false`
only checks for and displays available firmware updates. If set to `true`
(default) the user is offered to run the firmware upgrade.
2021-06-30 12:15:18 +03:00
SilentVoid13
5ec1f4d2d6
Adding pnpm support (#734) 2021-06-27 15:48:46 +03:00
Roey Darwish Dror
7fac74d304
Do not run pip inside a virtual environment (fix #732) (#733) 2021-06-26 15:04:49 +03:00
Roey Darwish Dror
90da4331d1 spaces 2021-06-15 08:37:14 +03:00
Roey Darwish Dror
13d2143cb1 Version bump 2021-06-09 16:07:02 +03:00
Roey Darwish Dror
8d0c124d16 Revert "avoid the warning 'WARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip.' (#729)"
This reverts commit 33089ebbe9.
2021-06-09 16:06:28 +03:00
Roey Darwish Dror
e7fb299e1a Version bump 2021-06-09 10:55:02 +03:00
Alex
33089ebbe9
avoid the warning 'WARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip.' (#729) 2021-06-09 10:53:31 +03:00
Roey Darwish Dror
f39899c3ff
Allow running NPM as sudo (fix #690) (#723)
* Allow running NPM as sudo (fix #690)

* asd

* fix
2021-06-09 10:52:48 +03:00
Vikram Dighe
f8648c9bc7
Change sucessfully to successfully to fix a typo (#726) 2021-06-05 06:11:34 +03:00
Roey Darwish Dror
fcd4a8b908
Better cargo update detection (#725) 2021-06-04 14:17:40 +03:00
Roey Darwish Dror
9205649a5f
Support winget (fix #721) (#722) 2021-06-03 13:08:17 +03:00
Roey Darwish Dror
6194eede5a Update intellimacs and ideavimrc 2021-05-30 15:50:21 +03:00