mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-17 20:07:20 +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
|
||||
mkdir -p ~/.local/share/applications
|
||||
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
|
||||
update-desktop-database ~/.local/share/applications
|
||||
fi
|
||||
|
@ -1,10 +1,9 @@
|
||||
{
|
||||
"plugins": [
|
||||
"@prettier/plugin-ruby",
|
||||
"@prettier/plugin-xml",
|
||||
"prettier-plugin-nginx",
|
||||
"prettier-plugin-toml",
|
||||
"prettier-plugin-sh",
|
||||
"prettier-plugin-toml"
|
||||
"@prettier/plugin-xml"
|
||||
],
|
||||
"overrides": [
|
||||
{ "files": ".prettierrc", "options": { "parser": "json" } },
|
||||
|
1
conf/.gitignore
vendored
1
conf/.gitignore
vendored
@ -1,4 +1,3 @@
|
||||
librewolf.overrides.cfg.js
|
||||
wireplumber
|
||||
autostart
|
||||
pre-commit-config.yaml
|
||||
|
@ -1 +0,0 @@
|
||||
../.pre-commit-config.yaml
|
@ -87,11 +87,6 @@
|
||||
"ublock-quick-fixes"
|
||||
]
|
||||
}
|
||||
},
|
||||
"{446900e4-71c2-419f-a6a7-df9c091e268b}": {
|
||||
"environment": {
|
||||
"base": "https://bitwarden.eu"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -227,7 +222,6 @@
|
||||
"EnablePermissions": false,
|
||||
"Enabled": true
|
||||
},
|
||||
"PasswordManagerEnabled": false,
|
||||
"Preferences": {
|
||||
"app.update.download.attempts": {
|
||||
"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": {
|
||||
"checkForDNTPolicy": true,
|
||||
"disabledSites": [
|
||||
|
@ -1,3 +0,0 @@
|
||||
{
|
||||
"PasswordManagerEnabled": false
|
||||
}
|
@ -2,7 +2,7 @@
|
||||
Version=1.0
|
||||
Name=FIREFOX
|
||||
Exec=/usr/bin/env firefox %U
|
||||
Icon=a-firefox
|
||||
Icon=~/.local/firefox/browser/chrome/icons/default/default128.png
|
||||
Terminal=false
|
||||
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;
|
||||
|
1
package.json
vendored
1
package.json
vendored
@ -1,6 +1,5 @@
|
||||
{
|
||||
"devDependencies": {
|
||||
"@prettier/plugin-ruby": "4.0.4",
|
||||
"@prettier/plugin-xml": "3.4.1",
|
||||
"prettier": "3.3.2",
|
||||
"prettier-plugin-nginx": "1.0.3",
|
||||
|
15
pnpm-lock.yaml
generated
vendored
15
pnpm-lock.yaml
generated
vendored
@ -7,9 +7,6 @@ settings:
|
||||
importers:
|
||||
.:
|
||||
devDependencies:
|
||||
"@prettier/plugin-ruby":
|
||||
specifier: 4.0.4
|
||||
version: 4.0.4(prettier@3.3.2)
|
||||
"@prettier/plugin-xml":
|
||||
specifier: 3.4.1
|
||||
version: 3.4.1(prettier@3.3.2)
|
||||
@ -27,14 +24,6 @@ importers:
|
||||
version: 2.0.1(prettier@3.3.2)
|
||||
|
||||
packages:
|
||||
"@prettier/plugin-ruby@4.0.4":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-lCpvfS/dQU5WrwN3AQ5vR8qrvj2h5gE41X08NNzAAXvHdM4zwwGRcP2sHSxfu6n6No+ljWCVx95NvJPFTTjCTg==,
|
||||
}
|
||||
peerDependencies:
|
||||
prettier: ^3.0.0
|
||||
|
||||
"@prettier/plugin-xml@3.4.1":
|
||||
resolution:
|
||||
{
|
||||
@ -125,10 +114,6 @@ packages:
|
||||
}
|
||||
|
||||
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)":
|
||||
dependencies:
|
||||
"@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