mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-18 04:17:21 +02:00
Compare commits
No commits in common. "bab4fc0dee5e6004470aa0ea51fc8ce9e4eb65d3" and "c453240376a2190dda1f86b5a6b0cd380f6e49f3" have entirely different histories.
bab4fc0dee
...
c453240376
@ -33,8 +33,6 @@ cat conf/firefox-forbidden-policies.js >~/.librewolf/librewolf.overrides.cfg
|
|||||||
cat conf/firefox-forbidden-policies.js >~/.var/app/io.gitlab.librewolf-community/.librewolf/librewolf.overrides.cfg
|
cat conf/firefox-forbidden-policies.js >~/.var/app/io.gitlab.librewolf-community/.librewolf/librewolf.overrides.cfg
|
||||||
mkdir -p ~/.local/share/applications
|
mkdir -p ~/.local/share/applications
|
||||||
ln -nsfv ~/.shell-things/local/share/applications ~/.local/share/applications/shell-things
|
ln -nsfv ~/.shell-things/local/share/applications ~/.local/share/applications/shell-things
|
||||||
mkdir -p ~/.local/share/icons/hicolor/128x128/apps/
|
|
||||||
ln -nsfv ~/.local/firefox/browser/chrome/icons/default/default128.png ~/.local/share/icons/hicolor/128x128/apps/a-firefox.png
|
|
||||||
if hash update-desktop-database 2>/dev/null; then
|
if hash update-desktop-database 2>/dev/null; then
|
||||||
update-desktop-database ~/.local/share/applications
|
update-desktop-database ~/.local/share/applications
|
||||||
fi
|
fi
|
||||||
|
@ -1,10 +1,9 @@
|
|||||||
{
|
{
|
||||||
"plugins": [
|
"plugins": [
|
||||||
"@prettier/plugin-ruby",
|
|
||||||
"@prettier/plugin-xml",
|
|
||||||
"prettier-plugin-nginx",
|
"prettier-plugin-nginx",
|
||||||
|
"prettier-plugin-toml",
|
||||||
"prettier-plugin-sh",
|
"prettier-plugin-sh",
|
||||||
"prettier-plugin-toml"
|
"@prettier/plugin-xml"
|
||||||
],
|
],
|
||||||
"overrides": [
|
"overrides": [
|
||||||
{ "files": ".prettierrc", "options": { "parser": "json" } },
|
{ "files": ".prettierrc", "options": { "parser": "json" } },
|
||||||
|
1
conf/.gitignore
vendored
1
conf/.gitignore
vendored
@ -1,4 +1,3 @@
|
|||||||
librewolf.overrides.cfg.js
|
librewolf.overrides.cfg.js
|
||||||
wireplumber
|
wireplumber
|
||||||
autostart
|
autostart
|
||||||
pre-commit-config.yaml
|
|
||||||
|
@ -1 +0,0 @@
|
|||||||
../.pre-commit-config.yaml
|
|
@ -87,11 +87,6 @@
|
|||||||
"ublock-quick-fixes"
|
"ublock-quick-fixes"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"{446900e4-71c2-419f-a6a7-df9c091e268b}": {
|
|
||||||
"environment": {
|
|
||||||
"base": "https://bitwarden.eu"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -227,7 +222,6 @@
|
|||||||
"EnablePermissions": false,
|
"EnablePermissions": false,
|
||||||
"Enabled": true
|
"Enabled": true
|
||||||
},
|
},
|
||||||
"PasswordManagerEnabled": false,
|
|
||||||
"Preferences": {
|
"Preferences": {
|
||||||
"app.update.download.attempts": {
|
"app.update.download.attempts": {
|
||||||
"Comment": "If this is what it looks like, it will stop the prompts to download Firefox manually.",
|
"Comment": "If this is what it looks like, it will stop the prompts to download Firefox manually.",
|
||||||
|
@ -70,11 +70,6 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nngceckbapebfimnlniiiahkandclblb": {
|
|
||||||
"environment": {
|
|
||||||
"base": "https://bitwarden.eu"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"pkehgijcmpdhfbdbbnkijodmdjhbjlgp": {
|
"pkehgijcmpdhfbdbbnkijodmdjhbjlgp": {
|
||||||
"checkForDNTPolicy": true,
|
"checkForDNTPolicy": true,
|
||||||
"disabledSites": [
|
"disabledSites": [
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
{
|
|
||||||
"PasswordManagerEnabled": false
|
|
||||||
}
|
|
@ -2,7 +2,7 @@
|
|||||||
Version=1.0
|
Version=1.0
|
||||||
Name=FIREFOX
|
Name=FIREFOX
|
||||||
Exec=/usr/bin/env firefox %U
|
Exec=/usr/bin/env firefox %U
|
||||||
Icon=a-firefox
|
Icon=~/.local/firefox/browser/chrome/icons/default/default128.png
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Type=Application
|
Type=Application
|
||||||
MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https;
|
MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https;
|
||||||
|
1
package.json
vendored
1
package.json
vendored
@ -1,6 +1,5 @@
|
|||||||
{
|
{
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@prettier/plugin-ruby": "4.0.4",
|
|
||||||
"@prettier/plugin-xml": "3.4.1",
|
"@prettier/plugin-xml": "3.4.1",
|
||||||
"prettier": "3.3.2",
|
"prettier": "3.3.2",
|
||||||
"prettier-plugin-nginx": "1.0.3",
|
"prettier-plugin-nginx": "1.0.3",
|
||||||
|
15
pnpm-lock.yaml
generated
vendored
15
pnpm-lock.yaml
generated
vendored
@ -7,9 +7,6 @@ settings:
|
|||||||
importers:
|
importers:
|
||||||
.:
|
.:
|
||||||
devDependencies:
|
devDependencies:
|
||||||
"@prettier/plugin-ruby":
|
|
||||||
specifier: 4.0.4
|
|
||||||
version: 4.0.4(prettier@3.3.2)
|
|
||||||
"@prettier/plugin-xml":
|
"@prettier/plugin-xml":
|
||||||
specifier: 3.4.1
|
specifier: 3.4.1
|
||||||
version: 3.4.1(prettier@3.3.2)
|
version: 3.4.1(prettier@3.3.2)
|
||||||
@ -27,14 +24,6 @@ importers:
|
|||||||
version: 2.0.1(prettier@3.3.2)
|
version: 2.0.1(prettier@3.3.2)
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
"@prettier/plugin-ruby@4.0.4":
|
|
||||||
resolution:
|
|
||||||
{
|
|
||||||
integrity: sha512-lCpvfS/dQU5WrwN3AQ5vR8qrvj2h5gE41X08NNzAAXvHdM4zwwGRcP2sHSxfu6n6No+ljWCVx95NvJPFTTjCTg==,
|
|
||||||
}
|
|
||||||
peerDependencies:
|
|
||||||
prettier: ^3.0.0
|
|
||||||
|
|
||||||
"@prettier/plugin-xml@3.4.1":
|
"@prettier/plugin-xml@3.4.1":
|
||||||
resolution:
|
resolution:
|
||||||
{
|
{
|
||||||
@ -125,10 +114,6 @@ packages:
|
|||||||
}
|
}
|
||||||
|
|
||||||
snapshots:
|
snapshots:
|
||||||
"@prettier/plugin-ruby@4.0.4(prettier@3.3.2)":
|
|
||||||
dependencies:
|
|
||||||
prettier: 3.3.2
|
|
||||||
|
|
||||||
"@prettier/plugin-xml@3.4.1(prettier@3.3.2)":
|
"@prettier/plugin-xml@3.4.1(prettier@3.3.2)":
|
||||||
dependencies:
|
dependencies:
|
||||||
"@xml-tools/parser": 1.0.11
|
"@xml-tools/parser": 1.0.11
|
||||||
|
1
rc/.gitignore
vendored
1
rc/.gitignore
vendored
@ -1 +0,0 @@
|
|||||||
prettierrc
|
|
@ -1 +0,0 @@
|
|||||||
../.prettierrc
|
|
Loading…
x
Reference in New Issue
Block a user