mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-17 20:07:20 +02:00
Compare commits
5 Commits
c453240376
...
bab4fc0dee
Author | SHA1 | Date | |
---|---|---|---|
bab4fc0dee | |||
e616e89ff4 | |||
df508e49d5 | |||
e82d93b28c | |||
d1ddd63bcf |
@ -33,6 +33,8 @@ 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,9 +1,10 @@
|
|||||||
{
|
{
|
||||||
"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-xml"
|
"prettier-plugin-toml"
|
||||||
],
|
],
|
||||||
"overrides": [
|
"overrides": [
|
||||||
{ "files": ".prettierrc", "options": { "parser": "json" } },
|
{ "files": ".prettierrc", "options": { "parser": "json" } },
|
||||||
|
1
conf/.gitignore
vendored
1
conf/.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
librewolf.overrides.cfg.js
|
librewolf.overrides.cfg.js
|
||||||
wireplumber
|
wireplumber
|
||||||
autostart
|
autostart
|
||||||
|
pre-commit-config.yaml
|
||||||
|
1
conf/pre-commit-config.yaml
Symbolic link
1
conf/pre-commit-config.yaml
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../.pre-commit-config.yaml
|
@ -87,6 +87,11 @@
|
|||||||
"ublock-quick-fixes"
|
"ublock-quick-fixes"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"{446900e4-71c2-419f-a6a7-df9c091e268b}": {
|
||||||
|
"environment": {
|
||||||
|
"base": "https://bitwarden.eu"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -222,6 +227,7 @@
|
|||||||
"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,6 +70,11 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"nngceckbapebfimnlniiiahkandclblb": {
|
||||||
|
"environment": {
|
||||||
|
"base": "https://bitwarden.eu"
|
||||||
|
}
|
||||||
|
},
|
||||||
"pkehgijcmpdhfbdbbnkijodmdjhbjlgp": {
|
"pkehgijcmpdhfbdbbnkijodmdjhbjlgp": {
|
||||||
"checkForDNTPolicy": true,
|
"checkForDNTPolicy": true,
|
||||||
"disabledSites": [
|
"disabledSites": [
|
||||||
|
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"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=~/.local/firefox/browser/chrome/icons/default/default128.png
|
Icon=a-firefox
|
||||||
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,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
"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,6 +7,9 @@ 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)
|
||||||
@ -24,6 +27,14 @@ 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:
|
||||||
{
|
{
|
||||||
@ -114,6 +125,10 @@ 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
Normal file
1
rc/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
prettierrc
|
1
rc/prettierrc
Symbolic link
1
rc/prettierrc
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../.prettierrc
|
Loading…
x
Reference in New Issue
Block a user